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