Mercurial > hg > CbC > CbC_llvm
comparison projects/compiler-rt/test/fuzzer/fuzzer-runs.test @ 131:f476a9ba4795
http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt
author | mir3636 |
---|---|
date | Fri, 16 Feb 2018 21:02:11 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
130:cc94f0a83282 | 131:f476a9ba4795 |
---|---|
1 RUN: mkdir -p %t | |
2 RUN: %cpp_compiler %S/NthRunCrashTest.cpp -o %t-NthRunCrashTest | |
3 RUN: echo abcd > %t/NthRunCrashTest.in | |
4 RUN: %t-NthRunCrashTest %t/NthRunCrashTest.in | |
5 RUN: %t-NthRunCrashTest %t/NthRunCrashTest.in -runs=10 | |
6 RUN: not %t-NthRunCrashTest %t/NthRunCrashTest.in -runs=10000 2>&1 | FileCheck %s | |
7 RUN: rm %t/NthRunCrashTest.in | |
8 CHECK: BINGO | |
9 |