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

1 2

  /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_sunaudiodev.py 1 from test.test_support import findfile, TestFailed, import_module
21 raise TestFailed, msg
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_threaded_import.py 9 from test.test_support import verbose, TestFailed, import_module
37 raise TestFailed(test.threaded_import_hangers.errors)
test_ntpath.py 3 from test.test_support import TestFailed
12 raise TestFailed, "%s should return: %s but returned: %s" \
test_coercion.py 3 from test.test_support import run_unittest, TestFailed, check_warnings
329 exc = TestFailed("__coerce__() returning its arguments reverse "
pickletester.py 9 from test.test_support import TestFailed, verbose, have_unicode, TESTFN
    [all...]
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...]
  /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_sunaudiodev.py 1 from test.test_support import findfile, TestFailed, import_module
21 raise TestFailed, msg
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_threaded_import.py 9 from test.test_support import verbose, TestFailed, import_module
37 raise TestFailed(test.threaded_import_hangers.errors)
test_ntpath.py 3 from test.test_support import TestFailed
12 raise TestFailed, "%s should return: %s but returned: %s" \
test_coercion.py 3 from test.test_support import run_unittest, TestFailed, check_warnings
329 exc = TestFailed("__coerce__() returning its arguments reverse "
pickletester.py 9 from test.test_support import TestFailed, verbose, have_unicode, TESTFN
    [all...]
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...]
  /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...]
  /dalvik/tests/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...]
  /dalvik/tests/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...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 696 static bool TestFailed(const TestInfo * test_info) {
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 851 static bool TestFailed(const TestInfo* test_info) {
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 843 static bool TestFailed(const TestInfo* test_info) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h 851 static bool TestFailed(const TestInfo* test_info) {
    [all...]
  /external/gtest/include/gtest/
gtest.h 851 static bool TestFailed(const TestInfo* test_info) {
    [all...]

Completed in 1762 milliseconds

1 2