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,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