HomeSort by relevance Sort by last modified time
    Searched refs:xfails (Results 1 - 6 of 6) sorted by null

  /external/llvm/utils/lit/lit/
Test.py 186 self.xfails = []
224 configuration. This check relies on the test xfails property which by
229 # Check if any of the xfails match an available feature or the target.
230 for item in self.xfails:
TestRunner.py 801 initial_value=test.xfails),
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TestRunner.py 369 def isExpectedFail(xfails, xtargets, target_triple):
371 for item in xfails:
426 xfails = []
445 xfails.extend([s.strip() for s in items])
487 isXFail = isExpectedFail(xfails, xtargets, test.suite.config.target_triple)
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 558 # passes, fails, and xfails.
586 # Compile passes, fails, xfails.
589 my ($Passes, $Fails, $XFails) = "";
599 $XFails .= "$TestSuiteResultLines[$x]\n";
603 return ($SSProgs, $MSProgs, $ExtProgs, $All, $Passes, $Fails, $XFails);
679 $all_tests, $passes, $fails, $xfails) = "";
682 $all_tests, $passes, $fails, $xfails) = RunNightlyTest();
788 'expfail_tests' => $xfails,
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Test.py 210 self.xfails = []
265 configuration. This check relies on the test xfails property which by
274 # Check if any of the xfails match an available feature or the target.
275 for item in self.xfails:
TestRunner.py     [all...]

Completed in 432 milliseconds