HomeSort by relevance Sort by last modified time
    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):
126 except TestRunInterruptedException, e:
164 raise TestRunInterruptedException(message)

Completed in 60 milliseconds