lpython icon indicating copy to clipboard operation
lpython copied to clipboard

Jupyter Kernel test failing

Open tanay-man opened this issue 1 year ago • 2 comments

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

tanay-man avatar Aug 16 '24 15:08 tanay-man

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

Thirumalai-Shaktivel avatar Aug 16 '24 16:08 Thirumalai-Shaktivel

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.

Vipul-Cariappa avatar Aug 16 '24 16:08 Vipul-Cariappa