Skip to content

Commit 0245dc9

Browse files
committed
[test][sanitizers] Disable new test on Android
1 parent 795f930 commit 0245dc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Posix/create_thread_loop2.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
// RUN: %clangxx -O3 -pthread %s -o %t && %run %t 10
44

5+
// Crashes on Android.
6+
// UNSUPPORTED: android
7+
58
#include <cstdint>
69
#include <pthread.h>
710
#include <stdlib.h>

0 commit comments

Comments
 (0)