Skip to content

Commit 04a6b92

Browse files
committed
some fixes
1 parent f0ea4c7 commit 04a6b92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
// verify that against the reference
2626
// - ...and check if the list of improperly "xfailed" tests needs to be updated.
2727
//
28-
// RUN: grep -rI "XFAIL:" %S -A 1 --exclude=%s:basename --include=*.c --include=*.cpp \
29-
// RUN: --no-group-separator | \
28+
// RUN: grep -rI "XFAIL:" %S -A 1 --include=*.c --include=*.cpp \
29+
// RUN: --exclude=no-xfail-without-tracker.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
33-
// RUN: cat %t | FileCheck %s --check-prefix CHECK-NEXT
33+
// RUN: cat %t | FileCheck %s
3434
//
3535
// The number below is a number of tests which are *improperly* XFAIL-ed, i.e.
3636
// we either don't have a tracker associated with a failure listed in those
@@ -50,7 +50,7 @@
5050
// tests to match the required format and in that case you should just update
5151
// (i.e. reduce) the number below.
5252
//
53-
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 162
53+
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 160
5454
//
5555
// List of improperly "xfailed" tests.
5656
// Remove the CHECK once the test has been propely "xfailed".

0 commit comments

Comments
 (0)