Jupyter Kernel test failing
Example :
@dataclass
class MyClass4:
i_1: bool
i_8: i8
i_16: i16
i_32: i32
i_64: i64
This is in the PR -> https://github.com/lcompilers/lpython/pull/2801 The failure is not always reproducible. @Vipul-Cariappa
The ctest which checks the classes (dataclass) fails sometimes in the CI.
See: https://github.com/lcompilers/lpython/actions/runs/10422117143/job/28865900059?pr=2801
I suggest commenting https://github.com/lcompilers/lpython/blob/main/src/lpython/tests/test_llvm.cpp#L1636-L1639.
I have opened an issue regarding this already #2793. Please look at the 2 comments I refer to there. To me, it looks like it is an issue at LLVM, not our code base. If you could have a look, it will help. The comments I refer to in the issue I have specified should describe the bug. If you cannot understand, do tag me.