mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
Add consume stream callback
This commit is contained in:
parent
905f714bb4
commit
563961826f
22 changed files with 510 additions and 1279 deletions
|
@ -1,57 +1,41 @@
|
|||
[compile.any.worker.html]
|
||||
[Invalid arguments]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
[Invalid code]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Branding]
|
||||
expected: FAIL
|
||||
|
||||
[Missing argument]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Result type]
|
||||
expected: FAIL
|
||||
|
||||
[Promise type]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Changing the buffer]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Stray argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty buffer]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[compile.any.html]
|
||||
[Invalid arguments]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
[Invalid code]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Branding]
|
||||
expected: FAIL
|
||||
|
||||
[Missing argument]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Result type]
|
||||
expected: FAIL
|
||||
|
||||
[Promise type]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Changing the buffer]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Stray argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty buffer]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,747 +1,335 @@
|
|||
[instantiate-bad-imports.any.html]
|
||||
[WebAssembly.instantiate(module): Non-object module: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: null]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: ""]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing an i64 global]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Imports argument with missing property: empty object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Imports argument with missing property: wrong property]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Imports argument with missing property: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: null]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: ""]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Missing imports argument]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
[WebAssembly.instantiate(buffer): Imports argument with missing property: wrong property]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: ""]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing an i64 global]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: WebAssembly.Global]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: WebAssembly.Global.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: WebAssembly.Memory]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: WebAssembly.Table]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Imports argument with missing property: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Imports argument with missing property: empty object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: WebAssembly.Global.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Missing imports argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: WebAssembly.Global]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype)]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: WebAssembly.Table.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[instantiate-bad-imports.any.worker.html]
|
||||
[WebAssembly.instantiate(module): Non-object module: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: null]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: ""]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing an i64 global]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Imports argument with missing property: empty object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Imports argument with missing property: wrong property]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Imports argument with missing property: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: null]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a function with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object module: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: ""]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Non-object imports argument: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Missing imports argument]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
[WebAssembly.instantiate(buffer): Imports argument with missing property: wrong property]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: ""]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing an i64 global]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: WebAssembly.Global]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: object "[object Object\]"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: WebAssembly.Global.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: WebAssembly.Memory]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: WebAssembly.Table]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Imports argument with missing property: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Imports argument with missing property: empty object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: WebAssembly.Global.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Missing imports argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: WebAssembly.Table.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: WebAssembly.Global]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing a global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype)]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object imports argument: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a global with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: WebAssembly.Table.prototype]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing a function with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Non-object module: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing memory with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing table with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[WebAssembly.instantiate(module): Importing table with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[WebAssembly.instantiate(buffer): Importing memory with an incorrectly-typed value: WebAssembly.Memory]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,171 +1,161 @@
|
|||
[instantiate.any.html]
|
||||
expected: TIMEOUT
|
||||
[Invalid arguments]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[exports and imports: buffer argument]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid code]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[BufferSource argument]
|
||||
expected: FAIL
|
||||
|
||||
[Branding]
|
||||
expected: FAIL
|
||||
|
||||
[Missing arguments]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[exports and imports: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Module argument]
|
||||
expected: FAIL
|
||||
|
||||
[Changing the buffer]
|
||||
expected: FAIL
|
||||
|
||||
[Promise type]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module with undefined imports argument: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[getter order for imports object: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module without imports argument: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module with empty imports argument: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[No imports: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module with undefined imports argument: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[exports and imports: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[imports: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module without imports argument: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[No imports: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module with empty imports argument: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[imports: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[getter order for imports object: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[stray argument: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[stray argument: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty buffer]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Synchronous options handling: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Synchronous options handling: Buffer argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[instantiate.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Invalid arguments]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[exports and imports: buffer argument]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid code]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[BufferSource argument]
|
||||
expected: FAIL
|
||||
|
||||
[Branding]
|
||||
expected: FAIL
|
||||
|
||||
[Missing arguments]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[exports and imports: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Module argument]
|
||||
expected: FAIL
|
||||
|
||||
[Changing the buffer]
|
||||
expected: FAIL
|
||||
|
||||
[Promise type]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module with undefined imports argument: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[getter order for imports object: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module without imports argument: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module with empty imports argument: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[No imports: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module with undefined imports argument: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[exports and imports: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[imports: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module without imports argument: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[No imports: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module with empty imports argument: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[imports: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[getter order for imports object: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[stray argument: BufferSource argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[stray argument: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty buffer]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Synchronous options handling: Module argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Synchronous options handling: Buffer argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[idlharness.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Instance must be primary interface of instance]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -41,8 +42,12 @@
|
|||
[Module interface: mod must inherit property "customSections(Module, DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[wasm-js-api interfaces.]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[idlharness.any.html]
|
||||
expected: TIMEOUT
|
||||
[Instance must be primary interface of instance]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -85,3 +90,6 @@
|
|||
[Module interface: mod must inherit property "customSections(Module, DOMString)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[wasm-js-api interfaces.]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[broadcastchannel-success.html]
|
||||
expected: TIMEOUT
|
||||
[Structured cloning of WebAssembly.Module: BroadcastChannel within the same agent cluster]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[identity-not-preserved.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[postMessaging to this window does not give back the same WebAssembly.Module]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
|
||||
[nested-worker-success.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[postMessaging to a dedicated sub-worker allows them to see each others' modifications]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[window-domain-success.sub.html]
|
||||
expected: TIMEOUT
|
||||
[postMessaging to a same-origin-domain (but not same-origin) iframe allows them to instantiate]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[window-messagechannel-success.html]
|
||||
expected: TIMEOUT
|
||||
[postMessaging to a dedicated worker via MessageChannel allows them to instantiate]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[window-similar-but-cross-origin-success.sub.html]
|
||||
expected: TIMEOUT
|
||||
[postMessaging to a not same-origin-domain, but similar origin, iframe allows them to instantiate]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
[window-simple-success.html]
|
||||
expected: TIMEOUT
|
||||
[postMessaging to a same-origin opened window allows them to instantiate]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[postMessaging to a same-origin deeply-nested iframe allows them to instantiate]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[postMessaging to a dedicated worker allows them to instantiate]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[postMessaging to a same-origin iframe allows them to instantiate]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -1,30 +1,6 @@
|
|||
[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]
|
||||
expected: ERROR
|
||||
|
|
|
@ -1,63 +1,22 @@
|
|||
[contenttype.any.worker.html]
|
||||
[Response with Content-Type "text/wasm": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/octet-stream": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;x": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;x": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/octet-stream": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/javascript": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "text/wasm": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;charset=UTF-8": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;charset=UTF-8": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/javascript": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
[Response with Content-Type "application/wasm": compileStreaming]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "application/wasm": instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[contenttype.any.sharedworker.html]
|
||||
|
@ -67,65 +26,24 @@
|
|||
|
||||
|
||||
[contenttype.any.html]
|
||||
[Response with Content-Type "text/wasm": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/octet-stream": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;x": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;x": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/octet-stream": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/javascript": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "text/wasm": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;charset=UTF-8": instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/wasm;charset=UTF-8": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "application/javascript": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with Content-Type "": compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
expected: TIMEOUT
|
||||
[Response with Content-Type "application/wasm": compileStreaming]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "APPLICATION/wasm": instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "application/wasm": instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with Content-Type "APPLICATION/WASM": compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[contenttype.any.serviceworker.html]
|
||||
|
|
|
@ -1,27 +1,28 @@
|
|||
[empty-body.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[compileStreaming: empty body]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[instantiateStreaming: no body]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[compileStreaming: no body]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[compileStreaming: no body in a promise]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[instantiateStreaming: empty body]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[compileStreaming: empty body in a promise]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[instantiateStreaming: empty body in a promise]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[instantiateStreaming: no body in a promise]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[empty-body.any.sharedworker.html]
|
||||
|
@ -31,29 +32,30 @@
|
|||
|
||||
|
||||
[empty-body.any.html]
|
||||
expected: TIMEOUT
|
||||
[compileStreaming: empty body]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[instantiateStreaming: no body]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[compileStreaming: no body]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[compileStreaming: no body in a promise]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[instantiateStreaming: empty body]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[compileStreaming: empty body in a promise]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[instantiateStreaming: empty body in a promise]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[instantiateStreaming: no body in a promise]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[empty-body.any.serviceworker.html]
|
||||
|
|
|
@ -5,379 +5,339 @@
|
|||
|
||||
|
||||
[instantiateStreaming-bad-imports.any.html]
|
||||
expected: TIMEOUT
|
||||
[Imports argument with missing property: wrong property]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: null]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: 1]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing an i64 global]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Imports argument with missing property: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[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
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: undefined]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Importing a function with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: object "[object Object\]"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Imports argument with missing property: empty object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: WebAssembly.Global.prototype]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: WebAssembly.Table.prototype]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: WebAssembly.Memory]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: WebAssembly.Table]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: WebAssembly.Global]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Missing imports argument]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[instantiateStreaming-bad-imports.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Imports argument with missing property: wrong property]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: null]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: 1]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing an i64 global]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Imports argument with missing property: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Missing imports argument]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: true]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: undefined]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Importing a function with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
|
||||
[Non-object imports argument: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Non-object module: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: object "[object Object\]"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Imports argument with missing property: empty object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a function with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: Object.create(WebAssembly.Memory.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: Object.create(WebAssembly.Global.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: Object.create(WebAssembly.Table.prototype)]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: WebAssembly.Global.prototype]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: WebAssembly.Table.prototype]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: 1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: WebAssembly.Memory]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: WebAssembly.Memory.prototype]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: true]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: 0.1]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: NaN]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: undefined]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: null]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: symbol "Symbol()"]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing table with an incorrectly-typed value: WebAssembly.Table]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing a global with an incorrectly-typed value: WebAssembly.Global]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: plain object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Importing memory with an incorrectly-typed value: ""]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[instantiateStreaming-bad-imports.any.sharedworker.html]
|
||||
|
|
|
@ -1,30 +1,31 @@
|
|||
[instantiateStreaming.any.html]
|
||||
expected: TIMEOUT
|
||||
[Empty module with undefined imports argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[stray argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[imports]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module without imports argument]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[exports and imports]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[getter order for imports object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module with empty imports argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[No imports]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Synchronous options handling]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[instantiateStreaming.any.serviceworker.html]
|
||||
|
@ -40,30 +41,31 @@
|
|||
|
||||
|
||||
[instantiateStreaming.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Empty module with undefined imports argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[stray argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[imports]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module without imports argument]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[exports and imports]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[getter order for imports object]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Empty module with empty imports argument]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[No imports]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Synchronous options handling]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
|
@ -11,269 +11,4 @@
|
|||
|
||||
|
||||
[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
|
||||
|
||||
|
|
|
@ -5,11 +5,12 @@
|
|||
|
||||
|
||||
[invalid-code.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Invalid code: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Invalid code: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
||||
[invalid-code.any.serviceworker.html]
|
||||
|
@ -19,9 +20,10 @@
|
|||
|
||||
|
||||
[invalid-code.any.html]
|
||||
expected: TIMEOUT
|
||||
[Invalid code: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Invalid code: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -3,35 +3,6 @@
|
|||
[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]
|
||||
expected: ERROR
|
||||
[origin]
|
||||
|
|
|
@ -3,14 +3,7 @@
|
|||
[rejected-arg]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[rejected-arg.any.worker.html]
|
||||
[compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[rejected-arg.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
@ -19,10 +12,3 @@
|
|||
|
||||
|
||||
[rejected-arg.any.html]
|
||||
expected: ERROR
|
||||
[compileStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,51 +1,49 @@
|
|||
[status.any.html]
|
||||
expected: TIMEOUT
|
||||
[Response with status 300: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 500: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 700: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 0: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 700: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 600: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 0: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 404: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 500: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 600: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 300: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Response with status 400: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 400: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 999: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 999: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 404: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[status.any.serviceworker.html]
|
||||
|
@ -61,51 +59,49 @@
|
|||
|
||||
|
||||
[status.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Response with status 300: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 500: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 700: instantiateStreaming]
|
||||
expected: FAIL
|
||||
|
||||
[Response with status 0: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 700: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 600: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 0: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 404: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 500: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 600: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 300: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Response with status 400: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 400: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 999: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 999: compileStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Response with status 404: instantiateStreaming]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue