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

<<11121314151617181920>>

  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame.html 1 <html manifest="fail-on-update.php">
19 // We still have a cache, so loading should fail
24 alert("FAIL: XMLHttpRequest for an uncached resource didn't raise an exception");
49 alert("FAIL: XMLHttpRequest raised an exception, " + ex);
  /external/webkit/LayoutTests/storage/
private-browsing-readonly-expected.txt 1 This test makes sure that attempts to change the database during private browsing fail.
  /external/webkit/WebCore/manual-tests/
disable-javascript-reload.html 7 document.getElementById("console").innerHTML = "FAIL - disabled javascript hasn't been applied to refreshed webpage";
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
FieldTest.java 178 fail("Exception during getType test : " + e.getMessage());
187 fail("Exception during getType test : " + e.getMessage());
222 fail("No expected IllegalAccessException");
239 fail("No expected IllegalArgumentException");
251 fail("Expected NullPointerException not thrown");
265 fail("No exception expected");
305 fail("expected exception " + expectedException.getName());
309 fail("unexpected exception " + e);
352 fail("expected exception " + expectedException.getName()
357 fail("unexpected exception " + e + " for field
    [all...]
  /dalvik/libcore/json/src/test/java/org/json/
JSONTokenerTest.java 28 // JSONTokener accepts null, only to fail later on almost all APIs!
33 fail(); method
39 fail(); method
45 fail(); method
51 fail(); method
57 fail(); method
63 fail(); method
69 fail(); method
75 fail(); method
81 fail(); method
87 fail(); method
93 fail(); method
111 fail(); method
116 fail(); method
122 fail(); method
129 fail(); method
146 fail(); method
181 fail(); method
188 fail(); method
198 fail(); method
204 fail(); method
276 fail(); method
363 fail(); method
372 fail(); method
380 fail(); method
404 fail(); method
410 fail(); method
415 fail(); method
421 fail(); method
468 fail(); method
542 fail(); method
    [all...]
  /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/dx-tests/src/dxc/junit/opcodes/athrow/
Test_athrow.java 38 fail("must throw a RuntimeException");
51 fail("must throw a Throwable");
64 fail("must throw a Error");
86 fail("expected NullPointerException");
99 fail("expected IllegalMonitorStateException");
112 fail("expected IllegalMonitorStateException");
119 //fail ("expected IllegalMonitorStateException, but got NPE");
130 fail("expected a verification exception");
143 fail("expected a verification exception");
156 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/laload/
Test_laload.java 53 fail("expected ArrayIndexOutOfBoundsException");
66 fail("expected NullPointerException");
80 fail("expected ArrayIndexOutOfBoundsException");
93 fail("expected a verification exception");
106 fail("expected a verification exception");
119 fail("expected a verification exception");
132 fail("expected a verification exception");
145 fail("expected a verification exception");
158 fail("expected a verification exception");
171 fail("expected a verification exception")
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/verify/t482_4/
Test_t482_4.java 33 fail("expected a verification exception");
46 fail("expected a verification exception");
59 fail("expected a verification exception");
  /cts/tools/vm-tests/src/dot/junit/opcodes/aput_object/
Test_aput_object.java 92 fail("expected ArrayIndexOutOfBoundsException");
106 fail("expected ArrayIndexOutOfBoundsException");
120 fail("expected NullPointerException");
134 fail("expected ArrayStoreException");
148 fail("expected a verification exception");
161 fail("expected a verification exception");
174 fail("expected a verification exception");
187 fail("expected a verification exception");
200 fail("expected a verification exception");
213 fail("expected a verification exception")
    [all...]
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedOutputStreamTest.java 56 fail("Unable to find file");
58 fail("file cannot be opened for writing due to security reasons");
94 fail("Unable to find file");
96 fail("file cannot be opened for writing due to security reasons");
125 fail("Unable to find file");
127 fail("File cannot be opened for writing due to security reasons");
131 fail("IOException expected");
167 fail("Unable to find file");
169 fail("file cannot be opened for writing due to security reasons");
171 fail("Index for write is out of bounds")
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
StructTest.java 42 fail("Not yet implemented");
56 fail("Not yet implemented");
69 fail("Not yet implemented");
  /external/bison/lib/
pipe-safer.c 34 int fail = pipe (fd); local
35 if (fail)
36 return fail;
  /external/v8/test/mjsunit/
stack-traces.js 30 Foo.prototype.bar = function () { FAIL; };
38 FAIL;
48 [1, 2, 3].map(function () { FAIL; });
53 Nirk.prototype.valueOf = function () { FAIL; };
58 eval("function Doo() { FAIL; }; Doo();");
62 var x = "FAIL";
67 Number.prototype.causeError = function () { FAIL; };
72 function Plonk() { FAIL; }
77 function a$b$c$d() { return FAIL; }
84 (function () { FAIL }).call([1, 2, 3])
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-005.js 34 result2 = "fail: did not hit code after inner loop";
42 result1 = "fail: did break out of inner label";
51 result3 = "fail: did not break out of outer label";
try-003.js 37 innerFinally = "FAIL: DID NOT HIT INNER FINALLY BLOCK";
43 outerFinally = "FAIL: DID NOT HIT OUTER FINALLY BLOCK";
55 outerCatch = "FAIL: HIT OUTER CATCH BLOCK";
  /sdk/eclipse/scripts/
build_update_site.sh 14 set -e # Fail this script as soon as a command fails -- fail early, fail fast
  /system/core/adb/
adb_client.h 34 /* send commands to the current emulator instance. will fail if there
43 /* read a standard adb status response (OKAY|FAIL) and
44 ** return 0 in the event of OKAY, -1 in the event of FAIL
  /dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
AbstractPreferencesTest.java 98 fail("NullPointerException expected");
112 fail("IllegalArgumentException expected");
125 fail("IllegalArgumentException expected");
134 fail("IllegalStateException expected");
166 fail("NullPointerException expected");
175 fail("IllegalStateException expected");
219 fail("IllegalStateException expected");
248 fail("IllegalStateException expected");
255 fail("IllegalStateException expected");
275 fail("NullPointerException expected")
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
AbstractSequentialListTest.java 184 fail("UnsupportedOperationException expected.");
190 fail("NullPointerException expected");
212 fail("IllegalArgumentException expected");
222 fail("NullPointerException expected");
234 fail("IndexOutOfBoundsException expected");
241 fail("IndexOutOfBoundsException expected");
269 fail("UnsupportedOperationException expected");
289 fail("IllegalArgumentException expected");
296 fail("NullPointerException expected");
309 fail("IndexOutOfBoundsException expected")
    [all...]
  /external/v8/test/cctest/
test-thread-termination.cc 48 v8::Handle<v8::Value> Fail(const v8::Arguments& args) {
56 v8::String::New("try { doloop(); fail(); } catch(e) { fail(); }");
71 " fail();"
73 " fail();"
106 global->Set(v8::String::New("fail"), v8::FunctionTemplate::New(Fail));
123 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
141 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }")
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SelectionTest.java 106 fail("should throw IndexOutOfBoundsException");
112 fail("should throw NullPointerException");
139 fail("should throw IndexOutOfBoundsException");
145 fail("should throw IndexOutOfBoundsException");
151 fail("should throw NullPointerException");
182 fail("should throw NullPointerException");
220 fail("should throw NullPointerException");
241 fail("should throw IndexOutOfBoundsException");
266 fail("should throw IndexOutOfBoundsException");
272 fail("should throw IndexOutOfBoundsException")
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest0.java 85 fail("Failed to create ObjectOutputStream : " + e.getMessage());
106 fail("Operation on closed stream threw IOException : "
127 fail(
152 fail("IOException serializing data : " + e.getMessage());
173 fail("IOException serializing data : " + e.getMessage());
198 fail("Read incorrect byte: " + i);
200 fail("IOException serializing data : " + e.getMessage());
225 fail("Read incorrect byte: " + i);
227 fail("IOException serializing data : " + e.getMessage());
247 fail("IOException serializing data : " + e.getMessage())
    [all...]
  /dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
SubjectTest.java 83 fail("Unexpected exception: " + e);
124 fail("Unexpected exception: " + e);
135 fail("Unexpected exception: " + e);
140 fail("NullPointerException wasn't thrown");
146 fail("NullPointerException wasn't thrown");
152 fail("NullPointerException wasn't thrown");
158 fail("NullPointerException wasn't thrown");
180 fail("Unexpected exception: " + e);
186 fail("Unexpected exception: " + e);
191 fail("NullPointerException wasn't thrown")
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/cert/
CertPathBuilder1Test.java 83 fail(NotSupportMsg);
133 fail("No expected NullPointerException");
139 fail("NoSuchAlgorithmException must be thrown");
157 fail(NotSupportMsg);
180 fail(NotSupportMsg);
187 fail("IllegalArgumentException must be thrown thrown");
192 fail("IllegalArgumentException must be thrown thrown");
212 fail(NotSupportMsg);
219 fail("NoSuchProviderException must be hrown");
240 fail(NotSupportMsg)
    [all...]

Completed in 422 milliseconds

<<11121314151617181920>>