Skip to content

Commit 4710e82

Browse files
thurstondgithub-actions[bot]
authored andcommitted
Automerge: Exclude hwasan from thread_create_failure.pass.cpp (#128768)
Fixes hwasan buildbot failure (https://lab.llvm.org/buildbot/#/builders/55/builds/7536/steps/10/logs/stdio) introduced in llvm/llvm-project#125433 by excluding this test for hwasan, similar to the existing exclusion of asan.
2 parents 5ed3578 + 5e4938a commit 4710e82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// ASan seems to try to create threadsm which obviouly doesn't work in this test.
1212
// UNSUPPORTED: asan
13+
// UNSUPPORTED: hwasan
1314

1415
// UNSUPPORTED: c++03
1516

0 commit comments

Comments
 (0)