Searched refs:xfail (Results 1 – 4 of 4) sorted by relevance
/scripts/ |
A D | check-wx-segment.py | 32 def process_file(path, inp, xfail): argument 45 if xfail: 55 if xfail and errors == 0: 71 xfails = set(opts.xfail.split(' ')) 72 xfails_all = opts.xfail.strip() == '*' 76 xfail = ((os.path.basename(path) + '.phdrs') in xfails 79 errors += process_file(path, inp, xfail)
|
A D | evaluate-test.sh | 25 xfail=$3 38 if $xfail; then
|
A D | dso-ordering-test.py | 314 self.xfail = False # set if this is a XFAIL testcase 727 xfail = r[1][1] 773 % (("X" if xfail else ""), test_name, tunable_descr, 776 ("X" if xfail else ""), test_name, tunable_descr)) 1012 (output, xfail) = r[1] 1037 if t.xfail: 1069 "fi\n" % (("X" if t.xfail else ""), 1104 xfail = False 1108 xfail = True; 1118 t.expected_outputs[tsstr] = (m.group(2), xfail) [all …]
|
A D | check-execstack.awk | 11 split(xfail, xfails, " ");
|
Completed in 10 milliseconds