Home
last modified time | relevance | path

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

12

/third_party/python/Lib/test/
Dtest_eof.py20 raise support.TestFailed
30 raise support.TestFailed
46 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_richcmp.py32 raise support.TestFailed("Number.__cmp__() should not be called")
57 raise support.TestFailed("Vector.__cmp__() should not be called")
Dtest_doctest.py727 raise support.TestFailed("Doctest unwrap failed") from e
Dtest_ntpath.py7 from test.support import TestFailed
57 raise TestFailed("%s should return: %s but returned: %s" \
73 raise TestFailed("%s should return: %s but returned: %s" \
Dtest_zipimport_support.py49 raise test.support.TestFailed("%d of %d doctests failed" % (f, t))
Dtest_decimal.py38 from test.support import (TestFailed,
5644 raise TestFailed("unexpected parameter kind")
5694 raise TestFailed("invalid signature for %s: %s %s" % (c_func, args, kwds))
5700 raise TestFailed("invalid signature for %s: %s %s" % (p_func, args, kwds))
5785 raise TestFailed("Internal error: unbalanced number of changes to "
Dpickletester.py27 TestFailed, run_with_locale, no_tracing,
3185 raise TestFailed("This __reduce__ shouldn't be called")
Dtest_codecs.py1521 raise support.TestFailed("Test 3.%d: %s" % (pos+1, str(e)))
/third_party/python/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__.py106 class TestFailed(Error): class
109 class TestFailedWithDetails(TestFailed):
571 raise TestFailed('invalid resource %r' % fn)
1151 raise TestFailed("%d of %d doctests failed" % (f, t))
/third_party/cef/tests/ceftests/
Dtest_handler.h324 bool TestFailed();
Dthread_unittest.cc410 bool result = !TestFailed(); in DestroyTest()
Ddom_unittest.cc220 bool result = !TestFailed(); in DestroyTest()
Dtest_handler.cc476 bool TestFailed() { in TestFailed() function
Dnavigation_unittest.cc155 bool result = !TestFailed(); in SendTestResults()
1306 bool result = !TestFailed(); in SendTestResults()
1673 bool result = !TestFailed(); in SendTestResults()
3415 bool result = !TestFailed(); in SendTestResults()
Durlrequest_unittest.cc2796 bool result = !TestFailed(); in OnIncompleteRequest()
2817 bool result = !TestFailed(); in OnShutdownComplete()
Dframe_unittest.cc342 bool result = !TestFailed(); in SendTestResults()
Dv8_unittest.cc2766 bool result = !TestFailed(); in DestroyTest()
/third_party/python/Lib/test/libregrtest/
Druntest.py350 except support.TestFailed as exc:
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h970 static bool TestFailed(const TestInfo* test_info) { in TestFailed() function
/third_party/googletest/googletest/include/gtest/
Dgtest.h991 static bool TestFailed(const TestInfo* test_info) { in TestFailed() function
/third_party/python/Doc/library/
Dtest.rst212 .. exception:: TestFailed
783 Open *url*. If open fails, raises :exc:`TestFailed`.
/third_party/mesa3d/src/gtest/src/
Dgtest.cc2719 return CountIf(test_info_list_, TestFailed); in failed_test_count()

12