[libFuzzer] temporarty remove pc-tables and disable test/fuzzer-printcovpcs.test until this can be fixed on Windows
git-svn-id: svn://svn.chromium.org/llvm-project/llvm/trunk/lib/Fuzzer@309716 0b72dbe1-c17f-4bc7-b9db-2b4152be0356
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 1de3dff..b469608 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -15,7 +15,7 @@
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
diff --git a/test/fuzzer-printcovpcs.test b/test/fuzzer-printcovpcs.test
index 77a2e7d..2548fd7 100644
--- a/test/fuzzer-printcovpcs.test
+++ b/test/fuzzer-printcovpcs.test
@@ -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]+}}