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 6463e50 commit d29ac1eCopy full SHA for d29ac1e
sycl/test/e2e_test_requirements/no-xfail-without-tracker.cpp
@@ -31,7 +31,7 @@
31
// RUN: grep -v "XFAIL:" | \
32
// 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
+// RUN: cat %t | sed 's/\.cpp.*/.cpp/' | sort | wc - l | [ $(cat) -gt 0 ] && FileCheck %s --allow-unused-prefixes
35
//
36
// The number below is a number of tests which are *improperly* XFAIL-ed, i.e.
37
// we either don't have a tracker associated with a failure listed in those
0 commit comments