Skip to content

Commit da2f04d

Browse files
ldionnevitalybuka
authored andcommitted
[libc++] Mark local_time test as a long test
It can otherwise timeout under some slow configurations.
1 parent 15a699f commit da2f04d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
set(LLVM_USE_SANITIZER "MemoryWithOrigins" CACHE STRING "")
2+
set(LIBCXX_TEST_PARAMS "long_tests=False" CACHE STRING "") # MSAN is really slow and tests can sometimes timeout otherwise
3+
set(LIBCXXABI_TEST_PARAMS "${LIBCXX_TEST_PARAMS}" CACHE STRING "")
24
set(LIBCXXABI_USE_LLVM_UNWINDER OFF CACHE BOOL "") # MSAN is compiled against the system unwinder, which leads to false positives

libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88

99
// UNSUPPORTED: c++03, c++11, c++14, c++17
1010
// UNSUPPORTED: no-filesystem, no-localization, no-tzdb
11+
// REQUIRES: long_tests
1112

1213
// XFAIL: libcpp-has-no-experimental-tzdb
1314
// XFAIL: availability-tzdb-missing
14-
// Times out under HWASan
15-
// UNSUPPORTED: hwasan
1615

1716
// <chrono>
1817

0 commit comments

Comments
 (0)