HomeSort by relevance Sort by last modified time
    Searched refs:fail (Results 326 - 350 of 4776) sorted by null

<<11121314151617181920>>

  /external/ltrace/
demangle.c 67 fail:
75 goto fail;
79 goto fail;
  /external/ltrace/testsuite/ltrace.minor/
time-record-T.exp 10 send_user "Testcase compile failed, so all tests in this file will automatically fail.\n"
22 fail "32-bit ltrace can not perform on 64-bit PUTs and rebuild ltrace in 64 bit mode!"
25 fail "Couldn't get .hash data!"
50 fail "Spent $sec inside call, but PUT call sleep($sleep_sec)!"
59 fail "Fail to find call sleep!"
73 fail "Spent $usec inside call, but PUT call nanosleep($nanosleep_usec)!"
81 fail "Fail to find nanosleep"
  /external/tcpdump/
print-ipcomp.c 68 goto fail;
74 goto fail;
89 fail:
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
ScanSettingsTest.java 39 fail("should have thrown IllegalArgumentException!");
48 fail("should have thrown IllegalArgumentException!");
58 fail("should have thrown IllegalArgumentException!");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraUtilsBinderDecoratorTest.java 89 Assert.fail("Unreachable");
105 Assert.fail("Should've thrown SecurityException");
113 Assert.fail("Should've thrown IllegalArgumentException");
119 Assert.fail("Should've thrown CameraRuntimeException");
126 Assert.fail("Should've thrown CameraRuntimeException");
133 Assert.fail("Should've thrown CameraRuntimeException");
140 Assert.fail("Should've thrown CameraRuntimeException");
147 Assert.fail("Should've thrown UnsupportedOperationException");
155 Assert.fail("Should've thrown CameraRuntimeException");
159 Assert.fail("Should not throw a DeadObjectException directly, but rethrow")
    [all...]
  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
ServiceManagerPermissionTests.java 41 fail("ServiceManager.addService did not throw SecurityException as"
58 fail("IServiceManager.setPermissionController did not throw SecurityException as"
63 fail("Unexpected remote exception");
SmsManagerPermissionTest.java 45 fail("SmsManager.sendTextMessage did not throw SecurityException as expected");
61 fail("SmsManager.sendDataMessage did not throw SecurityException as expected");
80 fail("SmsManager.sendMultipartTextMessage did not throw SecurityException as expected");
VibratorServicePermissionTest.java 53 fail("vibrate did not throw SecurityException as expected");
70 fail("vibratePattern did not throw SecurityException as expected");
85 fail("cancelVibrate did not throw SecurityException as expected");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PushbackInputStreamTest.java 36 fail("Should throw IOException");
59 fail("Expected IOException");
68 fail("Failed to throw exception on unread when buffer full");
90 fail("Failed to throw exception on unread when buffer full");
100 fail("Expected IOException");
115 fail("Exception during available test: " + e.toString());
136 fail("Exception during read test : " + e.getMessage());
152 fail("Exception during read test : " + e.getMessage());
189 fail("IOException during unread test : " + e.getMessage());
213 fail("Assert 0: should throw IOE")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
CertPathTrustManagerParametersTest.java 47 fail("Unexpected exception " + e.toString());
53 fail("Expected CertPathTrustManagerParameters was not thrown");
67 fail("incorrect parameters");
  /libcore/luni/src/test/java/libcore/java/io/
OldByteArrayInputStreamTest.java 53 fail("Exception during Constructor test");
84 fail("Exception during available test");
93 fail("Test 1: Failed to close the input stream.");
98 fail("Test 2: Should be able to read from closed stream.");
117 fail("Exception during mark test");
136 fail("Exception during read test");
152 fail("Test 2: NullPointerException expected.");
159 fail("Test 3: IndexOutOfBoundsException expected.");
166 fail("Test 4: IndexOutOfBoundsException expected.");
173 fail("Test 5: IndexOutOfBoundsException expected.")
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldLinkedHashMapTest.java 45 fail("expected ConcurrentModificationException was not thrown.");
58 fail("IllegalArgumentException expected");
64 fail("IllegalArgumentException expected");
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java 40 fail("NullPointerException expected");
54 fail("IllegalStateException expected!");
61 fail("IllegalStateException expected!");
KeyAgreementTest.java 100 fail(NotSupportMsg);
123 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
130 fail("NoSuchAlgorithmException must be thrown");
142 fail(NotSupportMsg);
162 fail(NotSupportMsg);
167 fail("NullPointerException or NoSuchAlgorithmException should be thrown if algorithm is null");
174 fail("NoSuchAlgorithmException must be thrown");
190 fail(NotSupportMsg);
197 fail("IllegalArgumentException must be thrown when provider is null");
202 fail("IllegalArgumentException must be thrown when provider is empty")
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
AlgorithmParameterGeneratorSpiTest.java 54 fail("IllegalArgumentException must be thrown");
62 fail("IllegalArgumentException must be thrown");
67 fail("IllegalArgumentException must be thrown");
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathValidatorResultTest.java 75 fail(getName() + ": not performed (could not create test TrustAnchor)");
96 fail("NPE expected");
110 fail(getName() + ": not performed (could not create test TrustAnchor)");
118 fail("NPE expected");
131 fail(getName() + ": not performed (could not create test TrustAnchor)");
149 fail(getName() + ": not performed (could not create test TrustAnchor)");
172 fail(getName() + ": not performed (could not create test TrustAnchor)");
198 fail(getName() + ": not performed (could not create test TrustAnchor)");
225 fail(getName() + ": not performed (could not create test TrustAnchor)");
249 fail(getName() + ": not performed (could not create test TrustAnchor)")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
FieldTest.java 167 fail("Exception during getType test : " + e.getMessage());
176 fail("Exception during getType test : " + e.getMessage());
209 fail("No expected IllegalArgumentException");
221 fail("Expected NullPointerException not thrown");
235 fail("No exception expected");
279 fail("unexpected exception " + e);
327 fail("unexpected exception " + e + " for field "
399 fail("missing field " + fieldName + " in test support class "
565 fail("Exception during getBoolean test: " + e.toString());
573 fail("IllegalArgumentException expected but not thrown")
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 61 fail("should throw exception!");
70 fail("should throw exception!");
78 fail("should throw exception!");
102 * NOTE: Test will fail if external server is not available.
107 fail(); method
118 * NOTE: Test will fail if external server is not available.
125 fail(); method
136 * NOTE: Test will fail if external server is not available.
141 fail(); method
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
ExemptionMechanismSpiTest.java 70 fail("InvalidKeyException must be thrown");
75 fail("InvalidKeyException must be thrown");
80 fail("InvalidKeyException must be thrown");
86 fail("ExemptionMechanismException must be thrown");
91 fail("ExemptionMechanismException must be thrown");
96 fail("ExemptionMechanismException must be thrown");
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
EngineTest.java 55 fail("Incorrect provider");
58 fail("Incorrect spi");
71 fail("No expected NoSuchAlgorithmException");
87 fail("Incorrect provider");
90 fail("Incorrect spi");
104 fail("No expected NoSuchAlgorithmException");
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
TrustManagerImplTest.java 93 fail("No expected IllegalArgumentException ");
99 fail("No expected IllegalArgumentException ");
105 fail("No expected CertificateException ");
111 fail("No expected IllegalArgumentException ");
117 fail("No expected IllegalArgumentException ");
123 fail("No expected CertificateException ");
  /external/deqp/scripts/
check_resolution_list.py 7 def fail (msg): function
31 fail("Invalid line in resolution list: '%s'" % line)
56 fail("Invalid resolution: '%s %s %s'" % (pattern, minRes, recRes))
64 fail("Pattern '%s' does not match any cases" % pattern)
68 fail("Case '%s' specified multiple times (when processing '%s')" % (case, pattern))
73 fail("Case '%s' not specified by any rule" % case)
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.pass.cpp 50 assert(is.fail());
59 assert(!is.fail());
68 assert(!is.fail());
77 assert(!is.fail());
86 assert(!is.fail());
95 assert(!is.fail());
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
ignore.pass.cpp 49 assert(!is.fail());
53 assert(!is.fail());
57 assert(!is.fail());
65 assert(!is.fail());
69 assert(!is.fail());
73 assert(!is.fail());
read.pass.cpp 52 assert(!is.fail());
57 assert(!is.fail());
62 assert( is.fail());
71 assert(!is.fail());
76 assert(!is.fail());
81 assert( is.fail());

Completed in 635 milliseconds

<<11121314151617181920>>