diff options
Diffstat (limited to 'testing/web-platform/meta/workers')
7 files changed, 17 insertions, 5 deletions
diff --git a/testing/web-platform/meta/workers/Worker-creation-happens-in-parallel.https.html.ini b/testing/web-platform/meta/workers/Worker-creation-happens-in-parallel.https.html.ini new file mode 100644 index 0000000000..83bc37d94f --- /dev/null +++ b/testing/web-platform/meta/workers/Worker-creation-happens-in-parallel.https.html.ini @@ -0,0 +1,8 @@ +[Worker-creation-happens-in-parallel.https.html] + expected: + if debug and (os == "android"): TIMEOUT + if not debug and (os == "win"): TIMEOUT + if not debug and (os == "mac"): TIMEOUT + if not debug and (os == "linux"): TIMEOUT + [Tests that creation of a "new Worker()" will occur in parallel] + expected: FAIL diff --git a/testing/web-platform/meta/workers/Worker-postMessage-happens-in-parallel.https.html.ini b/testing/web-platform/meta/workers/Worker-postMessage-happens-in-parallel.https.html.ini new file mode 100644 index 0000000000..aa0db46798 --- /dev/null +++ b/testing/web-platform/meta/workers/Worker-postMessage-happens-in-parallel.https.html.ini @@ -0,0 +1,3 @@ +[Worker-postMessage-happens-in-parallel.https.html] + expected: + if (os == "android") and debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/workers/baseurl/alpha/sharedworker-in-worker.html.ini b/testing/web-platform/meta/workers/baseurl/alpha/sharedworker-in-worker.html.ini index 8a60e3dff4..09d1911a19 100644 --- a/testing/web-platform/meta/workers/baseurl/alpha/sharedworker-in-worker.html.ini +++ b/testing/web-platform/meta/workers/baseurl/alpha/sharedworker-in-worker.html.ini @@ -1,5 +1,5 @@ [sharedworker-in-worker.html] expected: - if not fission and (os == "linux") and not debug and not asan: [OK, ERROR] + if (processor == "x86") and (os == "linux"): [OK, ERROR] [Base URL in workers: new SharedWorker()] expected: FAIL diff --git a/testing/web-platform/meta/workers/constructors/SharedWorker/same-origin.html.ini b/testing/web-platform/meta/workers/constructors/SharedWorker/same-origin.html.ini index b0032ead79..92b746e48d 100644 --- a/testing/web-platform/meta/workers/constructors/SharedWorker/same-origin.html.ini +++ b/testing/web-platform/meta/workers/constructors/SharedWorker/same-origin.html.ini @@ -1,5 +1,3 @@ [same-origin.html] expected: if (os == "android") and fission: [OK, TIMEOUT] - [unsupported_scheme] - expected: FAIL diff --git a/testing/web-platform/meta/workers/constructors/Worker/same-origin.html.ini b/testing/web-platform/meta/workers/constructors/Worker/same-origin.html.ini index b0032ead79..92b746e48d 100644 --- a/testing/web-platform/meta/workers/constructors/Worker/same-origin.html.ini +++ b/testing/web-platform/meta/workers/constructors/Worker/same-origin.html.ini @@ -1,5 +1,3 @@ [same-origin.html] expected: if (os == "android") and fission: [OK, TIMEOUT] - [unsupported_scheme] - expected: FAIL diff --git a/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini b/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini index 95a6a5c68b..f3d392810b 100644 --- a/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini +++ b/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini @@ -19,3 +19,5 @@ [001.worker.html] + [The Float16Array interface object should be exposed.] + expected: FAIL diff --git a/testing/web-platform/meta/workers/semantics/interface-objects/003.any.js.ini b/testing/web-platform/meta/workers/semantics/interface-objects/003.any.js.ini new file mode 100644 index 0000000000..6729879078 --- /dev/null +++ b/testing/web-platform/meta/workers/semantics/interface-objects/003.any.js.ini @@ -0,0 +1,3 @@ +[003.any.sharedworker.html] + [The Float16Array interface object should be exposed] + expected: FAIL |