diff options
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 |