Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter Kernel test failing #2804

Open
tanay-man opened this issue Aug 16, 2024 · 2 comments
Open

Jupyter Kernel test failing #2804

tanay-man opened this issue Aug 16, 2024 · 2 comments

Comments

@tanay-man
Copy link
Contributor

tanay-man commented Aug 16, 2024

Example :

@dataclass
class MyClass4:
    i_1: bool
    i_8: i8
    i_16: i16
    i_32: i32
    i_64: i64

This is in the PR -> #2801
The failure is not always reproducible.
@Vipul-Cariappa

@Thirumalai-Shaktivel
Copy link
Collaborator

Thirumalai-Shaktivel commented Aug 16, 2024

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

@Vipul-Cariappa
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants