mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add StreamConsumer wrapper and methods to response
This commit is contained in:
parent
87c1019c5d
commit
a5469f8710
6 changed files with 51 additions and 90 deletions
|
@ -1,22 +1,12 @@
|
|||
[contenttype.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Response with Content-Type "application/wasm": compileStreaming]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": compileStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm": instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": compileStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[contenttype.any.sharedworker.html]
|
||||
|
@ -26,24 +16,14 @@
|
|||
|
||||
|
||||
[contenttype.any.html]
|
||||
expected: TIMEOUT
|
||||
[Response with Content-Type "application/wasm": compileStreaming]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": compileStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm": instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": compileStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[contenttype.any.serviceworker.html]
|
||||
|
|
|
@ -1,49 +1,27 @@
|
|||
[status.any.html]
|
||||
expected: TIMEOUT
|
||||
[Response with status 300: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 700: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 700: compileStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 600: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 0: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: compileStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: compileStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 600: compileStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 300: compileStreaming]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: compileStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 999: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 999: compileStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[status.any.serviceworker.html]
|
||||
|
@ -59,49 +37,27 @@
|
|||
|
||||
|
||||
[status.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Response with status 300: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 700: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 700: compileStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 600: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 0: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: compileStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 500: compileStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 600: compileStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 300: compileStreaming]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: compileStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 400: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 999: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 999: compileStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 404: instantiateStreaming]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue