We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25eddd commit e860896Copy full SHA for e860896
compiler-rt/test/asan/TestCases/Posix/fakestack_alignment.cpp
@@ -17,6 +17,8 @@
17
// RUN: %clangxx_asan -pthread -fsanitize-address-use-after-return=always -O0 -DALIGNMENT=8192 -DTHREAD_COUNT=32 -DTHREAD_STACK_SIZE=131072 %s -o %t && %run %t 2>&1
18
// RUN: %clangxx_asan -pthread -fsanitize-address-use-after-return=always -O0 -DALIGNMENT=16384 -DTHREAD_COUNT=32 -DTHREAD_STACK_SIZE=131072 %s -o %t && %run %t 2>&1
19
20
+// UNSUPPORTED: android
21
+
22
#include <assert.h>
23
#include <pthread.h>
24
#include <stdio.h>
0 commit comments