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
/
ulimit.test
blob
223f2ac9bb6e2eb9d4cc0409ddacd3af976bcf6a
1
# FIXME: Disabled on Windows for now because Windows has no ulimit command.
2
UNSUPPORTED: target={{.*windows.*}}
3
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
4
RUN: ulimit -s 1000
5
RUN: not %run %t-SimpleTest