Skip to content

Commit c875567

Browse files
committed
[asan,test] Disable alloca_loop_unpoisoning.cpp on s390{{.*}}
The test (from https://reviews.llvm.org/D7098) is about the interaction of VLA and alloca where the VLA causes alloca to have the same address. This is mostly about behavior checking and less about instrumentation correctness, so I think it is fair to disable it for a platform that does not work after StackSafetyAnalysis is enabled by default (#77210).
1 parent 14f0c06 commit c875567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/asan/TestCases/alloca_loop_unpoisoning.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %env_asan_opts=detect_stack_use_after_return=0 %run %t 2>&1
33
//
44
// REQUIRES: stable-runtime
5+
// UNSUPPORTED: target=s390{{.*}}
56

67
// This testcase checks that allocas and VLAs inside loop are correctly unpoisoned.
78

0 commit comments

Comments
 (0)