aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/js
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2023-06-22 14:35:02 +0200
committerMartin Robinson <mrobinson@igalia.com>2023-06-22 21:15:41 +0200
commitf4578afdfe281db7d065a578782243248640aab5 (patch)
tree48b01257f40e93e07e62413994372ffe5f2d2191 /tests/wpt/meta/js
parentcfd24f00bc14551845680713c68ce100404e4f1a (diff)
downloadservo-f4578afdfe281db7d065a578782243248640aab5.tar.gz
servo-f4578afdfe281db7d065a578782243248640aab5.zip
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`
Diffstat (limited to 'tests/wpt/meta/js')
-rw-r--r--tests/wpt/meta/js/behaviours/HostEnsureCanAddPrivateElement.window.js.ini2
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/cleanup-prevented-with-reference.optional.any.js.ini5
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/cleanup-prevented-with-unregister.optional.any.js.ini5
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.js.ini5
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-throws-onerror-interaction.optional.window.js.ini2
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini5
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.js.ini2
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini5
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/holdings-multiple-values.optional.any.js.ini57
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/reentrancy.optional.any.js.ini5
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/return-undefined-with-gc.optional.any.js.ini5
-rw-r--r--tests/wpt/meta/js/builtins/weakrefs/unregister-cleaned-up-cell.optional.any.js.ini5
12 files changed, 103 insertions, 0 deletions
diff --git a/tests/wpt/meta/js/behaviours/HostEnsureCanAddPrivateElement.window.js.ini b/tests/wpt/meta/js/behaviours/HostEnsureCanAddPrivateElement.window.js.ini
new file mode 100644
index 00000000000..64d97acad74
--- /dev/null
+++ b/tests/wpt/meta/js/behaviours/HostEnsureCanAddPrivateElement.window.js.ini
@@ -0,0 +1,2 @@
+[HostEnsureCanAddPrivateElement.window.html]
+ expected: ERROR
diff --git a/tests/wpt/meta/js/builtins/weakrefs/cleanup-prevented-with-reference.optional.any.js.ini b/tests/wpt/meta/js/builtins/weakrefs/cleanup-prevented-with-reference.optional.any.js.ini
new file mode 100644
index 00000000000..b8a231b14bf
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/cleanup-prevented-with-reference.optional.any.js.ini
@@ -0,0 +1,5 @@
+[cleanup-prevented-with-reference.optional.any.html]
+ expected: ERROR
+
+[cleanup-prevented-with-reference.optional.any.worker.html]
+ expected: ERROR
diff --git a/tests/wpt/meta/js/builtins/weakrefs/cleanup-prevented-with-unregister.optional.any.js.ini b/tests/wpt/meta/js/builtins/weakrefs/cleanup-prevented-with-unregister.optional.any.js.ini
new file mode 100644
index 00000000000..4fc93faaf3d
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/cleanup-prevented-with-unregister.optional.any.js.ini
@@ -0,0 +1,5 @@
+[cleanup-prevented-with-unregister.optional.any.worker.html]
+ expected: ERROR
+
+[cleanup-prevented-with-unregister.optional.any.html]
+ expected: ERROR
diff --git a/tests/wpt/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.js.ini b/tests/wpt/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.js.ini
new file mode 100644
index 00000000000..9af0aa8e510
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.js.ini
@@ -0,0 +1,5 @@
+[finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.worker.html]
+ expected: ERROR
+
+[finalizationregistry-cleanupCallback-gets-a-microtask.optional.any.html]
+ expected: ERROR
diff --git a/tests/wpt/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-throws-onerror-interaction.optional.window.js.ini b/tests/wpt/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-throws-onerror-interaction.optional.window.js.ini
new file mode 100644
index 00000000000..addeb13d5f1
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/finalizationregistry-cleanupCallback-throws-onerror-interaction.optional.window.js.ini
@@ -0,0 +1,2 @@
+[finalizationregistry-cleanupCallback-throws-onerror-interaction.optional.window.html]
+ expected: ERROR
diff --git a/tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini b/tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini
new file mode 100644
index 00000000000..7479a168882
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.js.ini
@@ -0,0 +1,5 @@
+[gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.html]
+ expected: ERROR
+
+[gc-has-one-chance-to-call-cleanupCallback-queueMicrotask.optional.any.worker.html]
+ expected: ERROR
diff --git a/tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.js.ini b/tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.js.ini
new file mode 100644
index 00000000000..66b935a312d
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.js.ini
@@ -0,0 +1,2 @@
+[gc-has-one-chance-to-call-cleanupCallback-queueMicrotaskMutationObserver.optional.window.html]
+ expected: ERROR
diff --git a/tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini b/tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini
new file mode 100644
index 00000000000..481060a9e16
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/gc-has-one-chance-to-call-cleanupCallback.optional.any.js.ini
@@ -0,0 +1,5 @@
+[gc-has-one-chance-to-call-cleanupCallback.optional.any.worker.html]
+ expected: ERROR
+
+[gc-has-one-chance-to-call-cleanupCallback.optional.any.html]
+ expected: ERROR
diff --git a/tests/wpt/meta/js/builtins/weakrefs/holdings-multiple-values.optional.any.js.ini b/tests/wpt/meta/js/builtins/weakrefs/holdings-multiple-values.optional.any.js.ini
new file mode 100644
index 00000000000..ebac7a3e870
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/holdings-multiple-values.optional.any.js.ini
@@ -0,0 +1,57 @@
+[holdings-multiple-values.optional.any.html]
+ [`""` as registered holding value]
+ expected: FAIL
+
+ [`Symbol(1)` as registered holding value]
+ expected: FAIL
+
+ [`true` as registered holding value]
+ expected: FAIL
+
+ [`undefined` as registered holding value]
+ expected: FAIL
+
+ [Requires FinalizationRegistry.prototype.cleanupSome]
+ expected: FAIL
+
+ [`{}` as registered holding value]
+ expected: FAIL
+
+ [`false` as registered holding value]
+ expected: FAIL
+
+ [`42` as registered holding value]
+ expected: FAIL
+
+ [`null` as registered holding value]
+ expected: FAIL
+
+
+[holdings-multiple-values.optional.any.worker.html]
+ [`""` as registered holding value]
+ expected: FAIL
+
+ [`Symbol(1)` as registered holding value]
+ expected: FAIL
+
+ [`true` as registered holding value]
+ expected: FAIL
+
+ [`undefined` as registered holding value]
+ expected: FAIL
+
+ [Requires FinalizationRegistry.prototype.cleanupSome]
+ expected: FAIL
+
+ [`{}` as registered holding value]
+ expected: FAIL
+
+ [`false` as registered holding value]
+ expected: FAIL
+
+ [`42` as registered holding value]
+ expected: FAIL
+
+ [`null` as registered holding value]
+ expected: FAIL
+
diff --git a/tests/wpt/meta/js/builtins/weakrefs/reentrancy.optional.any.js.ini b/tests/wpt/meta/js/builtins/weakrefs/reentrancy.optional.any.js.ini
new file mode 100644
index 00000000000..d4990b12ddf
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/reentrancy.optional.any.js.ini
@@ -0,0 +1,5 @@
+[reentrancy.optional.any.html]
+ expected: ERROR
+
+[reentrancy.optional.any.worker.html]
+ expected: ERROR
diff --git a/tests/wpt/meta/js/builtins/weakrefs/return-undefined-with-gc.optional.any.js.ini b/tests/wpt/meta/js/builtins/weakrefs/return-undefined-with-gc.optional.any.js.ini
new file mode 100644
index 00000000000..94bfc185df9
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/return-undefined-with-gc.optional.any.js.ini
@@ -0,0 +1,5 @@
+[return-undefined-with-gc.optional.any.html]
+ expected: ERROR
+
+[return-undefined-with-gc.optional.any.worker.html]
+ expected: ERROR
diff --git a/tests/wpt/meta/js/builtins/weakrefs/unregister-cleaned-up-cell.optional.any.js.ini b/tests/wpt/meta/js/builtins/weakrefs/unregister-cleaned-up-cell.optional.any.js.ini
new file mode 100644
index 00000000000..4ebd816db1f
--- /dev/null
+++ b/tests/wpt/meta/js/builtins/weakrefs/unregister-cleaned-up-cell.optional.any.js.ini
@@ -0,0 +1,5 @@
+[unregister-cleaned-up-cell.optional.any.html]
+ expected: ERROR
+
+[unregister-cleaned-up-cell.optional.any.worker.html]
+ expected: ERROR