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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_layout_results_generator.py 43 WONTFIX = "wontfixCounts"
172 self._get_failure_summary_entry(test_expectations.WONTFIX),
173 self.WONTFIX)
test_expectations_unittest.py 105 BUG_TEST WONTFIX SKIP : failures/expected/crash.html = CRASH
107 BUG_TEST WONTFIX : failures/expected/image_checksum.html = IMAGE
108 BUG_TEST WONTFIX MAC : failures/expected/image.html = IMAGE
146 BUGX WONTFIX : failures/expected = IMAGE
181 s = self._exp._expected_failures.get_test_set(WONTFIX)
185 s = self._exp._expected_failures.get_test_set(WONTFIX, CRASH)
188 s = self._exp._expected_failures.get_test_set(WONTFIX, CRASH,
329 BUGX WONTFIX : failures/expected = IMAGE
336 BUGX WONTFIX : failures/expected = IMAGE
472 self.match(['bug123xy', 'rebaseline', 'wontfix', 'slow', 'skip'], 0
    [all...]
test_expectations.py 44 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, SKIP, WONTFIX,
244 WONTFIX: For tests that we never intend to pass on a given platform.
255 -CRASH tests cannot be WONTFIX
289 'wontfix': WONTFIX,
294 TIMELINES = {'wontfix': WONTFIX,
557 has_wontfix = 'wontfix' in options
648 modifiers: sequence of modifier keywords ('wontfix', 'slow', etc.)
665 if 'wontfix' in modifiers
    [all...]
test_runner.py     [all...]

Completed in 118 milliseconds