HomeSort by relevance Sort by last modified time
    Searched refs:TestFailed (Results 1 - 25 of 68) sorted by null

1 2 3

  /art/test/087-gc-after-link/src/
Main.java 28 static class TestFailed extends Exception {
29 public TestFailed(Throwable cause) {
70 throws TestFailed, InvocationTargetException
101 throw new TestFailed(nsme);
103 throw new TestFailed(ie);
105 throw new TestFailed(iae);
107 throw new TestFailed(cnfe);
136 throws TestFailed, InvocationTargetException
146 throws TestFailed, ClassNotFoundException {
156 static void testFailLoadAndGc() throws TestFailed {
    [all...]
  /art/test/086-null-super/src/
Main.java 28 static class TestFailed extends Exception {
29 public TestFailed(Throwable cause) {
70 throws TestFailed, InvocationTargetException
91 throw new TestFailed(nsme);
93 throw new TestFailed(ie);
95 throw new TestFailed(iae);
97 throw new TestFailed(cnfe);
126 throws TestFailed, InvocationTargetException
136 throws TestFailed, ClassNotFoundException {
146 static void testFailLoadAndGc() throws TestFailed {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
double_const.py 1 from test.test_support import TestFailed
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
test_eof.py 16 raise test_support.TestFailed
26 raise test_support.TestFailed
test_sunaudiodev.py 1 from test.test_support import findfile, TestFailed, import_module
21 raise TestFailed, msg
test_threaded_import.py 9 from test.test_support import verbose, TestFailed, import_module
37 raise TestFailed(test.threaded_import_hangers.errors)
test_doctest2.py 116 raise test_support.TestFailed("expected %d tests to run, not %d" %
test_capi.py 109 raise test_support.TestFailed, sys.exc_info()[1]
126 raise test_support.TestFailed, \
test_ntpath.py 3 from test.test_support import TestFailed
12 raise TestFailed, "%s should return: %s but returned: %s" \
test_format.py 2 from test.test_support import verbose, have_unicode, TestFailed
256 raise TestFailed, 'did not get expected exception: %s' % excmsg
290 raise TestFailed, '"%*d"%(maxsize, -127) should fail'
test_support.py 26 __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module",
45 class TestFailed(Error):
305 raise TestFailed("tests should never set the SO_REUSEADDR " \
309 raise TestFailed("tests should never set the SO_REUSEPORT " \
512 raise TestFailed('invalid resource "%s"' % fn)
    [all...]
test_coercion.py 3 from test.test_support import run_unittest, TestFailed, check_warnings
329 exc = TestFailed("__coerce__() returning its arguments reverse "
  /external/python/cpython2/Lib/test/
double_const.py 1 from test.test_support import TestFailed
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
test_eof.py 15 raise test_support.TestFailed
25 raise test_support.TestFailed
test_sunaudiodev.py 1 from test.test_support import findfile, TestFailed, import_module
21 raise TestFailed, msg
test_threaded_import.py 9 from test.test_support import verbose, TestFailed, import_module
37 raise TestFailed(test.threaded_import_hangers.errors)
test_doctest2.py 116 raise test_support.TestFailed("expected %d tests to run, not %d" %
test_format.py 2 from test.test_support import verbose, have_unicode, TestFailed
240 raise TestFailed
267 raise TestFailed, 'did not get expected exception: %s' % excmsg
301 raise TestFailed, '"%*d"%(maxsize, -127) should fail'
test_ntpath.py 5 from test.test_support import TestFailed
12 raise TestFailed, "%s should return: %r but returned: %r" \
test_coercion.py 3 from test.test_support import run_unittest, TestFailed, check_warnings
329 exc = TestFailed("__coerce__() returning its arguments reverse "
  /external/python/cpython3/Lib/test/
double_const.py 1 from test.support import TestFailed
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
test_eof.py 15 raise support.TestFailed
25 raise support.TestFailed
test_doctest2.py 115 raise support.TestFailed("expected %d tests to run, not %d" %
test_format.py 1 from test.support import verbose, TestFailed
88 raise TestFailed('did not get expected exception: %s' % excmsg)
316 raise TestFailed('"%*d"%(maxsize, -127) should fail')
390 raise TestFailed('"%*d"%(maxsize, -127) should fail')
test_ntpath.py 6 from test.support import TestFailed, FakePath
21 raise TestFailed("%s should return: %s but returned: %s" \
43 raise TestFailed("%s should return: %s but returned: %s" \

Completed in 1512 milliseconds

1 2 3