xref: /llvm-project/compiler-rt/test/fuzzer/stack-overflow-with-asan.test (revision 9a82412f82f3f45db309cc6afb8e684d4d4b3215)
1# Test fail on device (rdar://99981102)
2XFAIL: tvos && !tvossim
3
4CHECK: AddressSanitizer: stack-overflow
5RUN: %cpp_compiler %S/StackOverflowTest.cpp -o %t-StackOverflowTest
6RUN: not %run %t-StackOverflowTest 2>&1 | FileCheck %s
7