mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Enable service worker WPT tests. (#36221)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
5f4624d8d5
commit
ee95ef53fb
314 changed files with 5348 additions and 35 deletions
259
tests/wpt/meta/service-workers/idlharness.https.any.js.ini
vendored
Normal file
259
tests/wpt/meta/service-workers/idlharness.https.any.js.ini
vendored
Normal file
|
@ -0,0 +1,259 @@
|
|||
[idlharness.https.any.html]
|
||||
expected: ERROR
|
||||
[idl_test setup]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerRegistration interface: operation update()]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerRegistration interface: operation unregister()]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerRegistration interface: attribute onupdatefound]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: attribute ready]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: operation getRegistration(optional USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: operation getRegistrations()]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: operation startMessages()]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: attribute oncontrollerchange]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: attribute onmessage]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: attribute onmessageerror]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation match(RequestInfo, optional CacheQueryOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation matchAll(optional RequestInfo, optional CacheQueryOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation add(RequestInfo)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation addAll(sequence<RequestInfo>)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation put(RequestInfo, Response)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation delete(RequestInfo, optional CacheQueryOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation keys(optional RequestInfo, optional CacheQueryOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: operation match(RequestInfo, optional MultiCacheQueryOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: operation has(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: operation open(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: operation delete(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: operation keys()]
|
||||
expected: FAIL
|
||||
|
||||
[Window interface: attribute caches]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: operation register((TrustedScriptURL or USVString), optional RegistrationOptions)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[NavigationPreloadManager interface: operation enable()]
|
||||
expected: TIMEOUT
|
||||
|
||||
[NavigationPreloadManager interface: operation disable()]
|
||||
expected: TIMEOUT
|
||||
|
||||
[NavigationPreloadManager interface: operation setHeaderValue(ByteString)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[NavigationPreloadManager interface: operation getState()]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[idlharness.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idlharness.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[idlharness.https.any.worker.html]
|
||||
expected: ERROR
|
||||
[idl_test setup]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerRegistration interface: operation update()]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerRegistration interface: operation unregister()]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerRegistration interface: attribute onupdatefound]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: attribute ready]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: operation register((TrustedScriptURL or USVString), optional RegistrationOptions)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[ServiceWorkerContainer interface: operation getRegistration(optional USVString)]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: operation getRegistrations()]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: operation startMessages()]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: attribute oncontrollerchange]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: attribute onmessage]
|
||||
expected: FAIL
|
||||
|
||||
[ServiceWorkerContainer interface: attribute onmessageerror]
|
||||
expected: FAIL
|
||||
|
||||
[NavigationPreloadManager interface: operation enable()]
|
||||
expected: TIMEOUT
|
||||
|
||||
[NavigationPreloadManager interface: operation disable()]
|
||||
expected: TIMEOUT
|
||||
|
||||
[NavigationPreloadManager interface: operation setHeaderValue(ByteString)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[NavigationPreloadManager interface: operation getState()]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Cache interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation match(RequestInfo, optional CacheQueryOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation matchAll(optional RequestInfo, optional CacheQueryOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation add(RequestInfo)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation addAll(sequence<RequestInfo>)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation put(RequestInfo, Response)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation delete(RequestInfo, optional CacheQueryOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[Cache interface: operation keys(optional RequestInfo, optional CacheQueryOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: operation match(RequestInfo, optional MultiCacheQueryOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: operation has(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: operation open(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: operation delete(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[CacheStorage interface: operation keys()]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerGlobalScope interface: attribute caches]
|
||||
expected: FAIL
|
||||
|
||||
[WorkerNavigator interface: attribute serviceWorker]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue