brintos

brintos / llvm-project-archived public Read only

0
0
Text · 362 B · b3f20c4 Raw
10 lines · plain
1RUN: mkdir -p %t2RUN: %cpp_compiler %S/NthRunCrashTest.cpp -o %t-NthRunCrashTest3RUN: echo abcd > %t/NthRunCrashTest.in4RUN: %run %t-NthRunCrashTest %t/NthRunCrashTest.in5RUN: %run %t-NthRunCrashTest %t/NthRunCrashTest.in -runs=106RUN: not %run %t-NthRunCrashTest %t/NthRunCrashTest.in -runs=10000 2>&1 | FileCheck %s7RUN: rm %t/NthRunCrashTest.in8CHECK: BINGO9 10