Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / value-profile-switch.test
blob87ead6c190e14bcfc50a3fd19092f6853aa59061
1 # Test does not complete on Armv7 Thumb build bot
2 UNSUPPORTED: target={{.*thumb.*}}
3 UNSUPPORTED: ios
4 CHECK: BINGO
5 RUN: %cpp_compiler %S/SwitchTest.cpp -o %t-SwitchTest
6 RUN: %cpp_compiler %S/Switch2Test.cpp -o %t-Switch2Test
7 RUN: %cpp_compiler %S/Switch3Test.cpp -o %t-Switch3Test
8 RUN: not %run %t-SwitchTest  -use_cmp=0 -use_value_profile=1 -runs=100000000 -seed=1 2>&1 | FileCheck %s
9 RUN: not %run %t-Switch2Test -use_cmp=0 -use_value_profile=1 -runs=100000000 -seed=1 2>&1 | FileCheck %s
10 RUN: not %run %t-Switch3Test -use_cmp=0 -use_value_profile=1 -runs=100000000 -seed=1 2>&1