[compiler-rt] e705997 - [test][asan] Unsupport the test on Android

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 15:07:56 PDT 2023


Author: Vitaly Buka
Date: 2023-08-11T15:07:28-07:00
New Revision: e70599788418fb42271272acfa382e4e13db108b

URL: https://github.com/llvm/llvm-project/commit/e70599788418fb42271272acfa382e4e13db108b
DIFF: https://github.com/llvm/llvm-project/commit/e70599788418fb42271272acfa382e4e13db108b.diff

LOG: [test][asan] Unsupport the test on Android

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
index 7e049ba81a1b7d..3bb5fa92014191 100644
--- a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
@@ -3,6 +3,9 @@
 // Check that fake stack does not discard frames on the main stack, when GC is
 // triggered from high alt stack.
 
+// FIXME: Investigate.
+// UNSUPPORTED: android
+
 #include <algorithm>
 #include <assert.h>
 #include <csignal>


        


More information about the llvm-commits mailing list