[libcxx-commits] [libcxx] [libcxx] Avoid hash key in __hash_table::find() if it is empty. (PR #126837)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 11 20:54:34 PDT 2025
xbcnn wrote:
The `generic-cxx20` test failed.( See https://github.com/llvm/llvm-project/actions/runs/15548195568/job/43939154287?pr=126837#step:4:2373)
```
llvm-lit: /__w/llvm-project/llvm-project/llvm/utils/lit/lit/main.py:73: note: The test suite configuration requested an individual test timeout of 0 seconds but a timeout of 1500 seconds was requested on the command line. Forcing timeout to be 1500 seconds.
-- Testing: 10712 tests, 32 workers --
Testing: 0.. 10.. 20.. 30
Error: Process completed with exit code 255.
```
Is it a CI configure issue? @philnik777
https://github.com/llvm/llvm-project/pull/126837
More information about the libcxx-commits
mailing list