Skip to content

Commit e860896

Browse files
committed
[asan] Disable fakestack_alignment.ll test for Android
This test, introduced in 457b14c, breaks the Android build bot (https://lab.llvm.org/buildbot/#/builders/186/builds/11522). ASan on Android has been deprecated in favor of HWASan (https://source.android.com/docs/security/test/asan), so disable this test.
1 parent d25eddd commit e860896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/test/asan/TestCases/Posix/fakestack_alignment.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
// 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
1818
// 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
1919

20+
// UNSUPPORTED: android
21+
2022
#include <assert.h>
2123
#include <pthread.h>
2224
#include <stdio.h>

0 commit comments

Comments
 (0)