repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
fuzzer
/
stack-overflow-with-asan.test
blob
7253b445f129052224cae4b1024710637c8b4b47
1
# Test fail on device (rdar://99981102)
2
XFAIL: tvos && !tvossim
3
4
CHECK: AddressSanitizer: stack-overflow
5
RUN: %cpp_compiler %S/StackOverflowTest.cpp -o %t-StackOverflowTest
6
RUN: not %run %t-StackOverflowTest 2>&1 | FileCheck %s