OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fail
(Results
1 - 25
of
5306
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bluetooth/glib/tests/bookmarks/
fail-02.xbel
2
<
fail
/>
/external/webkit/LayoutTests/http/tests/appcache/
404-resource-expected.txt
1
Test that a missing explicit resource makes caching
fail
.
manifest-redirect-2-expected.txt
1
Test that a redirect makes resource caching
fail
.
manifest-redirect-expected.txt
1
Test that a redirect makes resource caching
fail
.
resource-redirect-2-expected.txt
1
Test that a redirect makes resource caching
fail
.
resource-redirect-expected.txt
1
Test that a redirect makes resource caching
fail
.
different-origin-manifest.html
14
applicationCache.onchecking = function() { result.innerHTML += "
FAIL
: onchecking called. " }
15
applicationCache.onerror = function() { result.innerHTML += "
FAIL
: onerror called" }
16
applicationCache.onnoupdate = function() { result.innerHTML += "
FAIL
: onnoupdate called" }
17
applicationCache.ondownloading = function() { result.innerHTML += "
FAIL
: ondownloading called" }
18
applicationCache.onprogress = function() { result.innerHTML += "
FAIL
: onprogress called" }
19
applicationCache.onupdateready = function() { result.innerHTML += "
FAIL
: onupdateready called" }
20
applicationCache.oncached = function() { result.innerHTML += "
FAIL
: oncached called" }
21
applicationCache.onobsolete = function() { result.innerHTML += "
FAIL
: onobsolete called" }
23
result.innerHTML += "
FAIL
: " + ex;
28
result.innerHTML = applicationCache.status == applicationCache.UNCACHED ? "PASS" : "
FAIL
: cache status in not UNCACHED"
[
all
...]
/external/webkit/WebCore/manual-tests/resources/
write-after-open-popup.html
3
FAIL
: document.write should clear this text.
window-close-during-parsing-popup1.html
2
<body onload="alert('
FAIL
: onload fired')" onunload="alert('
FAIL
: onunload fired')">
8
alert('
FAIL
: different script tag after close');
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java
47
fail
("IWindowManager.pauseKeyDispatching did not throw SecurityException as"
52
fail
("Unexpected remote exception");
57
fail
("IWindowManager.resumeKeyDispatching did not throw SecurityException as"
62
fail
("Unexpected remote exception");
67
fail
("IWindowManager.setEventDispatching did not throw SecurityException as"
72
fail
("Unexpected remote exception");
77
fail
("IWindowManager.addWindowToken did not throw SecurityException as"
82
fail
("Unexpected remote exception");
87
fail
("IWindowManager.removeWindowToken did not throw SecurityException as"
92
fail
("Unexpected remote exception")
[
all
...]
ActivityManagerPermissionTests.java
43
fail
("IActivityManager.moveTaskToFront did not throw SecurityException as"
48
fail
("Unexpected remote exception");
53
fail
("IActivityManager.moveTaskToBack did not throw SecurityException as"
58
fail
("Unexpected remote exception");
63
fail
("IActivityManager.moveTaskToFront did not throw SecurityException as"
68
fail
("Unexpected remote exception");
76
fail
("IActivityManager.updateConfiguration did not throw SecurityException as"
81
fail
("Unexpected remote exception");
89
fail
("IActivityManager.setDebugApp did not throw SecurityException as"
94
fail
("Unexpected remote exception")
[
all
...]
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore4Test.java
51
fail
("test class not available");
57
fail
("test keystore not available");
80
fail
("unexpected exception: " + e);
85
fail
("expected KeyStoreException");
92
fail
("expected NullPointerException");
96
fail
("unexpected exception: " + e);
111
fail
("unexpected exception: " + e);
113
fail
("unexpected exception: " + e);
118
fail
("expected KeyStoreException");
122
fail
("unexpected exception: " + e)
[
all
...]
/external/bluetooth/glib/tests/
run-bookmark-test.sh
3
fail
()
function
21
for I in ${srcdir:-.}/bookmarks/
fail
-*.xbel; do
22
echo_v "Parsing $I, should
fail
"
23
./bookmarkfile-test $I > /dev/null 2> $error_out &&
fail
"failed to generate error on $I"
25
fail
"unexpected error on $I"
31
./bookmarkfile-test $I > /dev/null 2> $error_out ||
fail
"failed on $I"
/external/dbus/test/data/auth/
external-failed.auth-script
1
## this tests that auth of type EXTERNAL without credentials will
fail
/external/dbus/test/data/valid-service-files/
debug-shell-echo-fail.service.in
3
Exec=@TEST_SHELL_SERVICE_BINARY@ "this should '
fail
' because of an unterminated quote
/external/webkit/WebCore/manual-tests/
inspector-document-methods-override.html
11
function
fail
() { alert('
FAIL
') }
12
document.querySelectorAll =
fail
;
13
document.evaluate =
fail
;
/ndk/build/awk/
check-awk.awk
12
print "
Fail
match"
14
print "
Fail
RSTART ="RSTART
16
print "
Fail
RLENGTH ="RLENGTH
20
print "
Fail
substr="s2
/external/e2fsprogs/contrib/python-uuid/
test.py
10
u = "
FAIL
"
16
print "
FAIL
."
/external/webkit/LayoutTests/http/tests/appcache/resources/
subframe-2.html
6
alert("
FAIL
, unexpected response: " + req.responseText);
8
// Loading should
fail
, because simple.txt is not in cache manifest.
xhr-foreign-resource-frame.html
15
// simple.txt is only listed s a resource in main frame's manifest, so loading should
fail
.
20
log("
FAIL
");
22
parent.postMessage("
FAIL
", "*");
32
applicationCache.onupdateready = function() { log("
FAIL
: received unexpected updateready event") }
33
applicationCache.onerror = function() { log("
FAIL
: received unexpected error event") }
/dalvik/libcore/security/src/test/java/tests/targets/security/
CipherHelper.java
45
Assert.
fail
("test called unimplemented method");
49
// Assert.
fail
("test called unimplemented method");
76
Assert.
fail
(e.getMessage());
78
Assert.
fail
(e.getMessage());
83
Assert.
fail
(e.getMessage());
91
Assert.
fail
(e.getMessage());
106
Assert.
fail
(e.getMessage());
108
Assert.
fail
(e.getMessage());
167
Assert.
fail
(e.getMessage());
173
Assert.
fail
(e.getMessage())
[
all
...]
/dalvik/libcore/security/src/test/java/tests/security/cert/
CertStore2Test.java
59
fail
("unexpected exception: " + e);
61
fail
("unexpected exception: " + e);
69
fail
("unexpected exception: " + e);
71
fail
("unexpected exception: " + e);
76
fail
("expected NoSuchAlgorithmException");
78
fail
("unexpected exception: " + e);
86
fail
("expected InvalidAlgorithmParameterException");
90
fail
("unexpected exception: " + e);
110
fail
("unexpected exception: " + e);
112
fail
("unexpected exception: " + e)
[
all
...]
/frameworks/base/tests/CoreTests/android/core/
ParseIntTest.java
39
fail
();
method
46
fail
();
method
54
fail
();
method
61
fail
();
method
68
fail
();
method
75
fail
();
method
82
fail
();
method
89
fail
();
method
96
fail
();
method
103
fail
();
method
[
all
...]
/dalvik/libcore/sql/src/test/java/tests/javax/sql/
RowSetTest.java
42
fail
("Not yet implemented");
55
fail
("Not yet implemented");
68
fail
("Not yet implemented");
89
fail
("Not yet implemented");
110
fail
("Not yet implemented");
120
fail
("Not yet implemented");
130
fail
("Not yet implemented");
148
fail
("Not yet implemented");
158
fail
("Not yet implemented");
168
fail
("Not yet implemented")
[
all
...]
/dalvik/libcore/security/src/test/java/tests/java/security/
SecureRandomTest.java
77
fail
("next failed");
94
fail
("setSeed failed");
110
fail
("nextBytes failed");
116
fail
("expected exception");
135
fail
("incorrect SecureRandom implementation" + p.getName());
153
fail
("No setSeed");
173
fail
(e.toString());
176
fail
("getInstance failed");
192
fail
("getInstance failed");
197
fail
("expected NoSuchAlgorithmException")
[
all
...]
Completed in 153 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>