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 71a0980 commit e3a6866Copy full SHA for e3a6866
sycl/test-e2e/no-xfail-without-tracker.cpp renamed to sycl/test/no-xfail-without-tracker.cpp
@@ -25,8 +25,8 @@
25
// verify that against the reference
26
// - ...and check if the list of improperly XFAIL-ed tests needs to be updated.
27
//
28
-// RUN: grep -rI "XFAIL:" %S -A 1 --include=*.c --include=*.cpp \
29
-// RUN: --exclude=no-xfail-without-tracker.cpp --no-group-separator | \
+// RUN: grep -rI "XFAIL:" %S/../test-e2e \
+// 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 | \
32
// RUN: cat %t | wc -l | FileCheck %s --check-prefix NUMBER-OF-XFAIL-WITHOUT-TRACKER
0 commit comments