File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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".
You can’t perform that action at this time.
0 commit comments