From 7cb11b1a87b9224647ecf5cd5fd60e43be51eb89 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Fri, 20 Sep 2024 23:18:48 +0000 Subject: [PATCH] Bug 1920254 [wpt PR 48298] - Update wpt metadata, a=testonly wpt-pr: 48298 wpt-type: metadata --- .../compute_pressure_basic.https.any.js.ini | 51 ------------------- ...compute_pressure_basic.https.window.js.ini | 19 +++++++ 2 files changed, 19 insertions(+), 51 deletions(-) delete mode 100644 testing/web-platform/meta/compute-pressure/compute_pressure_basic.https.any.js.ini create mode 100644 testing/web-platform/meta/compute-pressure/compute_pressure_basic.https.window.js.ini diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_basic.https.any.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_basic.https.any.js.ini deleted file mode 100644 index 191355a4ff88d..0000000000000 --- a/testing/web-platform/meta/compute-pressure/compute_pressure_basic.https.any.js.ini +++ /dev/null @@ -1,51 +0,0 @@ -[compute_pressure_basic.https.any.worker.html] - [Return NotSupportedError when calling observer()] - expected: FAIL - - [Basic functionality test] - expected: FAIL - - [Removing observer before observe() resolves works] - expected: FAIL - - [Calling observe() multiple times works] - expected: FAIL - - [Starting a new observer after an observer has started works] - expected: FAIL - - -[compute_pressure_basic.https.any.sharedworker.html] - expected: - if tsan: CRASH - [Return NotSupportedError when calling observer()] - expected: FAIL - - [Basic functionality test] - expected: FAIL - - [Removing observer before observe() resolves works] - expected: FAIL - - [Calling observe() multiple times works] - expected: FAIL - - [Starting a new observer after an observer has started works] - expected: FAIL - - -[compute_pressure_basic.https.any.html] - [Return NotSupportedError when calling observer()] - expected: FAIL - - [Basic functionality test] - expected: FAIL - - [Removing observer before observe() resolves works] - expected: FAIL - - [Calling observe() multiple times works] - expected: FAIL - - [Starting a new observer after an observer has started works] - expected: FAIL diff --git a/testing/web-platform/meta/compute-pressure/compute_pressure_basic.https.window.js.ini b/testing/web-platform/meta/compute-pressure/compute_pressure_basic.https.window.js.ini new file mode 100644 index 0000000000000..c0f3904fd01c0 --- /dev/null +++ b/testing/web-platform/meta/compute-pressure/compute_pressure_basic.https.window.js.ini @@ -0,0 +1,19 @@ +[compute_pressure_basic.https.window.html?globalScope=window] + expected: ERROR + +[compute_pressure_basic.https.window.html?globalScope=dedicated_worker] + expected: ERROR + [Return NotSupportedError when calling observer()] + expected: FAIL + + [Basic functionality test] + expected: TIMEOUT + + [Removing observer before observe() resolves works] + expected: NOTRUN + + [Calling observe() multiple times works] + expected: NOTRUN + + [Starting a new observer after an observer has started works] + expected: NOTRUN