Update web-platform-tests to revision d8b8e0b8efe993a37404d6c6fc75e16fdc16b7d8

This commit is contained in:
WPT Sync Bot 2018-10-25 21:32:39 -04:00
parent abc0f50d20
commit e07315e6af
221 changed files with 7334 additions and 774 deletions

View file

@ -0,0 +1,27 @@
[abort.any.worker.html]
[instantiateStreaming() on an already-aborted request should reject with AbortError]
expected: FAIL
[compileStreaming() on an already-aborted request should reject with AbortError]
expected: FAIL
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
expected: FAIL
[compileStreaming() synchronously followed by abort should reject with AbortError]
expected: FAIL
[abort.any.html]
[instantiateStreaming() on an already-aborted request should reject with AbortError]
expected: FAIL
[compileStreaming() on an already-aborted request should reject with AbortError]
expected: FAIL
[instantiateStreaming() synchronously followed by abort should reject with AbortError]
expected: FAIL
[compileStreaming() synchronously followed by abort should reject with AbortError]
expected: FAIL

View file

@ -0,0 +1,37 @@
[body.any.worker.html]
[compileStreaming before consumption]
expected: FAIL
[compileStreaming after consumption]
expected: FAIL
[instantiateStreaming after consumption]
expected: FAIL
[instantiateStreaming before consumption]
expected: FAIL
[body.any.html]
[compileStreaming before consumption]
expected: FAIL
[compileStreaming after consumption]
expected: FAIL
[instantiateStreaming after consumption]
expected: FAIL
[instantiateStreaming before consumption]
expected: FAIL
[body.any.serviceworker.html]
[body]
expected: FAIL
[body.any.sharedworker.html]
[body]
expected: FAIL

View file

@ -41,6 +41,24 @@
[Response with Content-Type "": compileStreaming]
expected: FAIL
[Response with Content-Type "application/wasm": compileStreaming]
expected: FAIL
[Response with Content-Type "APPLICATION/wasm": compileStreaming]
expected: FAIL
[Response with Content-Type "APPLICATION/wasm": instantiateStreaming]
expected: FAIL
[Response with Content-Type "APPLICATION/WASM": instantiateStreaming]
expected: FAIL
[Response with Content-Type "application/wasm": instantiateStreaming]
expected: FAIL
[Response with Content-Type "APPLICATION/WASM": compileStreaming]
expected: FAIL
[contenttype.any.sharedworker.html]
[contenttype]
@ -90,7 +108,26 @@
[Response with Content-Type "": compileStreaming]
expected: FAIL
[Response with Content-Type "application/wasm": compileStreaming]
expected: FAIL
[Response with Content-Type "APPLICATION/wasm": compileStreaming]
expected: FAIL
[Response with Content-Type "APPLICATION/wasm": instantiateStreaming]
expected: FAIL
[Response with Content-Type "APPLICATION/WASM": instantiateStreaming]
expected: FAIL
[Response with Content-Type "application/wasm": instantiateStreaming]
expected: FAIL
[Response with Content-Type "APPLICATION/WASM": compileStreaming]
expected: FAIL
[contenttype.any.serviceworker.html]
[contenttype]
expected: FAIL

View file

@ -0,0 +1,61 @@
[empty-body.any.worker.html]
[compileStreaming: empty body]
expected: FAIL
[instantiateStreaming: no body]
expected: FAIL
[compileStreaming: no body]
expected: FAIL
[compileStreaming: no body in a promise]
expected: FAIL
[instantiateStreaming: empty body]
expected: FAIL
[compileStreaming: empty body in a promise]
expected: FAIL
[instantiateStreaming: empty body in a promise]
expected: FAIL
[instantiateStreaming: no body in a promise]
expected: FAIL
[empty-body.any.sharedworker.html]
[empty-body]
expected: FAIL
[empty-body.any.html]
[compileStreaming: empty body]
expected: FAIL
[instantiateStreaming: no body]
expected: FAIL
[compileStreaming: no body]
expected: FAIL
[compileStreaming: no body in a promise]
expected: FAIL
[instantiateStreaming: empty body]
expected: FAIL
[compileStreaming: empty body in a promise]
expected: FAIL
[instantiateStreaming: empty body in a promise]
expected: FAIL
[instantiateStreaming: no body in a promise]
expected: FAIL
[empty-body.any.serviceworker.html]
[empty-body]
expected: FAIL

View file

@ -0,0 +1,189 @@
[instantiateStreaming-bad-imports.any.serviceworker.html]
[instantiateStreaming-bad-imports]
expected: FAIL
[instantiateStreaming-bad-imports.any.html]
expected: ERROR
[Imports argument with missing property: wrong property]
expected: FAIL
[Non-object module: symbol "Symbol()"]
expected: FAIL
[Non-object imports argument: null]
expected: FAIL
[Non-object imports argument: 1]
expected: FAIL
[Importing a function with an incorrectly-typed value: symbol "Symbol()"]
expected: FAIL
[Non-object module: 1]
expected: FAIL
[Non-object imports argument: symbol "Symbol()"]
expected: FAIL
[Importing a function with an incorrectly-typed value: 1]
expected: FAIL
[Importing an i64 global]
expected: FAIL
[Non-object imports argument: ""]
expected: FAIL
[Imports argument with missing property: undefined]
expected: FAIL
[Non-object module: ""]
expected: FAIL
[Importing a function with an incorrectly-typed value: null]
expected: FAIL
[Non-object module: NaN]
expected: FAIL
[Non-object module: 0.1]
expected: FAIL
[Missing imports argument]
expected: FAIL
[Non-object imports argument: true]
expected: FAIL
[Non-object imports argument: 0.1]
expected: FAIL
[Non-object module: undefined]
expected: FAIL
[Importing a function with an incorrectly-typed value: undefined]
expected: FAIL
[Non-object imports argument: NaN]
expected: FAIL
[Non-object module: true]
expected: FAIL
[Non-object module: null]
expected: FAIL
[Importing a function with an incorrectly-typed value: ""]
expected: FAIL
[Importing a function with an incorrectly-typed value: 0.1]
expected: FAIL
[Importing a function with an incorrectly-typed value: NaN]
expected: FAIL
[Importing a function with an incorrectly-typed value: object "[object Object\]"]
expected: FAIL
[Imports argument with missing property: empty object]
expected: FAIL
[Importing a function with an incorrectly-typed value: true]
expected: FAIL
[instantiateStreaming-bad-imports.any.worker.html]
expected: ERROR
[Imports argument with missing property: wrong property]
expected: FAIL
[Non-object module: symbol "Symbol()"]
expected: FAIL
[Non-object imports argument: null]
expected: FAIL
[Non-object imports argument: 1]
expected: FAIL
[Importing a function with an incorrectly-typed value: symbol "Symbol()"]
expected: FAIL
[Non-object module: 1]
expected: FAIL
[Non-object imports argument: symbol "Symbol()"]
expected: FAIL
[Importing a function with an incorrectly-typed value: 1]
expected: FAIL
[Importing an i64 global]
expected: FAIL
[Non-object imports argument: ""]
expected: FAIL
[Imports argument with missing property: undefined]
expected: FAIL
[Non-object module: ""]
expected: FAIL
[Importing a function with an incorrectly-typed value: null]
expected: FAIL
[Non-object module: NaN]
expected: FAIL
[Non-object module: 0.1]
expected: FAIL
[Missing imports argument]
expected: FAIL
[Non-object imports argument: true]
expected: FAIL
[Non-object imports argument: 0.1]
expected: FAIL
[Non-object module: undefined]
expected: FAIL
[Importing a function with an incorrectly-typed value: undefined]
expected: FAIL
[Non-object imports argument: NaN]
expected: FAIL
[Non-object module: true]
expected: FAIL
[Non-object module: null]
expected: FAIL
[Importing a function with an incorrectly-typed value: ""]
expected: FAIL
[Importing a function with an incorrectly-typed value: 0.1]
expected: FAIL
[Importing a function with an incorrectly-typed value: NaN]
expected: FAIL
[Importing a function with an incorrectly-typed value: object "[object Object\]"]
expected: FAIL
[Imports argument with missing property: empty object]
expected: FAIL
[Importing a function with an incorrectly-typed value: true]
expected: FAIL
[instantiateStreaming-bad-imports.any.sharedworker.html]
[instantiateStreaming-bad-imports]
expected: FAIL

View file

@ -0,0 +1,61 @@
[instantiateStreaming.any.html]
[Empty module with undefined imports argument]
expected: FAIL
[stray argument]
expected: FAIL
[imports]
expected: FAIL
[Empty module without imports argument]
expected: FAIL
[exports and imports]
expected: FAIL
[getter order for imports object]
expected: FAIL
[Empty module with empty imports argument]
expected: FAIL
[No imports]
expected: FAIL
[instantiateStreaming.any.serviceworker.html]
[instantiateStreaming]
expected: FAIL
[instantiateStreaming.any.sharedworker.html]
[instantiateStreaming]
expected: FAIL
[instantiateStreaming.any.worker.html]
[Empty module with undefined imports argument]
expected: FAIL
[stray argument]
expected: FAIL
[imports]
expected: FAIL
[Empty module without imports argument]
expected: FAIL
[exports and imports]
expected: FAIL
[getter order for imports object]
expected: FAIL
[Empty module with empty imports argument]
expected: FAIL
[No imports]
expected: FAIL

View file

@ -0,0 +1,277 @@
[invalid-args.any.serviceworker.html]
[invalid-args]
expected: FAIL
[invalid-args.any.sharedworker.html]
[invalid-args]
expected: FAIL
[invalid-args.any.worker.html]
[instantiateStreaming: "test" in a promise]
expected: FAIL
[compileStreaming: true in a promise]
expected: FAIL
[compileStreaming: "test" in a promise]
expected: FAIL
[compileStreaming: symbol "Symbol()"]
expected: FAIL
[instantiateStreaming: true]
expected: FAIL
[instantiateStreaming: Response interface object in a promise]
expected: FAIL
[instantiateStreaming: 0 in a promise]
expected: FAIL
[compileStreaming: Empty object]
expected: FAIL
[instantiateStreaming: Response interface prototype object in a promise]
expected: FAIL
[instantiateStreaming: undefined]
expected: FAIL
[compileStreaming: undefined]
expected: FAIL
[compileStreaming: Response interface prototype object]
expected: FAIL
[instantiateStreaming: 0.1]
expected: FAIL
[instantiateStreaming: symbol "Symbol()" in a promise]
expected: FAIL
[compileStreaming: 0.1 in a promise]
expected: FAIL
[instantiateStreaming: Empty object]
expected: FAIL
[instantiateStreaming: null]
expected: FAIL
[compileStreaming: Empty object in a promise]
expected: FAIL
[compileStreaming: null]
expected: FAIL
[instantiateStreaming: undefined in a promise]
expected: FAIL
[instantiateStreaming: Empty object in a promise]
expected: FAIL
[compileStreaming: NaN]
expected: FAIL
[instantiateStreaming: NaN]
expected: FAIL
[compileStreaming: 0]
expected: FAIL
[instantiateStreaming: Response interface prototype object]
expected: FAIL
[compileStreaming: undefined in a promise]
expected: FAIL
[compileStreaming: "test"]
expected: FAIL
[instantiateStreaming: 0]
expected: FAIL
[instantiateStreaming: "test"]
expected: FAIL
[instantiateStreaming: null in a promise]
expected: FAIL
[compileStreaming: true]
expected: FAIL
[instantiateStreaming: symbol "Symbol()"]
expected: FAIL
[compileStreaming: symbol "Symbol()" in a promise]
expected: FAIL
[instantiateStreaming: true in a promise]
expected: FAIL
[compileStreaming: Response interface object in a promise]
expected: FAIL
[compileStreaming: Response interface prototype object in a promise]
expected: FAIL
[instantiateStreaming: Response interface object]
expected: FAIL
[compileStreaming: 0.1]
expected: FAIL
[compileStreaming: null in a promise]
expected: FAIL
[compileStreaming: 0 in a promise]
expected: FAIL
[compileStreaming: Response interface object]
expected: FAIL
[compileStreaming: NaN in a promise]
expected: FAIL
[instantiateStreaming: 0.1 in a promise]
expected: FAIL
[instantiateStreaming: NaN in a promise]
expected: FAIL
[invalid-args.any.html]
[instantiateStreaming: "test" in a promise]
expected: FAIL
[compileStreaming: true in a promise]
expected: FAIL
[compileStreaming: "test" in a promise]
expected: FAIL
[compileStreaming: symbol "Symbol()"]
expected: FAIL
[instantiateStreaming: true]
expected: FAIL
[instantiateStreaming: Response interface object in a promise]
expected: FAIL
[instantiateStreaming: 0 in a promise]
expected: FAIL
[compileStreaming: Empty object]
expected: FAIL
[instantiateStreaming: Response interface prototype object in a promise]
expected: FAIL
[instantiateStreaming: undefined]
expected: FAIL
[compileStreaming: undefined]
expected: FAIL
[compileStreaming: Response interface prototype object]
expected: FAIL
[instantiateStreaming: 0.1]
expected: FAIL
[instantiateStreaming: symbol "Symbol()" in a promise]
expected: FAIL
[compileStreaming: 0.1 in a promise]
expected: FAIL
[instantiateStreaming: Empty object]
expected: FAIL
[instantiateStreaming: null]
expected: FAIL
[compileStreaming: Empty object in a promise]
expected: FAIL
[compileStreaming: null]
expected: FAIL
[instantiateStreaming: undefined in a promise]
expected: FAIL
[instantiateStreaming: Empty object in a promise]
expected: FAIL
[compileStreaming: NaN]
expected: FAIL
[instantiateStreaming: NaN]
expected: FAIL
[compileStreaming: 0]
expected: FAIL
[instantiateStreaming: Response interface prototype object]
expected: FAIL
[compileStreaming: undefined in a promise]
expected: FAIL
[compileStreaming: "test"]
expected: FAIL
[instantiateStreaming: 0]
expected: FAIL
[instantiateStreaming: "test"]
expected: FAIL
[instantiateStreaming: null in a promise]
expected: FAIL
[compileStreaming: true]
expected: FAIL
[instantiateStreaming: symbol "Symbol()"]
expected: FAIL
[compileStreaming: symbol "Symbol()" in a promise]
expected: FAIL
[instantiateStreaming: true in a promise]
expected: FAIL
[compileStreaming: Response interface object in a promise]
expected: FAIL
[compileStreaming: Response interface prototype object in a promise]
expected: FAIL
[instantiateStreaming: Response interface object]
expected: FAIL
[compileStreaming: 0.1]
expected: FAIL
[compileStreaming: null in a promise]
expected: FAIL
[compileStreaming: 0 in a promise]
expected: FAIL
[compileStreaming: Response interface object]
expected: FAIL
[compileStreaming: NaN in a promise]
expected: FAIL
[instantiateStreaming: 0.1 in a promise]
expected: FAIL
[instantiateStreaming: NaN in a promise]
expected: FAIL

View file

@ -0,0 +1,25 @@
[invalid-code.any.sharedworker.html]
[invalid-code]
expected: FAIL
[invalid-code.any.worker.html]
[Invalid code: instantiateStreaming]
expected: FAIL
[Invalid code: compileStreaming]
expected: FAIL
[invalid-code.any.serviceworker.html]
[invalid-code]
expected: FAIL
[invalid-code.any.html]
[Invalid code: instantiateStreaming]
expected: FAIL
[Invalid code: compileStreaming]
expected: FAIL

View file

@ -0,0 +1,37 @@
[origin.sub.any.sharedworker.html]
[origin]
expected: FAIL
[origin.sub.any.worker.html]
[Opaque response: compileStreaming]
expected: FAIL
[Opaque redirect response: compileStreaming]
expected: FAIL
[Opaque redirect response: instantiateStreaming]
expected: FAIL
[Opaque response: instantiateStreaming]
expected: FAIL
[origin.sub.any.html]
[Opaque response: compileStreaming]
expected: FAIL
[Opaque redirect response: compileStreaming]
expected: FAIL
[Opaque redirect response: instantiateStreaming]
expected: FAIL
[Opaque response: instantiateStreaming]
expected: FAIL
[origin.sub.any.serviceworker.html]
[origin]
expected: FAIL

View file

@ -0,0 +1,26 @@
[rejected-arg.any.sharedworker.html]
[rejected-arg]
expected: FAIL
[rejected-arg.any.worker.html]
[compileStreaming]
expected: FAIL
[instantiateStreaming]
expected: FAIL
[rejected-arg.any.serviceworker.html]
[rejected-arg]
expected: FAIL
[rejected-arg.any.html]
expected: ERROR
[compileStreaming]
expected: FAIL
[instantiateStreaming]
expected: FAIL

View file

@ -0,0 +1,109 @@
[status.any.html]
[Response with status 300: instantiateStreaming]
expected: FAIL
[Response with status 500: instantiateStreaming]
expected: FAIL
[Response with status 700: instantiateStreaming]
expected: FAIL
[Response with status 0: compileStreaming]
expected: FAIL
[Response with status 700: compileStreaming]
expected: FAIL
[Response with status 600: instantiateStreaming]
expected: FAIL
[Response with status 0: instantiateStreaming]
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 300: compileStreaming]
expected: FAIL
[Response with status 400: compileStreaming]
expected: FAIL
[Response with status 400: instantiateStreaming]
expected: FAIL
[Response with status 999: instantiateStreaming]
expected: FAIL
[Response with status 999: compileStreaming]
expected: FAIL
[Response with status 404: instantiateStreaming]
expected: FAIL
[status.any.serviceworker.html]
[status]
expected: FAIL
[status.any.sharedworker.html]
[status]
expected: FAIL
[status.any.worker.html]
[Response with status 300: instantiateStreaming]
expected: FAIL
[Response with status 500: instantiateStreaming]
expected: FAIL
[Response with status 700: instantiateStreaming]
expected: FAIL
[Response with status 0: compileStreaming]
expected: FAIL
[Response with status 700: compileStreaming]
expected: FAIL
[Response with status 600: instantiateStreaming]
expected: FAIL
[Response with status 0: instantiateStreaming]
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 300: compileStreaming]
expected: FAIL
[Response with status 400: compileStreaming]
expected: FAIL
[Response with status 400: instantiateStreaming]
expected: FAIL
[Response with status 999: instantiateStreaming]
expected: FAIL
[Response with status 999: compileStreaming]
expected: FAIL
[Response with status 404: instantiateStreaming]
expected: FAIL