7 lines · plain
1# Test fail on device (rdar://99981102)2XFAIL: tvos && !tvossim3 4CHECK: AddressSanitizer: stack-overflow5RUN: %cpp_compiler %S/StackOverflowTest.cpp -o %t-StackOverflowTest6RUN: not %run %t-StackOverflowTest 2>&1 | FileCheck %s7 1# Test fail on device (rdar://99981102)2XFAIL: tvos && !tvossim3 4CHECK: AddressSanitizer: stack-overflow5RUN: %cpp_compiler %S/StackOverflowTest.cpp -o %t-StackOverflowTest6RUN: not %run %t-StackOverflowTest 2>&1 | FileCheck %s7