[libc++] Mark local_time test as a long test (#95170)
It can otherwise timeout under some slow configurations.
This commit is contained in:
parent
2cc4bc132c
commit
148417bfaa
@ -1,2 +1,4 @@
|
||||
set(LLVM_USE_SANITIZER "MemoryWithOrigins" CACHE STRING "")
|
||||
set(LIBCXX_TEST_PARAMS "long_tests=False" CACHE STRING "") # MSAN is really slow and tests can sometimes timeout otherwise
|
||||
set(LIBCXXABI_TEST_PARAMS "${LIBCXX_TEST_PARAMS}" CACHE STRING "")
|
||||
set(LIBCXXABI_USE_LLVM_UNWINDER OFF CACHE BOOL "") # MSAN is compiled against the system unwinder, which leads to false positives
|
||||
|
@ -8,11 +8,10 @@
|
||||
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: no-filesystem, no-localization, no-tzdb
|
||||
// REQUIRES: long_tests
|
||||
|
||||
// XFAIL: libcpp-has-no-experimental-tzdb
|
||||
// XFAIL: availability-tzdb-missing
|
||||
// Times out under HWASan
|
||||
// UNSUPPORTED: hwasan
|
||||
|
||||
// <chrono>
|
||||
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
// UNSUPPORTED: c++03, c++11, c++14, c++17
|
||||
// UNSUPPORTED: no-filesystem, no-localization, no-tzdb, has-no-zdump
|
||||
// REQUIRES: long_tests
|
||||
|
||||
// XFAIL: libcpp-has-no-experimental-tzdb
|
||||
// XFAIL: availability-tzdb-missing
|
||||
|
Loading…
x
Reference in New Issue
Block a user