bolt/deps/llvm-18.1.8/compiler-rt/test/fuzzer/stack-overflow-with-asan.test
2025-02-14 19:21:04 +01:00

6 lines
228 B
Text

# Test fail on device (rdar://99981102)
XFAIL: tvos && !tvossim
CHECK: AddressSanitizer: stack-overflow
RUN: %cpp_compiler %S/StackOverflowTest.cpp -o %t-StackOverflowTest
RUN: not %run %t-StackOverflowTest 2>&1 | FileCheck %s