Home
last modified time | relevance | path

Searched refs:TestFailed (Results 1 – 25 of 54) sorted by relevance

123

/external/python/cpython3/Lib/test/
Dtest_eof.py17 raise support.TestFailed
27 raise support.TestFailed
36 raise support.TestFailed
Ddouble_const.py1 from test.support import TestFailed
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
Dtest_format.py1 from test.support import verbose, TestFailed
89 raise TestFailed('did not get expected exception: %s' % excmsg)
317 raise TestFailed('"%*d"%(maxsize, -127) should fail')
391 raise TestFailed('"%*d"%(maxsize, -127) should fail')
Dtest_doctest2.py115 raise support.TestFailed("expected %d tests to run, not %d" %
Dtest_richcmp.py32 raise support.TestFailed("Number.__cmp__() should not be called")
57 raise support.TestFailed("Vector.__cmp__() should not be called")
Dtest_ntpath.py6 from test.support import TestFailed, FakePath
55 raise TestFailed("%s should return: %s but returned: %s" \
71 raise TestFailed("%s should return: %s but returned: %s" \
Dtest_zipimport_support.py48 raise test.support.TestFailed("%d of %d doctests failed" % (f, t))
/external/python/cpython2/Lib/test/
Ddouble_const.py1 from test.test_support import TestFailed
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
Dtest_eof.py15 raise test_support.TestFailed
25 raise test_support.TestFailed
Dtest_sunaudiodev.py1 from test.test_support import findfile, TestFailed, import_module
21 raise TestFailed, msg
Dtest_threaded_import.py9 from test.test_support import verbose, TestFailed, import_module
37 raise TestFailed(test.threaded_import_hangers.errors)
Dtest_format.py2 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'
Dtest_doctest2.py116 raise test_support.TestFailed("expected %d tests to run, not %d" %
Dtest_ntpath.py5 from test.test_support import TestFailed
12 raise TestFailed, "%s should return: %r but returned: %r" \
Dtest_coercion.py3 from test.test_support import run_unittest, TestFailed, check_warnings
329 exc = TestFailed("__coerce__() returning its arguments reverse "
Dtest_richcmp.py32 raise test_support.TestFailed, "Number.__cmp__() should not be called"
57 raise test_support.TestFailed, "Vector.__cmp__() should not be called"
Dtest_imaplib.py242 raise support.TestFailed("Can't read certificate files!")
Dtest_zipimport_support.py55 raise test.test_support.TestFailed("%d of %d doctests failed" % (f, t))
Dtest_copy.py54 raise test_support.TestFailed, "shouldn't call this"
273 raise test_support.TestFailed, "shouldn't call this"
Dpickletester.py12 from test.test_support import TestFailed, verbose, have_unicode, TESTFN
1592 raise TestFailed, "This __reduce__ shouldn't be called"
/external/python/cpython3/Lib/test/support/
Dsocket_helper.py94 raise support.TestFailed("tests should never set the "
100 raise support.TestFailed("tests should never set the "
D__init__.py121 class TestFailed(Error): class
1110 raise TestFailed('invalid resource %r' % fn)
1811 raise TestFailed(err)
1960 raise TestFailed("%d of %d doctests failed" % (f, t))
/external/python/cpython2/Lib/test/support/
D__init__.py53 class TestFailed(Error): class
524 raise TestFailed("tests should never set the SO_REUSEADDR " \
529 raise TestFailed("tests should never set the SO_REUSEPORT " \
902 raise TestFailed('invalid resource "%s"' % fn)
1545 raise TestFailed(err)
1664 raise TestFailed("%d of %d doctests failed" % (f, t))
/external/python/cpython3/Lib/test/libregrtest/
Druntest.py279 except support.TestFailed as exc:
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h851 static bool TestFailed(const TestInfo* test_info) { in TestFailed() function

123