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

1 2 3

  /art/test/086-null-super/src/
Main.java 28 static class TestFailed extends Exception {
29 public TestFailed(Throwable cause) {
70 throws TestFailed, InvocationTargetException
93 throw new TestFailed(nsme);
95 throw new TestFailed(ie);
97 throw new TestFailed(iae);
99 throw new TestFailed(cnfe);
128 throws TestFailed, InvocationTargetException
138 throws TestFailed, ClassNotFoundException {
148 static void testFailLoadAndGc() throws TestFailed {
    [all...]
  /art/test/087-gc-after-link/src/
Main.java 28 static class TestFailed extends Exception {
29 public TestFailed(Throwable cause) {
70 throws TestFailed, InvocationTargetException
102 throw new TestFailed(nsme);
104 throw new TestFailed(ie);
106 throw new TestFailed(iae);
108 throw new TestFailed(cnfe);
137 throws TestFailed, InvocationTargetException
147 throws TestFailed, ClassNotFoundException {
157 static void testFailLoadAndGc() throws TestFailed {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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_format.py 2 from test.test_support import verbose, have_unicode, TestFailed
240 raise TestFailed
266 raise TestFailed, 'did not get expected exception: %s' % excmsg
300 raise TestFailed, '"%*d"%(maxsize, -127) should fail'
test_ntpath.py 3 from test.test_support import TestFailed
12 raise TestFailed, "%s should return: %s but returned: %s" \
test_capi.py 135 raise test_support.TestFailed, sys.exc_info()[1]
test_support.py 29 __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module",
48 class TestFailed(Error):
372 raise TestFailed("tests should never set the SO_REUSEADDR " \
376 raise TestFailed("tests should never set the SO_REUSEPORT " \
588 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 "
test_imaplib.py 229 raise support.TestFailed("Can't read certificate files!")
test_zipimport_support.py 55 raise test.test_support.TestFailed("%d of %d doctests failed" % (f, t))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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_format.py 2 from test.test_support import verbose, have_unicode, TestFailed
240 raise TestFailed
266 raise TestFailed, 'did not get expected exception: %s' % excmsg
300 raise TestFailed, '"%*d"%(maxsize, -127) should fail'
test_ntpath.py 3 from test.test_support import TestFailed
12 raise TestFailed, "%s should return: %s but returned: %s" \
test_capi.py 135 raise test_support.TestFailed, sys.exc_info()[1]
test_support.py 29 __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module",
48 class TestFailed(Error):
372 raise TestFailed("tests should never set the SO_REUSEADDR " \
376 raise TestFailed("tests should never set the SO_REUSEPORT " \
588 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 "
test_imaplib.py 229 raise support.TestFailed("Can't read certificate files!")

Completed in 669 milliseconds

1 2 3