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 7b9615c commit ec32a7dCopy full SHA for ec32a7d
sycl/test/no-xfail-without-tracker.cpp
@@ -28,7 +28,7 @@
28
// RUN: grep -rI "XFAIL:" %S/../test-e2e \
29
// RUN: -A 1 --include=*.c --include=*.cpp --no-group-separator | \
30
// RUN: grep -v "XFAIL:" | \
31
-// RUN: grep -Pv "XFAIL-TRACKER:\s+(?:https://github.com/[\w\d-]+/[\w\d-]+/issues/[\d]+)|(?:[\w]+-[\d]+)" > %t | \
+// RUN: grep -Pv "XFAIL-TRACKER:\s+(?:https://github.com/[\w\d-]+/[\w\d-]+/issues/[\d]+)|(?:[\w]+-[\d]+)" > %t
32
// RUN: cat %t | wc -l | FileCheck %s --check-prefix NUMBER-OF-XFAIL-WITHOUT-TRACKER
33
// RUN: cat %t | sed 's/\.cpp.*/.cpp/' | sort | FileCheck %s
34
//
0 commit comments