diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /testing/web-platform/meta/html/infrastructure | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/infrastructure')
2 files changed, 6 insertions, 10 deletions
diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-idb.any.js.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-idb.any.js.ini index 59a85ebb49..f4b638dab8 100644 --- a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-idb.any.js.ini +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-idb.any.js.ini @@ -1,20 +1,13 @@ [serialization-via-idb.any.worker.html] expected: - if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + if (processor == "x86") and not debug: [OK, TIMEOUT] [SharedArrayBuffer cloning via IndexedDB: basic case] expected: - if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT] - FAIL + if (processor == "x86") and not debug: [PASS, FAIL, TIMEOUT] [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly] expected: - if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT] - FAIL + if (processor == "x86") and not debug: [PASS, FAIL, TIMEOUT] [serialization-via-idb.any.html] - [SharedArrayBuffer cloning via IndexedDB: basic case] - expected: FAIL - - [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly] - expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-simple-success.https.html.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-simple-success.https.html.ini new file mode 100644 index 0000000000..47081a549d --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-simple-success.https.html.ini @@ -0,0 +1,3 @@ +[window-simple-success.https.html] + [postMessaging to a dedicated worker allows them to see each others' modifications with Float16Array] + expected: FAIL |