Files
clang-p2996/compiler-rt/test/fuzzer/stack-overflow-with-asan.test
Roy Sundahl 9a82412f82 [test][fuzzer] XFAIL tvOS tests pending investigation. (rdar://99981102)
These four tests are failing on tvOS devices (not simulators) so  XFAIL
them for now for CI and investigate further.

rdar://99981102

Differential Revision: https://reviews.llvm.org/D133963
2022-09-15 13:40:28 -07:00

7 lines
228 B
Plaintext

# 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