Mercurial > hg > CbC > CbC_llvm
view 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 |
line wrap: on
line source
RUN: mkdir -p %t RUN: %cpp_compiler %S/NthRunCrashTest.cpp -o %t-NthRunCrashTest RUN: echo abcd > %t/NthRunCrashTest.in RUN: %t-NthRunCrashTest %t/NthRunCrashTest.in RUN: %t-NthRunCrashTest %t/NthRunCrashTest.in -runs=10 RUN: not %t-NthRunCrashTest %t/NthRunCrashTest.in -runs=10000 2>&1 | FileCheck %s RUN: rm %t/NthRunCrashTest.in CHECK: BINGO