HomeSort by relevance Sort by last modified time
    Searched refs:fail (Results 226 - 250 of 8710) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator1Test.java 78 fail(NotSupportMsg);
102 fail("NullPointerException or NoSuchAlgorithmException must be thrown when algorithm is null");
109 fail("NoSuchAlgorithmException must be thrown when algorithm is not available: "
122 fail(NotSupportMsg);
141 fail(NotSupportMsg);
148 fail("IllegalArgumentException must be thrown when provider is null");
153 fail("IllegalArgumentException must be thrown when provider is empty");
168 fail(NotSupportMsg);
175 fail("NoSuchProviderException must be thrown (algorithm: "
195 fail(NotSupportMsg)
    [all...]
  /build/kati/testcase/
multi_implicit_output_patterns.mk 19 b.c.z: fail
25 fail:
26 echo FAIL
  /cts/tests/tests/jni/src/android/jni/cts/
JniCTest.java 33 * Calls the native test, and {@code fail()}s appropriately if
40 fail(msg);
JniCppTest.java 33 * Calls the native test, and {@code fail()}s appropriately if
40 fail(msg);
  /cts/tests/tests/permission/src/android/permission/cts/
NoNetworkStatePermissionTest.java 50 fail("ConnectivityManager.getActiveNetworkInfo didn't throw SecurityException as"
66 fail("ConnectivityManager.getNetworkInfo didn't throw SecurityException as"
82 fail("ConnectivityManager.getAllNetworkInfo didn't throw SecurityException as"
93 fail(); method
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CompilerTest.java 33 fail("should throw RSRuntimeException");
  /cts/tests/tests/view/src/android/view/cts/
TextureViewSnapshotTest.java 30 fail("Did not complete complete test.");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_frozen.py 14 self.fail("import __hello__ failed:" + str(x))
19 self.fail("import __phello__ failed:" + str(x))
24 self.fail("import __phello__.spam failed:" + str(x))
31 self.fail("import __phello__.foo should have failed")
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeRefTest.java 29 fail("Should throw NullPointerException when arguments are NULL");
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
PreconditionsTest.java 39 fail("no exception thrown");
51 fail("no exception thrown");
60 fail("no exception thrown");
73 fail("no exception thrown");
86 fail("no exception thrown");
98 fail("no exception thrown");
107 fail("no exception thrown");
120 fail("no exception thrown");
136 fail("no exception thrown");
149 fail("no exception thrown")
179 fail(); method
189 fail(); method
198 fail(); method
208 fail(); method
217 fail(); method
233 fail(); method
243 fail(); method
252 fail(); method
262 fail(); method
271 fail(); method
288 fail(); method
296 fail(); method
306 fail(); method
316 fail(); method
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
PreconditionsTest.java 41 fail("no exception thrown");
53 fail("no exception thrown");
62 fail("no exception thrown");
75 fail("no exception thrown");
88 fail("no exception thrown");
100 fail("no exception thrown");
109 fail("no exception thrown");
122 fail("no exception thrown");
138 fail("no exception thrown");
151 fail("no exception thrown")
181 fail(); method
191 fail(); method
200 fail(); method
210 fail(); method
219 fail(); method
235 fail(); method
245 fail(); method
254 fail(); method
264 fail(); method
273 fail(); method
290 fail(); method
298 fail(); method
308 fail(); method
318 fail(); method
    [all...]
  /external/ltp/testcases/kernel/syscalls/fork/
fork06.c 55 int i, pid, status, childpid, succeed, fail; local
66 fail = 0;
71 fail++;
86 tst_resm(TINFO, "failures %d", fail);
  /external/mockito/src/test/java/org/mockitousage/misuse/
ExplicitFrameworkValidationTest.java 17 import static org.junit.Assert.fail;
31 fail(); method
40 fail(); method
49 fail(); method
  /external/python/cpython2/Lib/test/
test_frozen.py 14 self.fail("import __hello__ failed:" + str(x))
19 self.fail("import __phello__ failed:" + str(x))
24 self.fail("import __phello__.spam failed:" + str(x))
31 self.fail("import __phello__.foo should have failed")
  /external/testng/src/test/java/test/dependent/
SampleDependent1.java 15 @Test(groups = { "fail" })
16 public void fail() { method in class:SampleDependent1
20 @Test(dependsOnGroups = { "fail" })
  /external/testng/src/test/java/test/retryAnalyzer/
PersistentFailure.java 9 Assert.fail();
  /external/testng/src/test/java/test/superclass/
ChildSampleTest3.java 13 public void fail() { method in class:ChildSampleTest3
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/constructor/
NoPublicConstructorTest.java 33 fail("method in NoPublicConstructorTest run unexpectedly");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
StringTokenizerTest.java 32 fail("NullPointerException is not thrown.");
52 fail("NullPointerException expected");
75 fail("NullPointerException expected");
144 fail(
170 fail(
199 fail("NoSuchElementException expected");
206 fail("NullPointerException expected");
217 fail("should throw NullPointerException");
225 fail("should throw NullPointerException");
236 fail("should throw NullPointerException")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContextSpiTest.java 47 fail("Unexpected exception " + e.toString());
59 fail("RuntimeException wasn't thrown");
63 fail("Incorrect exception message: " + str);
65 fail("Incorrect exception " + e + " was thrown");
78 fail("RuntimeException wasn't thrown");
82 fail("Incorrect exception message: " + str);
84 fail("Incorrect exception " + e + " was thrown");
90 fail("IllegalArgumentException wasn't thrown");
109 fail("RuntimeException wasn't thrown");
113 fail("Incorrect exception message: " + str)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/
SubjectTest.java 53 fail("Unexpected exception: " + e);
63 fail(); method
69 fail(); method
75 fail(); method
91 fail("Unexpected exception: " + e);
97 fail("Unexpected exception: " + e);
102 fail("NullPointerException wasn't thrown");
118 fail("Unexpected exception: " + e);
124 fail("Unexpected exception: " + e);
129 fail("NullPointerException wasn't thrown")
281 fail(); method
291 fail(); method
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldPipedOutputStreamTest.java 91 fail("Unexpeceted IOException.");
102 fail("Test 1: Constructor failed: " + e.getMessage());
109 fail("Test 2: IOException expected because the input stream is already connected.");
122 fail("Test 1: Unexpected IOException: " + e.getMessage());
132 fail("Test 1: Unexpected exception when connecting: " +
139 fail("Test 2: Unexpected IOException when writing after connecting.");
144 fail("Test 3: IOException expected when reconnecting the stream.");
151 fail("Test 4: NullPointerException expected.");
173 fail("Test 1: IOException expected.");
182 fail("Test 2: IndexOutOfBoundsException expected.")
    [all...]
OldPushbackInputStreamTest.java 45 fail("Failed to throw exception on unread when buffer full");
52 fail("Test 1: IllegalArgumentException expected.");
58 fail("Test 2: IllegalArgumentException expected.");
66 fail("Test 3: IOException expected when the unread buffer is full.");
82 fail("IOException not thrown.");
96 fail("IOException not thrown.");
115 fail("Test 2: IOException expected.");
135 fail("IOException not thrown.");
148 fail("IndexOutOfBoundsException was not thrown");
154 fail("IndexOutOfBoundsException was not thrown")
    [all...]
OldPushbackReaderTest.java 43 fail("Created reader with buffer larger than 1");;
67 fail("IOException not thrown.");
74 fail("IOException not thrown.");
93 fail("IOException not thrown.");
118 fail("IOException not thrown.");
138 fail("IOException not thrown.");
154 fail("IOException during read test : " + e.getMessage());
169 fail("should throw NullPointerException");
176 fail("should throw IndexOutOfBoundsException");
183 fail("should throw IndexOutOfBoundsException")
    [all...]
OldStringReaderTest.java 33 fail("IllegalArgumentException not thrown!");
43 fail("IndexOutOfBoundsException was not thrown");
49 fail("IndexOutOfBoundsException was not thrown");
55 fail("IndexOutOfBoundsException was not thrown");

Completed in 500 milliseconds

1 2 3 4 5 6 7 8 91011>>