Skip to content

Commit 1254259

Browse files
committed
[hwasan] Disable test with hwasan-aliasing
It's likely flaky because we tag the stack, which is unsupported in this mode.
1 parent 2345796 commit 1254259

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Posix/fork_threaded.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
// thread.
2222
// 2. Stack poisoned by `inparent` is not poisoned in `inchild` thread.
2323

24+
// Stack tagging is unsupported.
25+
// UNSUPPORTED: hwasan-aliasing
26+
2427
#include <assert.h>
2528
#include <pthread.h>
2629
#include <stdint.h>

0 commit comments

Comments
 (0)