From fc0582c6ac120bbaac91c46e9259dd1f3c6a1449 Mon Sep 17 00:00:00 2001 From: Stephen McGruer Date: Sat, 30 Jan 2021 10:08:56 -0500 Subject: [PATCH] Update workers/ from monorail results See #798 for the methodology --- workers/META.yml | 13 +++++++++++++ workers/constructors/SharedWorker/META.yml | 7 +++++++ workers/interfaces/SharedWorkerGlobalScope/META.yml | 5 +++++ workers/modules/META.yml | 5 +++++ 4 files changed, 30 insertions(+) create mode 100755 workers/META.yml create mode 100755 workers/constructors/SharedWorker/META.yml create mode 100755 workers/interfaces/SharedWorkerGlobalScope/META.yml create mode 100755 workers/modules/META.yml diff --git a/workers/META.yml b/workers/META.yml new file mode 100755 index 000000000..36d7b4bd9 --- /dev/null +++ b/workers/META.yml @@ -0,0 +1,13 @@ +links: + - product: chrome + url: https://crbug.com/1071345 + results: + - test: dedicated-worker-parse-error-failure.html + - product: chrome + url: https://crbug.com/906850 + results: + - test: opaque-origin.html + - product: chrome + url: https://crbug.com/795636 + results: + - test: Worker-multi-port.html diff --git a/workers/constructors/SharedWorker/META.yml b/workers/constructors/SharedWorker/META.yml new file mode 100755 index 000000000..7b2d88550 --- /dev/null +++ b/workers/constructors/SharedWorker/META.yml @@ -0,0 +1,7 @@ +links: + - product: chrome + url: https://crbug.com/655458 + results: + - test: connect-event.html + - test: interface-objects.html + - test: setting-port-members.html diff --git a/workers/interfaces/SharedWorkerGlobalScope/META.yml b/workers/interfaces/SharedWorkerGlobalScope/META.yml new file mode 100755 index 000000000..30ef17941 --- /dev/null +++ b/workers/interfaces/SharedWorkerGlobalScope/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/655458 + results: + - test: onconnect.html diff --git a/workers/modules/META.yml b/workers/modules/META.yml new file mode 100755 index 000000000..f719adb86 --- /dev/null +++ b/workers/modules/META.yml @@ -0,0 +1,5 @@ +links: + - product: chrome + url: https://crbug.com/841831 + results: + - test: dedicated-worker-import-meta.html