Skip to content

Commit ddf9500

Browse files
qinkunbaogithub-actions[bot]
authored andcommitted
Automerge: Disable HWSan for thread_creae_failure.pass.
See llvm/llvm-project#130145
2 parents 4a32b5f + 06a4394 commit ddf9500

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)