From e0a36f3292fb6b2bae6ddb559acd2b425a51650c Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Fri, 29 Aug 2014 12:22:18 +0200 Subject: [PATCH] Disable same-origin.html for intermittent failures (fixes #3180). We don't currently implement the same-origin restriction at all, so there's little point in running this test. --- .../constructors/Worker/same-origin.html.ini | 25 +------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/src/test/wpt/metadata/workers/constructors/Worker/same-origin.html.ini b/src/test/wpt/metadata/workers/constructors/Worker/same-origin.html.ini index 9e8073aa95a..8c2533c6d98 100644 --- a/src/test/wpt/metadata/workers/constructors/Worker/same-origin.html.ini +++ b/src/test/wpt/metadata/workers/constructors/Worker/same-origin.html.ini @@ -1,26 +1,3 @@ [same-origin.html] type: testharness - [unsupported_scheme] - expected: FAIL - - [about_blank] - expected: FAIL - - [example_invalid] - expected: FAIL - - [port_81] - expected: FAIL - - [https_port_80] - expected: FAIL - - [https_port_8000] - expected: FAIL - - [http_post_8012] - expected: FAIL - - [javascript_url] - expected: FAIL - + disabled: intermittent failures