/external/webkit/LayoutTests/http/tests/appcache/ |
online-whitelist-expected.txt | 1 Test online whitelist functionality. Should say PASS: 3 PASS
|
dynamic-entries-no-cache-expected.txt | 3 PASS: applicationCache.items.length is 0 4 PASS: applicationCache.items.item(0) is null 5 PASS: applicationCache.items.item(1) is null 6 PASS: applicationCache.items.item(0xffffffff) is null 7 PASS: applicationCache.items.item(0xfffffffe) is null 8 PASS: applicationCache.items.item(-1) is null 9 PASS: applicationCache.items.item(-2) is null 10 PASS: applicationCache.items[0xfffffffe] is undefined 11 PASS: applicationCache.items[0xffffffff] is undefined 12 PASS: applicationCache.items['0'] is undefine [all...] |
/external/webkit/LayoutTests/storage/domstorage/ |
complex-values-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 PASS storage.length is 0 10 PASS typeof storage['foo'] is "undefined" 11 PASS storage['foo'] is undefined. 12 PASS typeof storage.foo is "undefined" 13 PASS storage.foo is undefined. 14 PASS typeof storage.getItem('foo') is "object" 15 PASS storage.getItem('foo') is null 18 PASS typeof storage['foo1'] is "string" 19 PASS storage['foo1'] is "null [all...] |
complex-keys-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 PASS storage.length is 0 10 PASS storage.getItem('FOO') is null 12 PASS storage.length is 1 13 PASS storage.getItem('FOO') is "BAR" 14 PASS storage.getItem('foo') is null 15 PASS storage.foo is undefined. 16 PASS storage['foo'] is undefined. 18 PASS storage.foo is "x" 19 PASS storage['foo'] is "x [all...] |
clear-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 PASS storage.length is 0 11 PASS storage.length is 2 12 PASS storage['FOO'] is "MyFOO" 13 PASS storage['BAR'] is "MyBar" 15 PASS storage.length is 0 16 PASS storage['FOO'] is undefined 17 PASS storage['BAR'] is undefined 22 PASS storage.length is 0 25 PASS storage.length is [all...] |
remove-item-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 PASS storage.length is 0 10 PASS storage.foo1 is undefined. 12 PASS storage.foo1 is "bar" 14 PASS storage.foo1 is undefined. 16 PASS storage.foo1 is undefined. 18 PASS storage['foo2'] is undefined. 20 PASS storage['foo2'] is "bar" 22 PASS storage['foo2'] is undefined. 24 PASS storage['foo2'] is undefined [all...] |
/external/bluetooth/glib/tests/markups/ |
expected-8 | 3 PASS '<![CDATA[ some <<<<>>>> CDATA ]]>'
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
error-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 6 PASS successfullyParsed is true 7 PASS error.code is mockCode 8 PASS error.message is mockMessage 9 PASS error.UNKNOWN_ERROR is undefined 10 PASS error.PERMISSION_DENIED is 1 11 PASS error.POSITION_UNAVAILABLE is 2 12 PASS error.TIMEOUT is 3
|
reentrant-success-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 6 PASS successfullyParsed is true 7 PASS position.coords.latitude is mockLatitude 8 PASS position.coords.longitude is mockLongitude 9 PASS position.coords.accuracy is mockAccuracy 11 PASS position.coords.latitude is mockLatitude 12 PASS position.coords.longitude is mockLongitude 13 PASS position.coords.accuracy is mockAccuracy
|
enabled-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 6 PASS typeof navigator.geolocation == 'object' is true 7 PASS hasGeolocationProperty() is true 8 PASS 'geolocation' in navigator is true 9 PASS navigator.hasOwnProperty('geolocation') is true 10 PASS successfullyParsed is true
|
reentrant-error-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 6 PASS successfullyParsed is true 7 PASS error.code is mockCode 8 PASS error.message is mockMessage 10 PASS error.code is mockCode 11 PASS error.message is mockMessage
|
position-string-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 6 PASS successfullyParsed is true 7 PASS position.coords.latitude is mockLatitude 8 PASS position.coords.longitude is mockLongitude 9 PASS position.coords.accuracy is mockAccuracy 10 PASS position.toString() is "[object Geoposition]" 11 PASS position.coords.toString() is "[object Coordinates]"
|
maximum-age-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 6 PASS successfullyParsed is true 8 PASS position.coords.latitude is mockLatitude 9 PASS position.coords.longitude is mockLongitude 10 PASS position.coords.accuracy is mockAccuracy 12 PASS position.coords.latitude is mockLatitude 13 PASS position.coords.longitude is mockLongitude 14 PASS position.coords.accuracy is mockAccuracy 16 PASS position.coords.latitude is mockLatitude 17 PASS position.coords.longitude is mockLongitud [all...] |
watch-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 6 PASS successfullyParsed is true 7 PASS position.coords.latitude is mockLatitude 8 PASS position.coords.longitude is mockLongitude 9 PASS position.coords.accuracy is mockAccuracy 11 PASS position.coords.latitude is mockLatitude 12 PASS position.coords.longitude is mockLongitude 13 PASS position.coords.accuracy is mockAccuracy 15 PASS error.code is mockCode 16 PASS error.message is mockMessag [all...] |
/external/webkit/LayoutTests/storage/domstorage/events/ |
basic-body-attribute-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 PASS storage.length is 0 14 PASS storageEventList.length is 1 15 PASS storageEventList[0].key is "FOO" 16 PASS storageEventList[0].oldValue is null 17 PASS storageEventList[0].newValue is "BAR" 22 PASS storageEventList.length is 5 23 PASS storageEventList[1].key is "FU" 24 PASS storageEventList[1].oldValue is null 25 PASS storageEventList[1].newValue is "BAR [all...] |
basic-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 PASS storage.length is 0 12 PASS storageEventList.length is 1 13 PASS storageEventList[0].key is "FOO" 14 PASS storageEventList[0].oldValue is null 15 PASS storageEventList[0].newValue is "BAR" 20 PASS storageEventList.length is 5 21 PASS storageEventList[1].key is "FU" 22 PASS storageEventList[1].oldValue is null 23 PASS storageEventList[1].newValue is "BAR [all...] |
basic-setattribute-expected.txt | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 8 PASS storage.length is 0 14 PASS storageEventList.length is 1 15 PASS storageEventList[0].key is "FOO" 16 PASS storageEventList[0].oldValue is null 17 PASS storageEventList[0].newValue is "BAR" 22 PASS storageEventList.length is 5 23 PASS storageEventList[1].key is "FU" 24 PASS storageEventList[1].oldValue is null 25 PASS storageEventList[1].newValue is "BAR [all...] |
/external/webkit/LayoutTests/storage/ |
sql-data-types-expected.txt | 0 PASS: property 'timestamp' ok, type was number 2 PASS: property 'id' ok, type was number 3 PASS: property 'real' ok, type was number 4 PASS: property 'text' ok, type was string 5 PASS: property 'blob' ok, type was string 6 PASS: database clean up ok.
|
execute-sql-args-expected.txt | 0 PASS. executeSql(null) did not throw an exception 2 PASS. executeSql(undefined) did not throw an exception 3 PASS. executeSql(0) did not throw an exception 4 PASS. executeSql("") did not throw an exception 5 PASS. executeSql("", null) did not throw an exception 6 PASS. executeSql("", undefined) did not throw an exception 7 PASS. executeSql("", []) did not throw an exception 8 PASS. executeSql("", [ "arg0" ]) did not throw an exception 9 PASS. executeSql("", { }) did not throw an exception 10 PASS. executeSql("", { length: 0 }) did not throw an exceptio [all...] |
/external/e2fsprogs/tests/f_16384_block/ |
expect.1 | 0 Pass 1: Checking inodes, blocks, and sizes 2 Pass 2: Checking directory structure 3 Pass 3: Checking directory connectivity 4 Pass 4: Checking reference counts 5 Pass 5: Checking group summary information
|
expect.2 | 0 Pass 1: Checking inodes, blocks, and sizes 2 Pass 2: Checking directory structure 3 Pass 3: Checking directory connectivity 4 Pass 4: Checking reference counts 5 Pass 5: Checking group summary information
|
/external/e2fsprogs/tests/f_8192_block/ |
expect.1 | 0 Pass 1: Checking inodes, blocks, and sizes 2 Pass 2: Checking directory structure 3 Pass 3: Checking directory connectivity 4 Pass 4: Checking reference counts 5 Pass 5: Checking group summary information
|
expect.2 | 0 Pass 1: Checking inodes, blocks, and sizes 2 Pass 2: Checking directory structure 3 Pass 3: Checking directory connectivity 4 Pass 4: Checking reference counts 5 Pass 5: Checking group summary information
|
/external/e2fsprogs/tests/f_bad_disconnected_inode/ |
expect.2 | 0 Pass 1: Checking inodes, blocks, and sizes 2 Pass 2: Checking directory structure 3 Pass 3: Checking directory connectivity 4 Pass 4: Checking reference counts 5 Pass 5: Checking group summary information
|
/external/e2fsprogs/tests/f_bad_local_jnl/ |
expect.2 | 0 Pass 1: Checking inodes, blocks, and sizes 2 Pass 2: Checking directory structure 3 Pass 3: Checking directory connectivity 4 Pass 4: Checking reference counts 5 Pass 5: Checking group summary information
|