OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestRunInterruptedException
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner_unittest.py
35
from webkitpy.layout_tests.controllers.layout_test_runner import LayoutTestRunner, Sharder,
TestRunInterruptedException
130
self.assertRaises(
TestRunInterruptedException
, runner._interrupt_if_at_failure_limits, run_results)
136
exception = self.assertRaises(
TestRunInterruptedException
, runner._interrupt_if_at_failure_limits, run_results)
layout_test_runner.py
52
class
TestRunInterruptedException
(Exception):
124
except
TestRunInterruptedException
, e:
162
raise
TestRunInterruptedException
(message)
Completed in 27 milliseconds