Issue 128185
Summary [libc] Re-enable LlvmLibcFileTest.WriteOnly in libc.test.src.__support.File.file_test.__hermetic__
Labels libc
Assignees
Reporter lntue
    Currently the precommit bots are failing `LlvmLibcFileTest.WriteOnly` in `libc.test.src.__support.File.file_test.__hermetic__` with errors:
```
[1288/6528] Running hermetic test libc.test.src.__support.File.file_test.__hermetic__
FAILED: libc/test/src/__support/File/libc.test.src.__support.File.file_test.__hermetic__-cmd /home/runner/work/llvm-project/llvm-project/build/libc/test/src/__support/File/libc.test.src.__support.File.file_test.__hermetic__-cmd 
cd /home/runner/work/llvm-project/llvm-project/build/libc/test/src/__support/File && /home/runner/work/llvm-project/llvm-project/build/libc/test/src/__support/File/libc.test.src.__support.File.file_test.__hermetic__.__build__
[==========] Running 12 tests from 1 test suite.
[ RUN      ] LlvmLibcFileTest.WriteOnly
Bus error (core dumped)
```
I could not reproduce the errors locally, so I will disable the test temporarily to reduce the noise and make the precommit bots' signal useful.

We need to investigate the root cause of the issue and re-enable the test.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to