We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c72b73 commit 8da85a5Copy full SHA for 8da85a5
sycl/test-e2e/no-xfail-without-tracker.cpp
@@ -21,7 +21,7 @@
21
// RUN: --no-group-separator | \
22
// RUN: grep -v "XFAIL:" | \
23
// RUN: grep -Pv "XFAIL-TRACKER:\s+.*intel/llvm.*\d+" | \
24
-// RUN: wc -l | FileCheck %s
+// RUN: wc -l | FileCheck %s --check-prefix NUMBER-OF-XFAIL-WITHOUT-TRACKER
25
//
26
// The number below is a number of tests which are *impropertly* XFAIL-ed, i.e.
27
// we either don't have a tracker associated with a failure listed in those
@@ -41,4 +41,4 @@
41
// tests to match the requried format and in that case you should just update
42
// (i.e. reduce) the number below.
43
44
-// CHECK: 176
+// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 176
0 commit comments