Skip to content

Commit e3a6866

Browse files
committed
[SYCL] Move XFAIL tracker checker test to compile-time
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 71a0980 commit e3a6866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/no-xfail-without-tracker.cpp renamed to sycl/test/no-xfail-without-tracker.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
// verify that against the reference
2626
// - ...and check if the list of improperly XFAIL-ed tests needs to be updated.
2727
//
28-
// RUN: grep -rI "XFAIL:" %S -A 1 --include=*.c --include=*.cpp \
29-
// RUN: --exclude=no-xfail-without-tracker.cpp --no-group-separator | \
28+
// RUN: grep -rI "XFAIL:" %S/../test-e2e \
29+
// RUN: -A 1 --include=*.c --include=*.cpp --no-group-separator | \
3030
// RUN: grep -v "XFAIL:" | \
3131
// RUN: grep -Pv "XFAIL-TRACKER:\s+(?:https://github.com/[\w\d-]+/[\w\d-]+/issues/[\d]+)|(?:[\w]+-[\d]+)" > %t | \
3232
// RUN: cat %t | wc -l | FileCheck %s --check-prefix NUMBER-OF-XFAIL-WITHOUT-TRACKER

0 commit comments

Comments
 (0)