HomeSort by relevance Sort by last modified time
    Searched refs:fail (Results 251 - 275 of 3144) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/java/io/
FileOutputStreamTest.java 37 fail(); method
42 fail(); method
52 fail(); method
57 fail(); method
75 fail(); method
80 fail(); method
85 fail(); method
OldByteArrayOutputStreamTest.java 44 fail("Test 2: IllegalArgumentException expected.");
61 fail("Test 3: UnsupportedEncodingException expected.");
72 fail("Test 1: IndexOutOfBoundsException expected.");
78 fail("Test 2: IndexOutOfBoundsException expected.");
84 fail("Test 3: IndexOutOfBoundsException expected.");
90 fail("Test 4: NullPointerException expected.");
108 fail("Test 2: IOException expected.");
  /libcore/luni/src/test/java/libcore/java/net/
OldURITest.java 96 fail("Failed to construct URI for: " + s + " : " + e);
103 fail("IllegalArgumentException expected but not received.");
113 fail("NullPointerException was not thrown.");
122 fail("NullPointerException was not thrown.");
131 fail("NullPointerException was not thrown.");
138 fail("IllegalArgumentException was not thrown.");
146 fail("NullPointerException was not thrown.");
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 109 fail("Should raise an NullPointerException "
113 fail("Should raise an NullPointerException "
118 fail("Should raise an InvalidKeyException on a short byte array.");
120 fail("Unexpected NullPointerException was thrown.");
126 fail("Unexpected NullPointerException was thrown.");
128 fail("Unexpected InvalidKeyException was thrown.");
132 fail("Should raise an NullPointerException "
136 fail("Should raise an NullPointerException "
141 fail("Should raise an InvalidKeyException on a short byte array.");
143 fail("Unexpected NullPointerException was thrown.")
    [all...]
  /libcore/support/src/test/java/tests/security/
SignatureHelper.java 48 Assert.fail(e.getMessage());
54 Assert.fail(e.getMessage());
60 Assert.fail(e.getMessage());
67 Assert.fail(e.getMessage());
73 Assert.fail(e.getMessage());
79 Assert.fail(e.getMessage());
86 Assert.fail(e.getMessage());
  /system/core/libdiskconfig/
diskutils.c 46 goto fail;
52 goto fail;
57 goto fail;
67 goto fail;
88 goto fail;
98 goto fail;
111 fail:
  /cts/tests/tests/permission/src/android/permission/cts/
NoSystemFunctionPermissionTest.java 51 fail("ActivityManager.restartPackage() didn't throw SecurityException as expected.");
71 fail("AlarmManager.setTimeZone() did not throw SecurityException as expected.");
89 fail("Context.setWallpaper(BitMap) did not throw SecurityException as expected.");
96 fail("Context.setWallpaper(InputStream) did not throw SecurityException as expected.");
103 fail("Context.clearWallpaper() did not throw SecurityException as expected.");
120 fail("Vibrator.cancel() did not throw SecurityException as expected.");
127 fail("Vibrator.vibrate(long) did not throw SecurityException as expected.");
136 fail("Vibrator.vibrate(long[], int) not throw SecurityException as expected.");
153 fail("SmsManager.sendDataMessage() did not throw SecurityException as expected.");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/lookupswitch/
Test_lookupswitch.java 65 fail("expected a verification exception");
78 fail("expected a verification exception");
92 fail("expected a verification exception");
106 fail("expected a verification exception");
119 fail("expected a verification exception");
132 fail("expected a verification exception");
146 fail("expected a verification exception");
159 fail("expected a verification exception");
173 fail("expected a verification exception");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_new/
Test_opc_new.java 46 fail("expected Error");
60 fail("expected IllegalAccessError");
76 fail("expected NoClassDefFoundError");
94 fail("expected InstantiationError");
113 fail("expected Error");
126 fail("expected a verification exception");
139 fail("expected a verification exception");
153 fail("expected a verification exception");
166 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array/
Test_filled_new_array.java 59 fail("expected a verification exception");
72 fail("expected a verification exception");
86 fail("expected a verification exception");
99 fail("expected a verification exception");
112 fail("expected a verification exception");
125 fail("expected a verification exception");
138 fail("expected a verification exception");
153 fail("expected a NoClassDefFoundError exception");
169 fail("expected a IllegalAccessError exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 59 fail("expected a verification exception");
72 fail("expected a verification exception");
85 fail("expected a verification exception");
98 fail("expected a verification exception");
111 fail("expected a verification exception");
124 fail("expected a verification exception");
137 fail("expected a verification exception");
151 fail("expected NoClassDefFoundError exception");
167 fail("expected IllegalAccessError exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java 37 fail("must throw a RuntimeException");
50 fail("must throw a Throwable");
63 fail("must throw a Error");
85 fail("expected NullPointerException");
98 fail("expected IllegalMonitorStateException");
111 fail("expected a verification exception");
127 fail("expected a verification exception");
141 fail("expected a verification exception");
156 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/
Test_filled_new_array.java 59 fail("expected a verification exception");
72 fail("expected a verification exception");
86 fail("expected a verification exception");
99 fail("expected a verification exception");
112 fail("expected a verification exception");
125 fail("expected a verification exception");
138 fail("expected a verification exception");
153 fail("expected a NoClassDefFoundError exception");
169 fail("expected a IllegalAccessError exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/
Test_filled_new_array_range.java 59 fail("expected a verification exception");
72 fail("expected a verification exception");
85 fail("expected a verification exception");
98 fail("expected a verification exception");
111 fail("expected a verification exception");
124 fail("expected a verification exception");
137 fail("expected a verification exception");
151 fail("expected NoClassDefFoundError exception");
167 fail("expected IllegalAccessError exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java 37 fail("must throw a RuntimeException");
50 fail("must throw a Throwable");
63 fail("must throw a Error");
85 fail("expected NullPointerException");
98 fail("expected IllegalMonitorStateException");
111 fail("expected a verification exception");
127 fail("expected a verification exception");
141 fail("expected a verification exception");
156 fail("expected a verification exception");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aastore/
Test_aastore.java 83 fail("expected ArrayIndexOutOfBoundsException");
97 fail("expected ArrayIndexOutOfBoundsException");
111 fail("expected NullPointerException");
125 fail("expected ArrayStoreException");
138 fail("expected a verification exception");
151 fail("expected a verification exception");
164 fail("expected a verification exception");
177 fail("expected a verification exception");
190 fail("expected a verification exception");
203 fail("expected a verification exception")
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/goto_16/
Test_goto_16.java 40 fail("expected a verification exception");
53 fail("expected a verification exception");
66 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/goto_32/
Test_goto_32.java 40 fail("expected a verification exception");
53 fail("expected a verification exception");
69 fail("not expected" + t);
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_goto/
Test_opc_goto.java 40 fail("expected a verification exception");
53 fail("expected a verification exception");
66 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/
Test_goto_16.java 40 fail("expected a verification exception");
53 fail("expected a verification exception");
66 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/
Test_goto_32.java 40 fail("expected a verification exception");
53 fail("expected a verification exception");
69 fail("not expected" + t);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/
Test_opc_goto.java 40 fail("expected a verification exception");
53 fail("expected a verification exception");
66 fail("expected a verification exception");
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sparse_switch/
Test_sparse_switch.java 74 fail("expected a verification exception");
89 fail("expected a verification exception");
102 fail("expected a verification exception");
115 fail("expected a verification exception");
128 fail("expected a verification exception");
141 fail("expected a verification exception");
154 fail("expected a verification exception");
168 fail("expected a verification exception");
181 fail("expected a verification exception");
194 fail("expected a verification exception")
    [all...]
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SecureRandomTest.java 59 fail("next failed");
70 fail("setSeed failed");
80 fail("nextBytes failed");
92 fail("incorrect SecureRandom implementation" + p.getName());
103 fail("No setSeed");
115 fail(e.toString());
118 fail("getInstance failed");
128 fail("getInstance failed");
139 fail("getInstance failed");
151 fail("setSeed failed")
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java 48 boolean fail = true;
51 fail = false;
64 return fail;

Completed in 293 milliseconds

<<11121314151617181920>>