[PATCH] D67458: [libFuzzer] Remove hardcoded number of new features in merge_two_step.test.

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 12:44:26 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL371647: [libFuzzer] Remove hardcoded number of new features in merge_two_step.test. (authored by Dor1s, committed by ).

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67458/new/

https://reviews.llvm.org/D67458

Files:
  compiler-rt/trunk/test/fuzzer/merge_two_step.test


Index: compiler-rt/trunk/test/fuzzer/merge_two_step.test
===================================================================
--- compiler-rt/trunk/test/fuzzer/merge_two_step.test
+++ compiler-rt/trunk/test/fuzzer/merge_two_step.test
@@ -10,7 +10,7 @@
 RUN: rm -f %t/MCF
 RUN: %run %t-FullCoverageSetTest -merge=1 -merge_control_file=%t/MCF %t/T0 %t/T1 2>&1 | FileCheck %s --check-prefix=CHECK1
 CHECK1: MERGE-OUTER: 3 files, 0 in the initial corpus
-CHECK1: MERGE-OUTER: 3 new files with 11 new features added; 11 new coverage edges
+CHECK1: MERGE-OUTER: 3 new files with {{.*}} new features added; 11 new coverage edges
 
 RUN: echo ...Z.. > %t/T2/1
 RUN: echo ....E. > %t/T2/2
@@ -28,4 +28,4 @@
 CHECK2: MERGE-OUTER: 7 files, 0 in the initial corpus, 3 processed earlier
 CHECK2: MERGE-INNER: using the control file 
 CHECK2: MERGE-INNER: 4 total files; 0 processed earlier; will process 4 files now
-CHECK2: MERGE-OUTER: 6 new files with 14 new features added; 14 new coverage edges
+CHECK2: MERGE-OUTER: 6 new files with {{.*}} new features added; 14 new coverage edges


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67458.219771.patch
Type: text/x-patch
Size: 1074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190911/78b19bcd/attachment.bin>


More information about the llvm-commits mailing list