Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / print-func.test
blob7072c2a5e3cdfa414abf32ccd2b4abe3a24d4ac1
1 UNSUPPORTED: darwin, target=aarch64{{.*}}
2 RUN: %cpp_compiler %S/PrintFuncTest.cpp -o %t
3 RUN: %run %t -seed=1 -runs=100000 2>&1 | FileCheck %s
4 RUN: %run %t -seed=1 -runs=100000 -print_funcs=0 2>&1 | FileCheck %s --check-prefix=NO
5 CHECK: NEW_FUNC{{.*}} FunctionA
6 CHECK: NEW_FUNC{{.*}} FunctionB
7 CHECK: NEW_FUNC{{.*}} FunctionC
8 CHECK: BINGO
10 NO-NOT: NEW_FUNC
11 NO: BINGO