From 030e01c1d1ebad6037ad3111efd6495200a2d1a1 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Thu, 22 Jun 2017 11:28:58 -0500 Subject: [PATCH] Added exception-handling to worker wpt tests. --- tests/wpt/metadata/MANIFEST.json | 4 ++-- tests/wpt/metadata/workers/Worker_ErrorEvent_error.htm.ini | 2 -- tests/wpt/metadata/workers/data-url.html.ini | 1 - .../web-platform-tests/workers/Worker_ErrorEvent_error.htm | 4 ++++ tests/wpt/web-platform-tests/workers/data-url.html | 4 +++- 5 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 tests/wpt/metadata/workers/Worker_ErrorEvent_error.htm.ini diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index a7628638b6f..4229945104a 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -615810,7 +615810,7 @@ "testharness" ], "workers/Worker_ErrorEvent_error.htm": [ - "975ca8b575fb2f616623b810696287513b164d2d", + "43f1cd277819f57c7708690ff3a91dde8b2a3af5", "testharness" ], "workers/Worker_ErrorEvent_filename.htm": [ @@ -616102,7 +616102,7 @@ "testharness" ], "workers/data-url.html": [ - "50abaf936cfb58ba14e6870c9b7f239f5d54f59c", + "a9084f9a3b6fc31d54b564b80869826f132f1166", "testharness" ], "workers/interfaces.idl": [ diff --git a/tests/wpt/metadata/workers/Worker_ErrorEvent_error.htm.ini b/tests/wpt/metadata/workers/Worker_ErrorEvent_error.htm.ini deleted file mode 100644 index f58936a3ebd..00000000000 --- a/tests/wpt/metadata/workers/Worker_ErrorEvent_error.htm.ini +++ /dev/null @@ -1,2 +0,0 @@ -[Worker_ErrorEvent_error.htm] - expected: ERROR diff --git a/tests/wpt/metadata/workers/data-url.html.ini b/tests/wpt/metadata/workers/data-url.html.ini index 315740342a1..ddcfc38e63b 100644 --- a/tests/wpt/metadata/workers/data-url.html.ini +++ b/tests/wpt/metadata/workers/data-url.html.ini @@ -1,6 +1,5 @@ [data-url.html] type: testharness - expected: ERROR [worker has opaque origin] expected: FAIL diff --git a/tests/wpt/web-platform-tests/workers/Worker_ErrorEvent_error.htm b/tests/wpt/web-platform-tests/workers/Worker_ErrorEvent_error.htm index 1c1257d1bd2..b7a7f549c83 100644 --- a/tests/wpt/web-platform-tests/workers/Worker_ErrorEvent_error.htm +++ b/tests/wpt/web-platform-tests/workers/Worker_ErrorEvent_error.htm @@ -4,6 +4,10 @@