Lines Matching refs:xfail
385 run_program_prefix, cross, xfail): argument
395 self.xfail_str = xfail
451 xfail = False
453 xfail = True
466 xfail = True
485 if len(tokens) != 2 or xfail or optional:
491 if len(tokens) != 2 or xfail or optional:
508 test.xfail = xfail
539 def note_error(self, name, xfail): argument
541 if xfail:
684 if not test.optional and not test.xfail:
703 self.group_xfail = test.xfail
750 args.cross, args.xfail)