mirror of
https://github.com/servo/servo.git
synced 2025-08-22 13:55:34 +01:00
Create HttpStatus to safely deal with HTTP responses status. (#33581)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
013473f1d5
commit
58f34ad7a3
30 changed files with 344 additions and 403 deletions
87
tests/wpt/meta/wasm/webapi/status.any.js.ini
vendored
87
tests/wpt/meta/wasm/webapi/status.any.js.ini
vendored
|
@ -1,92 +1,5 @@
|
|||
[status.any.html]
|
||||
[Response with status 300: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 600: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 700: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 999: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 300: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 600: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 700: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 999: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[status.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[status.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[status.any.worker.html]
|
||||
[Response with status 300: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 600: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 700: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 999: compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 300: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 600: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 700: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 999: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue