From 5b1d4c12b829de66df431b98f255cce65b0414e8 Mon Sep 17 00:00:00 2001 From: "Wu, Yingcong" Date: Thu, 14 Sep 2023 01:33:51 -0700 Subject: [PATCH] relax the filecheck string --- compiler-rt/test/fuzzer/fuzzer-custommutator.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/fuzzer/fuzzer-custommutator.test b/compiler-rt/test/fuzzer/fuzzer-custommutator.test index 7d94ae064bf969..314530415746c3 100644 --- a/compiler-rt/test/fuzzer/fuzzer-custommutator.test +++ b/compiler-rt/test/fuzzer/fuzzer-custommutator.test @@ -16,7 +16,7 @@ LLVMFuzzerCustomMutatorWithLenControl: BINGO RUN: %cpp_compiler %S/CustomMutatorWithLongSequencesTest.cpp -o %t-CustomMutatorWithLongSequencesTest RUN: not %run %t-CustomMutatorWithLongSequencesTest -verbosity=2 2>&1 | FileCheck %s --check-prefix=LLVMFuzzerCustomMutatorLongSequence LLVMFuzzerCustomMutatorLongSequence: Flag: verbosity 2 -LLVMFuzzerCustomMutatorLongSequence: {{.*}} MS: {{[0-9]*}} {{(([a-zA-Z]*-){11,})}} {{.*}} +LLVMFuzzerCustomMutatorLongSequence: {{.*}} MS: {{[0-9]*}} {{(([a-zA-Z]*-){11,})}} LLVMFuzzerCustomMutatorLongSequence: BINGO # check a target that prints long mutation sequences and verifies the printed