Skip to content

Commit 04b60d2

Browse files
committed
Disable HWSan for thread_creae_failure.pass.
See #130145
1 parent abc2c3a commit 04b60d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/thread/futures/futures.async/thread_create_failure.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: no-threads, no-exceptions
1010

1111
// ASan seems to try to create threadsm which obviouly doesn't work in this test.
12-
// UNSUPPORTED: asan, hwsan
12+
// UNSUPPORTED: asan, hwasan
1313

1414
// UNSUPPORTED: c++03
1515

0 commit comments

Comments
 (0)