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

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
commandtest.py 35 def assert_execute_outputs(self, command, args, expected_stdout="", expected_stderr="", expected_exception=None, options=MockOptions(), tool=MockTool()):
48 OutputCapture().assert_outputs(self, command.execute, [options, args, tool], expected_stdout=expected_stdout, expected_stderr=expected_stderr, expected_exception=expected_exception)
roll_unittest.py 49 self.assert_execute_outputs(RollChromiumDEPS(), [5764], expected_stderr=expected_stderr, expected_exception=SystemExit)
earlywarningsystem_unittest.py 69 OutputCapture().assert_outputs(self, queue.process_work_item, [mock_patch], expected_stderr=expected_stderr, expected_exception=ScriptError)
queuestest.py 61 expected_exception=exception)
queues_unittest.py 316 OutputCapture().assert_outputs(self, sequence.run_and_handle_errors, [tool, options, state], expected_exception=TryAgain, expected_stderr=expected_stderr)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
outputcapture.py 57 def assert_outputs(self, testcase, function, args=[], kwargs={}, expected_stdout="", expected_stderr="", expected_exception=None):
59 if expected_exception:
60 return_value = testcase.assertRaises(expected_exception, function, *args, **kwargs)
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask_unittest.py 81 def _run_through_task(self, commit_queue, expected_stderr, expected_exception=None, expect_retry=False):
85 success = OutputCapture().assert_outputs(self, task.run, expected_stderr=expected_stderr, expected_exception=expected_exception)
86 if not expected_exception:
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 801 #define GTEST_TEST_THROW_(statement, expected_exception, fail) \
808 catch (expected_exception const&) { \
813 #expected_exception ".\n Actual: it throws a different " \
819 #expected_exception ".\n Actual: it throws nothing."; \
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/v8/test/cctest/
test-assembler-arm.cc 436 bool expected_exception = false) {
473 expected_exception ? eq : ne);
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 1267 milliseconds