Searched refs:TestFailed (Results 1 - 25 of 36) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Ddouble_const.py1 from test.test_support import TestFailed namespace
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
H A Dtest_eof.py16 raise test_support.TestFailed
26 raise test_support.TestFailed
H A Dtest_sunaudiodev.py1 from test.test_support import findfile, TestFailed, import_module namespace
21 raise TestFailed, msg
H A Dtest_threaded_import.py9 from test.test_support import verbose, TestFailed, import_module namespace
37 raise TestFailed(test.threaded_import_hangers.errors)
H A Dtest_doctest2.py116 raise test_support.TestFailed("expected %d tests to run, not %d" %
H A Dtest_ntpath.py3 from test.test_support import TestFailed namespace
12 raise TestFailed, "%s should return: %s but returned: %s" \
H A Dtest_format.py2 from test.test_support import verbose, have_unicode, TestFailed namespace
240 raise TestFailed
266 raise TestFailed, 'did not get expected exception: %s' % excmsg
300 raise TestFailed, '"%*d"%(maxsize, -127) should fail'
H A Dtest_capi.py135 raise test_support.TestFailed, sys.exc_info()[1]
H A Dtest_coercion.py3 from test.test_support import run_unittest, TestFailed, check_warnings namespace
329 exc = TestFailed("__coerce__() returning its arguments reverse "
H A Dtest_support.py29 __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module",
48 class TestFailed(Error): class in inherits: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)
1183 raise TestFailed(err)
1238 raise TestFailed("%d of %d doctests failed" % (f, t))
H A Dtest_richcmp.py32 raise test_support.TestFailed, "Number.__cmp__() should not be called"
57 raise test_support.TestFailed, "Vector.__cmp__() should not be called"
H A Dtest_imaplib.py229 raise support.TestFailed("Can't read certificate files!")
H A Dtest_zipimport_support.py55 raise test.test_support.TestFailed("%d of %d doctests failed" % (f, t))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Ddouble_const.py1 from test.test_support import TestFailed namespace
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
H A Dtest_eof.py16 raise test_support.TestFailed
26 raise test_support.TestFailed
H A Dtest_sunaudiodev.py1 from test.test_support import findfile, TestFailed, import_module namespace
21 raise TestFailed, msg
H A Dtest_threaded_import.py9 from test.test_support import verbose, TestFailed, import_module namespace
37 raise TestFailed(test.threaded_import_hangers.errors)
H A Dtest_doctest2.py116 raise test_support.TestFailed("expected %d tests to run, not %d" %
H A Dtest_ntpath.py3 from test.test_support import TestFailed namespace
12 raise TestFailed, "%s should return: %s but returned: %s" \
H A Dtest_format.py2 from test.test_support import verbose, have_unicode, TestFailed namespace
240 raise TestFailed
266 raise TestFailed, 'did not get expected exception: %s' % excmsg
300 raise TestFailed, '"%*d"%(maxsize, -127) should fail'
H A Dtest_capi.py135 raise test_support.TestFailed, sys.exc_info()[1]
H A Dtest_coercion.py3 from test.test_support import run_unittest, TestFailed, check_warnings namespace
329 exc = TestFailed("__coerce__() returning its arguments reverse "
H A Dtest_support.py29 __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module",
48 class TestFailed(Error): class in inherits: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)
1183 raise TestFailed(err)
1238 raise TestFailed("%d of %d doctests failed" % (f, t))
H A Dtest_richcmp.py32 raise test_support.TestFailed, "Number.__cmp__() should not be called"
57 raise test_support.TestFailed, "Vector.__cmp__() should not be called"
H A Dtest_imaplib.py229 raise support.TestFailed("Can't read certificate files!")

Completed in 307 milliseconds

12