]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/fuzzer/value-profile-switch.test
Vendor import of compiler-rt trunk r351319 (just before the release_80
[FreeBSD/FreeBSD.git] / test / fuzzer / value-profile-switch.test
1 UNSUPPORTED: ios
2 CHECK: BINGO
3 RUN: %cpp_compiler %S/SwitchTest.cpp -o %t-SwitchTest
4 RUN: %cpp_compiler %S/Switch2Test.cpp -o %t-Switch2Test
5 RUN: not %run %t-SwitchTest  -use_cmp=0 -use_value_profile=1 -runs=100000000 -seed=1 2>&1 | FileCheck %s
6 RUN: not %run %t-Switch2Test -use_cmp=0 -use_value_profile=1 -runs=100000000 -seed=1 2>&1 | FileCheck %s