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

[libc] libc_setjmp_unittests failures #86866

Open
nickdesaulniers opened this issue Mar 27, 2024 · 1 comment
Open

[libc] libc_setjmp_unittests failures #86866

nickdesaulniers opened this issue Mar 27, 2024 · 1 comment
Assignees

Comments

@nickdesaulniers
Copy link
Member

Not sure yet why but ninja libc_setjmp_unittests fails consistently for me in fullbuild mode.

$ ninja libc_setjmp_unittests
[1/1] Running unit test libc.test.src.setjmp.setjmp_test
FAILED: projects/libc/test/src/setjmp/CMakeFiles/libc.test.src.setjmp.setjmp_test /android0/llvm-project/build/projects/libc/test/src/setjmp/CMakeFiles/libc.test.src.setjmp.setjmp_test 
cd /android0/llvm-project/build/projects/libc/test/src/setjmp && /android0/llvm-project/build/projects/libc/test/src/setjmp/libc.test.src.setjmp.setjmp_test.__build__
[ RUN      ] LlvmLibcSetJmpTest.SetAndJumpBack
ninja: build stopped: subcommand failed.

@frobtech mentioned that there were issues in our implementation; guessing that's related.

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 27, 2024

@llvm/issue-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

Not sure yet why but `ninja libc_setjmp_unittests` fails consistently for me in fullbuild mode.
$ ninja libc_setjmp_unittests
[1/1] Running unit test libc.test.src.setjmp.setjmp_test
FAILED: projects/libc/test/src/setjmp/CMakeFiles/libc.test.src.setjmp.setjmp_test /android0/llvm-project/build/projects/libc/test/src/setjmp/CMakeFiles/libc.test.src.setjmp.setjmp_test 
cd /android0/llvm-project/build/projects/libc/test/src/setjmp && /android0/llvm-project/build/projects/libc/test/src/setjmp/libc.test.src.setjmp.setjmp_test.__build__
[ RUN      ] LlvmLibcSetJmpTest.SetAndJumpBack
ninja: build stopped: subcommand failed.

@frobtech mentioned that there were issues in our implementation; guessing that's related.

@nickdesaulniers nickdesaulniers self-assigned this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants