summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/dataflow.test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2019-05-08 17:20:09 +0000
committerKostya Serebryany <kcc@google.com>2019-05-08 17:20:09 +0000
commite13eff293db2fa12de11e8087ef62950d0cd8f83 (patch)
tree8bf27fbe7e99d677625d2b732ff948d898382bd7 /compiler-rt/test/fuzzer/dataflow.test
parenta0933bd8ec1515167ea653f7ee788b8bbde27d51 (diff)
downloadbcm5719-llvm-e13eff293db2fa12de11e8087ef62950d0cd8f83.tar.gz
bcm5719-llvm-e13eff293db2fa12de11e8087ef62950d0cd8f83.zip
[libFuzzer] DFT: when dumping coverage, also dump the total number of instrumented blocks in a function; update merge_data_flow.py to merge coverage
llvm-svn: 360272
Diffstat (limited to 'compiler-rt/test/fuzzer/dataflow.test')
-rw-r--r--compiler-rt/test/fuzzer/dataflow.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/fuzzer/dataflow.test b/compiler-rt/test/fuzzer/dataflow.test
index 11f2fefc99e..6f32c38a8fe 100644
--- a/compiler-rt/test/fuzzer/dataflow.test
+++ b/compiler-rt/test/fuzzer/dataflow.test
@@ -94,8 +94,8 @@ RUN: %libfuzzer_src/scripts/collect_data_flow.py %t-ThreeFunctionsTestDF %t/IN %
RUN: %t-ThreeFunctionsTest -data_flow_trace=%t/OUT -runs=0 -focus_function=Func2 2>&1 | FileCheck %s --check-prefix=USE_DATA_FLOW_TRACE
USE_DATA_FLOW_TRACE: INFO: Focus function is set to 'Func2'
USE_DATA_FLOW_TRACE: INFO: DataFlowTrace: reading from {{.*}}/OUT
-USE_DATA_FLOW_TRACE-DAG: a8eefe2fd5d6b32028f355fafa3e739a6bf5edc => |000001|
-USE_DATA_FLOW_TRACE-DGA: d28cb407e8e1a702c72d25473f0553d3ec172262 => |0000011|
+USE_DATA_FLOW_TRACE-DAG: ca8eefe2fd5d6b32028f355fafa3e739a6bf5edc => |000001|
+USE_DATA_FLOW_TRACE-DAG: d28cb407e8e1a702c72d25473f0553d3ec172262 => |0000011|
USE_DATA_FLOW_TRACE: INFO: DataFlowTrace: 6 trace files, 3 functions, 2 traces with focus function
# Test that we can run collect_data_flow on a long input (>2**16 bytes)
OpenPOWER on IntegriCloud