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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_with.py 189 TEST_EXCEPTION = RuntimeError("test exception")
214 raise self.TEST_EXCEPTION
221 self.assertEqual(mock_manager.exit_args[1], self.TEST_EXCEPTION)
222 exc_type = type(self.TEST_EXCEPTION)
  /external/python/cpython2/Lib/test/
test_with.py 187 TEST_EXCEPTION = RuntimeError("test exception")
212 raise self.TEST_EXCEPTION
219 self.assertEqual(mock_manager.exit_args[1], self.TEST_EXCEPTION)
220 exc_type = type(self.TEST_EXCEPTION)
  /external/python/cpython3/Lib/test/
test_with.py 192 self.TEST_EXCEPTION = RuntimeError("test exception")
217 raise self.TEST_EXCEPTION
224 self.assertEqual(mock_manager.exit_args[1], self.TEST_EXCEPTION)
225 exc_type = type(self.TEST_EXCEPTION)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_with.py 189 TEST_EXCEPTION = RuntimeError("test exception")
214 raise self.TEST_EXCEPTION
221 self.assertEqual(mock_manager.exit_args[1], self.TEST_EXCEPTION)
222 exc_type = type(self.TEST_EXCEPTION)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_with.py 189 TEST_EXCEPTION = RuntimeError("test exception")
214 raise self.TEST_EXCEPTION
221 self.assertEqual(mock_manager.exit_args[1], self.TEST_EXCEPTION)
222 exc_type = type(self.TEST_EXCEPTION)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_with.py 189 TEST_EXCEPTION = RuntimeError("test exception")
214 raise self.TEST_EXCEPTION
221 self.assertEqual(mock_manager.exit_args[1], self.TEST_EXCEPTION)
222 exc_type = type(self.TEST_EXCEPTION)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_with.py 189 TEST_EXCEPTION = RuntimeError("test exception")
214 raise self.TEST_EXCEPTION
221 self.assertEqual(mock_manager.exit_args[1], self.TEST_EXCEPTION)
222 exc_type = type(self.TEST_EXCEPTION)

Completed in 355 milliseconds