brintos

brintos / llvm-project-archived public Read only

0
0
Text · 228 B · 7253b44 Raw
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