]> granicus.if.org Git - llvm/commitdiff
[libFuzzer] temporarty remove pc-tables and disable test/fuzzer-printcovpcs.test...
authorKostya Serebryany <kcc@google.com>
Tue, 1 Aug 2017 18:02:19 +0000 (18:02 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 1 Aug 2017 18:02:19 +0000 (18:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309716 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/fuzzer-printcovpcs.test

index 1de3dff04d6a81d48b91a79dfbc433a993a91550..b46960822bc513e26153d75b1d2dc4112e91c173 100644 (file)
@@ -15,7 +15,7 @@ foreach (VARNAME ${variables_to_filter})
 endforeach()
 
 # Enable the coverage instrumentation (it is disabled for the Fuzzer lib).
-set(CMAKE_CXX_FLAGS "${LIBFUZZER_FLAGS_BASE} -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp,trace-div,trace-gep,pc-table -gline-tables-only")
+set(CMAKE_CXX_FLAGS "${LIBFUZZER_FLAGS_BASE} -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp,trace-div,trace-gep -gline-tables-only")
 
 if(MSVC)
   # For tests use the CRT specified for release build
index 77a2e7d147c46db2c9600bcada85b69cb1a1b798..2548fd7cfdab65246000f33019f56ede83d16d8e 100644 (file)
@@ -1,4 +1,5 @@
-RUN: not LLVMFuzzer-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
+RUN: echo
+DISABLED: not LLVMFuzzer-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
 PCS-NOT: NEW_PC
 PCS:INITED
 PCS:NEW_PC: {{0x[a-f0-9]+}}