mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +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
142
tests/wpt/meta/service-workers/cache-storage/cache-add.https.any.js.ini
vendored
Normal file
142
tests/wpt/meta/service-workers/cache-storage/cache-add.https.any.js.ini
vendored
Normal file
|
@ -0,0 +1,142 @@
|
|||
[cache-add.https.any.worker.html]
|
||||
expected: ERROR
|
||||
[Cache.add called with no arguments]
|
||||
expected: FAIL
|
||||
|
||||
[Cache.add called with relative URL specified as a string]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add called with non-HTTP/HTTPS URL]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add called with Request object]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add called with POST request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add called twice with the same Request object]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add with request with null body (not consumed)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add with 206 response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with 206 response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with opaque-filtered 206 response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add with request that results in a status of 404]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add with request that results in a status of 500]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with no arguments]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with a mix of valid and undefined arguments]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with an empty array]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with string URL arguments]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with Request arguments]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with a mix of succeeding and failing requests]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll called with the same Request object specified twice]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll should succeed when entries differ by vary header]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll should reject when entries are duplicate by vary header]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll should reject when one entry has a vary header matching another entry]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[cache-add.https.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cache-add.https.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[cache-add.https.any.html]
|
||||
expected: ERROR
|
||||
[Cache.add called with no arguments]
|
||||
expected: FAIL
|
||||
|
||||
[Cache.add called with relative URL specified as a string]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add called with non-HTTP/HTTPS URL]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add called with Request object]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add called with POST request]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add called twice with the same Request object]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add with request with null body (not consumed)]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add with 206 response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with 206 response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with opaque-filtered 206 response]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add with request that results in a status of 404]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.add with request that results in a status of 500]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with no arguments]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with a mix of valid and undefined arguments]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with an empty array]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with string URL arguments]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with Request arguments]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll with a mix of succeeding and failing requests]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll called with the same Request object specified twice]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll should succeed when entries differ by vary header]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll should reject when entries are duplicate by vary header]
|
||||
expected: NOTRUN
|
||||
|
||||
[Cache.addAll should reject when one entry has a vary header matching another entry]
|
||||
expected: NOTRUN
|
Loading…
Add table
Add a link
Reference in a new issue