Skip to content

Commit 06a4394

Browse files
committed
Disable HWSan for thread_creae_failure.pass.
See #130145
1 parent 2bece21 commit 06a4394

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
12+
// UNSUPPORTED: asan, hwsan
1313

1414
// UNSUPPORTED: c++03
1515

0 commit comments

Comments
 (0)