Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,21 @@
[toStringTag.any.html]
[Object.prototype.toString applied after deleting @@toStringTag]
expected: FAIL
[@@toStringTag exists on the namespace object with the appropriate descriptor]
expected: FAIL
[Object.prototype.toString applied after modifying the namespace object's @@toStringTag]
expected: FAIL
[toStringTag.any.worker.html]
[Object.prototype.toString applied after deleting @@toStringTag]
expected: FAIL
[@@toStringTag exists on the namespace object with the appropriate descriptor]
expected: FAIL
[Object.prototype.toString applied after modifying the namespace object's @@toStringTag]
expected: FAIL

View file

@ -0,0 +1,39 @@
[basic.tentative.any.html]
[Wasm function throws argument]
expected: FAIL
[Wasm function throws null]
expected: FAIL
[Wasm function throws integer]
expected: FAIL
[Imported JS function throws]
expected: FAIL
[Imported JS function throws, Wasm catches and rethrows]
expected: FAIL
[basic.tentative.any.serviceworker.html]
expected: ERROR
[basic.tentative.any.worker.html]
[Wasm function throws argument]
expected: FAIL
[Wasm function throws null]
expected: FAIL
[Wasm function throws integer]
expected: FAIL
[Imported JS function throws]
expected: FAIL
[Imported JS function throws, Wasm catches and rethrows]
expected: FAIL
[basic.tentative.any.sharedworker.html]
expected: ERROR

View file

@ -0,0 +1,26 @@
[constructor.tentative.any.html]
[name]
expected: FAIL
[length]
expected: FAIL
[Calling]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[constructor.tentative.any.worker.html]
[name]
expected: FAIL
[length]
expected: FAIL
[Calling]
expected: FAIL
[Invalid exception argument]
expected: FAIL

View file

@ -0,0 +1,32 @@
[getArg.tentative.any.worker.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[Index out of bounds]
expected: FAIL
[Getting out-of-range argument]
expected: FAIL
[getArg]
expected: FAIL
[getArg.tentative.any.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[Index out of bounds]
expected: FAIL
[Getting out-of-range argument]
expected: FAIL
[getArg]
expected: FAIL

View file

@ -0,0 +1,20 @@
[is.tentative.any.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[is]
expected: FAIL
[is.tentative.any.worker.html]
[Missing arguments]
expected: FAIL
[Invalid exception argument]
expected: FAIL
[is]
expected: FAIL

View file

@ -0,0 +1,14 @@
[toString.tentative.any.html]
[Object.prototype.toString on an Exception]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL
[toString.tentative.any.worker.html]
[Object.prototype.toString on an Exception]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL

View file

@ -0,0 +1,20 @@
[type.tentative.any.worker.html]
[[\]]
expected: FAIL
[[i32 i64\]]
expected: FAIL
[[i32 i64 f32 f64\]]
expected: FAIL
[type.tentative.any.html]
[[\]]
expected: FAIL
[[i32 i64\]]
expected: FAIL
[[i32 i64 f32 f64\]]
expected: FAIL

View file

@ -0,0 +1,14 @@
[call.tentative.any.worker.html]
[test calling function]
expected: FAIL
[test constructing function]
expected: FAIL
[call.tentative.any.html]
[test calling function]
expected: FAIL
[test constructing function]
expected: FAIL

View file

@ -0,0 +1,68 @@
[constructor.tentative.any.html]
[name]
expected: FAIL
[length]
expected: FAIL
[Too few arguments]
expected: FAIL
[Calling]
expected: FAIL
[construct with JS function]
expected: FAIL
[fail with missing results]
expected: FAIL
[fail with missing parameters]
expected: FAIL
[fail with non-string parameters & results]
expected: FAIL
[fail with non-existent parameter and result type]
expected: FAIL
[fail with non-function object]
expected: FAIL
[fail to construct with non-callable object]
expected: FAIL
[constructor.tentative.any.worker.html]
[name]
expected: FAIL
[length]
expected: FAIL
[Too few arguments]
expected: FAIL
[Calling]
expected: FAIL
[construct with JS function]
expected: FAIL
[fail with missing results]
expected: FAIL
[fail with missing parameters]
expected: FAIL
[fail with non-string parameters & results]
expected: FAIL
[fail with non-existent parameter and result type]
expected: FAIL
[fail with non-function object]
expected: FAIL
[fail to construct with non-callable object]
expected: FAIL

View file

@ -0,0 +1,8 @@
[table.tentative.any.html]
[Test insertion into table]
expected: FAIL
[table.tentative.any.worker.html]
[Test insertion into table]
expected: FAIL

View file

@ -0,0 +1,14 @@
[type.tentative.any.worker.html]
[Check empty results and parameters]
expected: FAIL
[Check all types]
expected: FAIL
[type.tentative.any.html]
[Check empty results and parameters]
expected: FAIL
[Check all types]
expected: FAIL

View file

@ -0,0 +1,5 @@
[entry-different-function-realm.html]
expected: ERROR
[Start function]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[entry.html]
[Start function]
expected: FAIL
[Sanity check: this all works as expected synchronously]
expected: FAIL

View file

@ -0,0 +1,5 @@
[incumbent.html]
expected: TIMEOUT
[Start function]
expected: TIMEOUT

View file

@ -0,0 +1,63 @@
[constructor.any.html]
[i64 with default]
expected: FAIL
[Explicit value object with toString returning string for type i64]
expected: FAIL
[Explicit value bigint "123" for type i64]
expected: FAIL
[Explicit value "3" for type i64]
expected: FAIL
[Explicit value object with toString returning bigint for type i64]
expected: FAIL
[Explicit value object with valueOf returning string for type i64]
expected: FAIL
[Explicit value true for type i64]
expected: FAIL
[Explicit value undefined for type i64]
expected: FAIL
[Explicit value false for type i64]
expected: FAIL
[Explicit value object with valueOf returning bigint for type i64]
expected: FAIL
[constructor.any.worker.html]
[i64 with default]
expected: FAIL
[Explicit value object with toString returning string for type i64]
expected: FAIL
[Explicit value bigint "123" for type i64]
expected: FAIL
[Explicit value "3" for type i64]
expected: FAIL
[Explicit value object with toString returning bigint for type i64]
expected: FAIL
[Explicit value object with valueOf returning string for type i64]
expected: FAIL
[Explicit value true for type i64]
expected: FAIL
[Explicit value undefined for type i64]
expected: FAIL
[Explicit value false for type i64]
expected: FAIL
[Explicit value object with valueOf returning bigint for type i64]
expected: FAIL

View file

@ -0,0 +1,104 @@
[type.tentative.any.html]
[anyref, immutable]
expected: FAIL
[i64, immutable]
expected: FAIL
[f64, immutable]
expected: FAIL
[i64, mutable]
expected: FAIL
[funcref, mutable]
expected: FAIL
[i32, immutable]
expected: FAIL
[f32, mutable]
expected: FAIL
[f64, mutable]
expected: FAIL
[funcref, immutable]
expected: FAIL
[i32, mutable]
expected: FAIL
[anyref, mutable]
expected: FAIL
[f32, immutable]
expected: FAIL
[key ordering]
expected: FAIL
[externref, mutable]
expected: FAIL
[externref, immutable]
expected: FAIL
[anyfunc, mutable]
expected: FAIL
[anyfunc, immutable]
expected: FAIL
[type.tentative.any.worker.html]
[anyref, immutable]
expected: FAIL
[i64, immutable]
expected: FAIL
[f64, immutable]
expected: FAIL
[i64, mutable]
expected: FAIL
[funcref, mutable]
expected: FAIL
[i32, immutable]
expected: FAIL
[f32, mutable]
expected: FAIL
[f64, mutable]
expected: FAIL
[funcref, immutable]
expected: FAIL
[i32, mutable]
expected: FAIL
[anyref, mutable]
expected: FAIL
[f32, immutable]
expected: FAIL
[key ordering]
expected: FAIL
[externref, mutable]
expected: FAIL
[externref, immutable]
expected: FAIL
[anyfunc, mutable]
expected: FAIL
[anyfunc, immutable]
expected: FAIL

View file

@ -0,0 +1,105 @@
[value-get-set.any.html]
[Immutable i64 (undefined)]
expected: FAIL
[i64 mutability]
expected: FAIL
[Immutable i64 (false)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (missing)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (empty string)]
expected: FAIL
[Immutable i64 (empty string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (undefined)]
expected: FAIL
[Mutable i64 (true on prototype)]
expected: FAIL
[Immutable i64 (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (false)]
expected: FAIL
[Immutable i64 (missing)]
expected: FAIL
[Mutable i64 (string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (null)]
expected: FAIL
[Mutable i64 (one)]
expected: FAIL
[Mutable i64 (true)]
expected: FAIL
[Immutable i64 (null)]
expected: FAIL
[value-get-set.any.worker.html]
[Immutable i64 (undefined)]
expected: FAIL
[i64 mutability]
expected: FAIL
[Immutable i64 (false)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (missing)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (empty string)]
expected: FAIL
[Immutable i64 (empty string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (undefined)]
expected: FAIL
[Mutable i64 (true on prototype)]
expected: FAIL
[Immutable i64 (zero)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (false)]
expected: FAIL
[Immutable i64 (missing)]
expected: FAIL
[Mutable i64 (string)]
expected: FAIL
[Immutable i64 with ToNumber side-effects (null)]
expected: FAIL
[Mutable i64 (one)]
expected: FAIL
[Mutable i64 (true)]
expected: FAIL
[Immutable i64 (null)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[idlharness.any.html]
[Table interface: operation set(unsigned long, optional any)]
expected: FAIL
[idlharness.any.worker.html]
[Table interface: operation set(unsigned long, optional any)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[constructor-bad-imports.any.html]
expected: ERROR
[constructor-bad-imports.any.worker.html]
expected: ERROR

View file

@ -0,0 +1,39 @@
[constructor.any.html]
[import with function that takes and returns i64]
expected: FAIL
[Multiple i64 arguments]
expected: FAIL
[i64 mutable WebAssembly.Global import]
expected: FAIL
[import with i64-returning function]
expected: FAIL
[export i64-returning function]
expected: FAIL
[i64 exports and imports]
expected: FAIL
[constructor.any.worker.html]
[import with function that takes and returns i64]
expected: FAIL
[Multiple i64 arguments]
expected: FAIL
[i64 mutable WebAssembly.Global import]
expected: FAIL
[import with i64-returning function]
expected: FAIL
[export i64-returning function]
expected: FAIL
[i64 exports and imports]
expected: FAIL

View file

@ -0,0 +1,8 @@
[interface.any.html]
[WebAssembly.Table.set: length]
expected: FAIL
[interface.any.worker.html]
[WebAssembly.Table.set: length]
expected: FAIL

View file

@ -0,0 +1,9 @@
[constructor-shared.tentative.any.worker.html]
[Shared memory]
expected: FAIL
[constructor-shared.tentative.any.html]
[Shared memory]
expected: FAIL

View file

@ -0,0 +1,21 @@
[constructor-types.tentative.any.html]
[Zero minimum]
expected: FAIL
[Initializing with both initial and minimum]
expected: FAIL
[Non-zero minimum]
expected: FAIL
[constructor-types.tentative.any.worker.html]
[Zero minimum]
expected: FAIL
[Initializing with both initial and minimum]
expected: FAIL
[Non-zero minimum]
expected: FAIL

View file

@ -0,0 +1,9 @@
[grow.any.worker.html]
[Growing shared memory does not detach old buffer]
expected: FAIL
[grow.any.html]
[Growing shared memory does not detach old buffer]
expected: FAIL

View file

@ -0,0 +1,39 @@
[type.tentative.any.worker.html]
[non-shared memory]
expected: FAIL
[None-zero maximum]
expected: FAIL
[shared memory]
expected: FAIL
[Zero maximum]
expected: FAIL
[Zero initial, no maximum]
expected: FAIL
[Non-zero initial, no maximum]
expected: FAIL
[type.tentative.any.html]
[non-shared memory]
expected: FAIL
[None-zero maximum]
expected: FAIL
[shared memory]
expected: FAIL
[Zero maximum]
expected: FAIL
[Zero initial, no maximum]
expected: FAIL
[Non-zero initial, no maximum]
expected: FAIL

View file

@ -0,0 +1,21 @@
[namespace-object-class-string.any.html]
[Object.prototype.toString applied after deleting @@toStringTag]
expected: FAIL
[@@toStringTag exists on the namespace object with the appropriate descriptor]
expected: FAIL
[Object.prototype.toString applied after modifying the namespace object's @@toStringTag]
expected: FAIL
[namespace-object-class-string.any.worker.html]
[Object.prototype.toString applied after deleting @@toStringTag]
expected: FAIL
[@@toStringTag exists on the namespace object with the appropriate descriptor]
expected: FAIL
[Object.prototype.toString applied after modifying the namespace object's @@toStringTag]
expected: FAIL

View file

@ -0,0 +1,226 @@
[proto-from-ctor-realm.html]
[WebAssembly.Table: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Global: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Global: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Module: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Instance: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Memory: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Memory: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Memory: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Instance: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Table: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Instance: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Instance: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Module: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Table: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Module: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Module: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Instance: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Global: cross-realm NewTarget with `""` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Global: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Global: Proxy of cross-realm NewTarget with `true` prototype]
expected: FAIL
[WebAssembly.Module: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Table: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Instance: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Instance: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `"str"` prototype]
expected: FAIL
[WebAssembly.Global: Proxy of Proxy of cross-realm NewTarget with `-0` prototype]
expected: FAIL
[WebAssembly.Table: bound cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Memory: cross-realm NewTarget with `-1` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `0` prototype]
expected: FAIL
[WebAssembly.Table: bound Proxy of cross-realm NewTarget with `false` prototype]
expected: FAIL
[WebAssembly.Table: bound bound cross-realm NewTarget with `null` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `undefined` prototype]
expected: FAIL
[WebAssembly.Memory: Proxy of bound cross-realm NewTarget with `NaN` prototype]
expected: FAIL
[WebAssembly.Module: cross-realm NewTarget with `symbol "Symbol()"` prototype]
expected: FAIL
[WebAssembly.Table: cross-realm NewTarget with `true` prototype]
expected: FAIL

View file

@ -0,0 +1,33 @@
[prototypes.any.html]
[_Module]
expected: FAIL
[_Instance]
expected: FAIL
[_Global]
expected: FAIL
[_Table]
expected: FAIL
[_Memory]
expected: FAIL
[prototypes.any.worker.html]
[_Module]
expected: FAIL
[_Instance]
expected: FAIL
[_Global]
expected: FAIL
[_Table]
expected: FAIL
[_Memory]
expected: FAIL

View file

@ -0,0 +1,21 @@
[constructor-reftypes.tentative.any.html]
[initialize anyfunc table with a bad default value]
expected: FAIL
[initialize externref table with default value]
expected: FAIL
[initialize anyfunc table with default value]
expected: FAIL
[constructor-reftypes.tentative.any.worker.html]
[initialize anyfunc table with a bad default value]
expected: FAIL
[initialize externref table with default value]
expected: FAIL
[initialize anyfunc table with default value]
expected: FAIL

View file

@ -0,0 +1,21 @@
[constructor-types.tentative.any.html]
[Zero minimum]
expected: FAIL
[Initializing with both initial and minimum]
expected: FAIL
[Non-zero minimum]
expected: FAIL
[constructor-types.tentative.any.worker.html]
[Zero minimum]
expected: FAIL
[Initializing with both initial and minimum]
expected: FAIL
[Non-zero minimum]
expected: FAIL

View file

@ -0,0 +1,4 @@
[grow-reftypes.tentative.any.html]
[grow-reftypes.tentative.any.worker.html]
expected: ERROR

View file

@ -0,0 +1,15 @@
[set-reftypes.tentative.any.worker.html]
[Arguments for externref table set]
expected: FAIL
[Arguments for anyfunc table set]
expected: FAIL
[set-reftypes.tentative.any.html]
[Arguments for externref table set]
expected: FAIL
[Arguments for anyfunc table set]
expected: FAIL

View file

@ -0,0 +1,32 @@
[type.tentative.any.worker.html]
[Zero initial, no maximum]
expected: FAIL
[Non-zero initial, no maximum]
expected: FAIL
[Zero maximum]
expected: FAIL
[None-zero maximum]
expected: FAIL
[Non-zero maximum]
expected: FAIL
[type.tentative.any.html]
[Zero initial, no maximum]
expected: FAIL
[Non-zero initial, no maximum]
expected: FAIL
[Zero maximum]
expected: FAIL
[None-zero maximum]
expected: FAIL
[Non-zero maximum]
expected: FAIL

View file

@ -0,0 +1,14 @@
[constructor.tentative.any.html]
[name]
expected: FAIL
[length]
expected: FAIL
[constructor.tentative.any.worker.html]
[name]
expected: FAIL
[length]
expected: FAIL

View file

@ -0,0 +1,14 @@
[toString.tentative.any.html]
[Object.prototype.toString on a Tag]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL
[toString.tentative.any.worker.html]
[Object.prototype.toString on a Tag]
expected: FAIL
[@@toStringTag exists on the prototype with the appropriate descriptor]
expected: FAIL

View file

@ -0,0 +1,20 @@
[type.tentative.any.html]
[[\]]
expected: FAIL
[[i32 i64\]]
expected: FAIL
[[i32 i64 f32 f64\]]
expected: FAIL
[type.tentative.any.worker.html]
[[\]]
expected: FAIL
[[i32 i64\]]
expected: FAIL
[[i32 i64 f32 f64\]]
expected: FAIL