summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/inline-8bit-counters.test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-06-13 22:31:21 +0000
committerKostya Serebryany <kcc@google.com>2017-06-13 22:31:21 +0000
commitf2d4dcb8884fab4afe0bf9fbc85910b71f81d670 (patch)
treeb6c900f9107da2a87bcc10ddf6699b965d03b779 /llvm/lib/Fuzzer/test/inline-8bit-counters.test
parentcde90a66b51fd0f6402dc0d981ef2fa8e63ec970 (diff)
downloadbcm5719-llvm-f2d4dcb8884fab4afe0bf9fbc85910b71f81d670.tar.gz
bcm5719-llvm-f2d4dcb8884fab4afe0bf9fbc85910b71f81d670.zip
[libFuzzer] initial support of -fsanitize-coverage=inline-8bit-counters in libFuzzer. This is not fully functional yet, but simple tests work
llvm-svn: 305331
Diffstat (limited to 'llvm/lib/Fuzzer/test/inline-8bit-counters.test')
-rw-r--r--llvm/lib/Fuzzer/test/inline-8bit-counters.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/inline-8bit-counters.test b/llvm/lib/Fuzzer/test/inline-8bit-counters.test
new file mode 100644
index 00000000000..f34e1dea08a
--- /dev/null
+++ b/llvm/lib/Fuzzer/test/inline-8bit-counters.test
@@ -0,0 +1,3 @@
+CHECK: INFO: Loaded 1 modules with {{.*}} inline 8-bit counters
+CHECK: BINGO
+RUN: LLVMFuzzer-SimpleTest-Inline8bitCounters -runs=100000 -seed=1 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud