OSDN Git Service

[llvm-cov] An attempt to fix sources_specified.test failing on some buildbots.
authorMax Moroz <mmoroz@chromium.org>
Fri, 13 Oct 2017 15:30:24 +0000 (15:30 +0000)
committerMax Moroz <mmoroz@chromium.org>
Fri, 13 Oct 2017 15:30:24 +0000 (15:30 +0000)
Summary: https://reviews.llvm.org/rL315685#115380

Reviewers: vsk, Dor1s

Reviewed By: Dor1s

Differential Revision: https://reviews.llvm.org/D38884

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315687 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-cov/sources-specified.test

index cd19adf..ee81d00 100644 (file)
@@ -9,10 +9,10 @@ RUN:   %S/Inputs/sources_specified/main.cc %S/Inputs/sources_specified/extra \
 RUN:   | FileCheck -check-prefix=SHOW %s
 
 
-REPORT: {{^}}main.cc{{.*}}
-REPORT: {{^}}extra{{[/\\]}}{{dec|inc}}.h{{.*}}
-REPORT: {{^}}extra{{[/\\]}}{{dec|inc}}.h{{.*}}
-REPORT-NOT: {{^}}abs.h{{.*}}
+REPORT: {{.*}}main.cc{{.*}}
+REPORT: {{.*}}extra{{[/\\]}}{{dec|inc}}.h{{.*}}
+REPORT: {{.*}}extra{{[/\\]}}{{dec|inc}}.h{{.*}}
+REPORT-NOT: {{.*}}abs.h{{.*}}
 
 SHOW: {{.*}}main.cc{{.*}}
 SHOW: {{.*}}extra{{[/\\]}}{{dec|inc}}.h{{.*}}