OSDN Git Service

098689a77d7f9330ecec51003365abadf0a1a0f6
[android-x86/external-llvm.git] / lib / Fuzzer / test / inline-8bit-counters.test
1 REQUIRES: linux
2 RUN: %cpp_compiler %S/SimpleTest.cpp -fno-sanitize-coverage=trace-pc-guard -fsanitize-coverage=inline-8bit-counters -o %t-LLVMFuzzer-SimpleTest-Inline8bitCounters
3 CHECK: INFO: Loaded 1 modules ({{.*}} inline 8-bit counters)
4 CHECK: BINGO
5 RUN: not %t-LLVMFuzzer-SimpleTest-Inline8bitCounters -runs=1000000 -seed=1 2>&1 | FileCheck %s