Skip to content

Commit 3dabf17

Browse files
qinkunbaogithub-actions[bot]
authored andcommitted
Automerge: Disable HWSan for thread_creae_failure.pass.
See llvm/llvm-project#130145
2 parents 65fc0c6 + 04b60d2 commit 3dabf17

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)