This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
906d585686
llvm-project
/
llvm
/
lib
/
Fuzzer
/
test
/
ulimit.test
5 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[libFuzzer] Disable ulimit test on windows. Differential Revision: https://reviews.llvm.org/D29535 llvm-svn: 294383
2017-02-08 08:02:54 +08:00
REQUIRES: posix
[libFuzzer] use less stack llvm-svn: 286689
2016-11-12 08:24:35 +08:00
RUN: ulimit -s 1000
Generate error reports when a fuzz target exits. Summary: Implements https://github.com/google/sanitizers/issues/835. Flush stdout before exiting in test cases. Since the atexit hook is used for exit reports, pending prints to stdout can be lost if they aren't flushed before calling exit(). Expect tests to have non-zero exit code if exit() is called. Reviewers: vitalybuka, kcc Reviewed By: kcc Subscribers: eraman, llvm-commits, hiraditya Differential Revision: https://reviews.llvm.org/D35602 llvm-svn: 308669
2017-07-21 04:43:39 +08:00
RUN: not LLVMFuzzer-SimpleTest