Some seem fragile, some fail, and some just take a really long time to run. It does not seem to make sense to support some subset of value profiling tests. Differential Revision: https://reviews.llvm.org/D53047 llvm-svn: 344105
7 lines
350 B
Plaintext
7 lines
350 B
Plaintext
UNSUPPORTED: ios
|
|
CHECK: BINGO
|
|
RUN: %cpp_compiler %S/SwitchTest.cpp -o %t-SwitchTest
|
|
RUN: %cpp_compiler %S/Switch2Test.cpp -o %t-Switch2Test
|
|
RUN: not %run %t-SwitchTest -use_cmp=0 -use_value_profile=1 -runs=100000000 -seed=1 2>&1 | FileCheck %s
|
|
RUN: not %run %t-Switch2Test -use_cmp=0 -use_value_profile=1 -runs=100000000 -seed=1 2>&1 | FileCheck %s
|