From 9f0846fd8aea3898f39e13970ac383876832b261 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 15 Nov 2016 09:30:25 +0100 Subject: [PATCH] Disable unstable fetch tests. --- .../api/cors/cors-redirect-worker.html.ini | 61 +------------------ .../fetch/api/cors/cors-redirect.html.ini | 61 +------------------ .../redirect/redirect-count-worker.html.ini | 25 +------- .../api/redirect/redirect-count.html.ini | 25 +------- .../redirect/redirect-origin-worker.html.ini | 49 +-------------- .../api/redirect/redirect-origin.html.ini | 49 +-------------- ...request-cache-default-conditional.html.ini | 37 +---------- 7 files changed, 7 insertions(+), 300 deletions(-) diff --git a/tests/wpt/metadata/fetch/api/cors/cors-redirect-worker.html.ini b/tests/wpt/metadata/fetch/api/cors/cors-redirect-worker.html.ini index ced8e7f37ab..1ba0a14daac 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-redirect-worker.html.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-redirect-worker.html.ini @@ -1,63 +1,4 @@ [cors-redirect-worker.html] type: testharness - expected: TIMEOUT - [Redirect 301: cors to same cors] - expected: FAIL - - [Redirect 301: cors to another cors] - expected: FAIL - - [Redirect 301: same origin to cors] - expected: FAIL - - [Redirect 301: cors to same origin] - expected: FAIL - - [Redirect 302: cors to same cors] - expected: FAIL - - [Redirect 302: cors to another cors] - expected: FAIL - - [Redirect 302: same origin to cors] - expected: FAIL - - [Redirect 302: cors to same origin] - expected: FAIL - - [Redirect 303: cors to same cors] - expected: FAIL - - [Redirect 303: cors to another cors] - expected: FAIL - - [Redirect 303: same origin to cors] - expected: FAIL - - [Redirect 303: cors to same origin] - expected: FAIL - - [Redirect 307: cors to same cors] - expected: FAIL - - [Redirect 307: cors to another cors] - expected: FAIL - - [Redirect 307: same origin to cors] - expected: TIMEOUT - - [Redirect 307: cors to same origin] - expected: NOTRUN - - [Redirect 308: cors to same cors] - expected: NOTRUN - - [Redirect 308: cors to another cors] - expected: NOTRUN - - [Redirect 308: same origin to cors] - expected: NOTRUN - - [Redirect 308: cors to same origin] - expected: NOTRUN + disabled: https://github.com/servo/servo/issues/13441 diff --git a/tests/wpt/metadata/fetch/api/cors/cors-redirect.html.ini b/tests/wpt/metadata/fetch/api/cors/cors-redirect.html.ini index e3de8b28925..506643337e5 100644 --- a/tests/wpt/metadata/fetch/api/cors/cors-redirect.html.ini +++ b/tests/wpt/metadata/fetch/api/cors/cors-redirect.html.ini @@ -1,63 +1,4 @@ [cors-redirect.html] type: testharness - expected: TIMEOUT - [Redirect 301: cors to same cors] - expected: FAIL - - [Redirect 301: cors to another cors] - expected: FAIL - - [Redirect 301: same origin to cors] - expected: FAIL - - [Redirect 301: cors to same origin] - expected: FAIL - - [Redirect 302: cors to same cors] - expected: FAIL - - [Redirect 302: cors to another cors] - expected: FAIL - - [Redirect 302: same origin to cors] - expected: FAIL - - [Redirect 302: cors to same origin] - expected: FAIL - - [Redirect 303: cors to same cors] - expected: FAIL - - [Redirect 303: cors to another cors] - expected: FAIL - - [Redirect 303: same origin to cors] - expected: FAIL - - [Redirect 303: cors to same origin] - expected: FAIL - - [Redirect 307: cors to same cors] - expected: FAIL - - [Redirect 307: cors to another cors] - expected: FAIL - - [Redirect 307: same origin to cors] - expected: TIMEOUT - - [Redirect 307: cors to same origin] - expected: NOTRUN - - [Redirect 308: cors to same cors] - expected: NOTRUN - - [Redirect 308: cors to another cors] - expected: NOTRUN - - [Redirect 308: same origin to cors] - expected: NOTRUN - - [Redirect 308: cors to same origin] - expected: NOTRUN + disabled: https://github.com/servo/servo/issues/13441 diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-count-worker.html.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-count-worker.html.ini index 8f5fe17b1b8..c670b300644 100644 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-count-worker.html.ini +++ b/tests/wpt/metadata/fetch/api/redirect/redirect-count-worker.html.ini @@ -1,27 +1,4 @@ [redirect-count-worker.html] type: testharness - expected: TIMEOUT - [Redirect 302 20 times] - expected: TIMEOUT - - [Redirect 302 21 times] - expected: NOTRUN - - [Redirect 303 20 times] - expected: NOTRUN - - [Redirect 303 21 times] - expected: NOTRUN - - [Redirect 307 20 times] - expected: NOTRUN - - [Redirect 307 21 times] - expected: NOTRUN - - [Redirect 308 20 times] - expected: NOTRUN - - [Redirect 308 21 times] - expected: NOTRUN + disabled: https://github.com/servo/servo/issues/13441 diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-count.html.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-count.html.ini index af1fb8a4e4d..97bdf14e6ce 100644 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-count.html.ini +++ b/tests/wpt/metadata/fetch/api/redirect/redirect-count.html.ini @@ -1,27 +1,4 @@ [redirect-count.html] type: testharness - expected: TIMEOUT - [Redirect 302 20 times] - expected: TIMEOUT - - [Redirect 302 21 times] - expected: NOTRUN - - [Redirect 303 20 times] - expected: NOTRUN - - [Redirect 303 21 times] - expected: NOTRUN - - [Redirect 307 20 times] - expected: NOTRUN - - [Redirect 307 21 times] - expected: NOTRUN - - [Redirect 308 20 times] - expected: NOTRUN - - [Redirect 308 21 times] - expected: NOTRUN + disabled: https://github.com/servo/servo/issues/13441 diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-origin-worker.html.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-origin-worker.html.ini index a84964c3296..fcd93545ec1 100644 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-origin-worker.html.ini +++ b/tests/wpt/metadata/fetch/api/redirect/redirect-origin-worker.html.ini @@ -1,51 +1,4 @@ [redirect-origin-worker.html] type: testharness - expected: TIMEOUT - [Same origin to other origin redirection 301] - expected: FAIL - - [Other origin to other origin redirection 301] - expected: FAIL - - [Other origin to same origin redirection 301] - expected: FAIL - - [Same origin to other origin redirection 302] - expected: FAIL - - [Other origin to other origin redirection 302] - expected: FAIL - - [Other origin to same origin redirection 302] - expected: FAIL - - [Same origin to other origin redirection 303] - expected: FAIL - - [Other origin to other origin redirection 303] - expected: FAIL - - [Other origin to same origin redirection 303] - expected: FAIL - - [Same origin to other origin redirection 307] - expected: FAIL - - [Other origin to other origin redirection 307] - expected: FAIL - - [Other origin to same origin redirection 307] - expected: FAIL - - [Same origin to other origin redirection 308] - expected: NOTRUN - - [Other origin to other origin redirection 308] - expected: NOTRUN - - [Other origin to same origin redirection 308] - expected: NOTRUN - - [Same origin to same origin redirection 308] - expected: TIMEOUT + disabled: https://github.com/servo/servo/issues/13441 diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-origin.html.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-origin.html.ini index 315c07cfc3e..a82435325cb 100644 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-origin.html.ini +++ b/tests/wpt/metadata/fetch/api/redirect/redirect-origin.html.ini @@ -1,51 +1,4 @@ [redirect-origin.html] type: testharness - expected: TIMEOUT - [Same origin to other origin redirection 301] - expected: FAIL - - [Other origin to other origin redirection 301] - expected: FAIL - - [Other origin to same origin redirection 301] - expected: FAIL - - [Same origin to other origin redirection 302] - expected: FAIL - - [Other origin to other origin redirection 302] - expected: FAIL - - [Other origin to same origin redirection 302] - expected: FAIL - - [Same origin to other origin redirection 303] - expected: FAIL - - [Other origin to other origin redirection 303] - expected: FAIL - - [Other origin to same origin redirection 303] - expected: FAIL - - [Same origin to other origin redirection 307] - expected: FAIL - - [Other origin to other origin redirection 307] - expected: FAIL - - [Other origin to same origin redirection 307] - expected: FAIL - - [Same origin to other origin redirection 308] - expected: NOTRUN - - [Other origin to other origin redirection 308] - expected: NOTRUN - - [Other origin to same origin redirection 308] - expected: NOTRUN - - [Same origin to same origin redirection 308] - expected: TIMEOUT + disabled: https://github.com/servo/servo/issues/13441 diff --git a/tests/wpt/metadata/fetch/api/request/request-cache-default-conditional.html.ini b/tests/wpt/metadata/fetch/api/request/request-cache-default-conditional.html.ini index 00e5f87efd7..07b1858da77 100644 --- a/tests/wpt/metadata/fetch/api/request/request-cache-default-conditional.html.ini +++ b/tests/wpt/metadata/fetch/api/request/request-cache-default-conditional.html.ini @@ -1,39 +1,4 @@ [request-cache-default-conditional.html] type: testharness - expected: TIMEOUT - [RequestCache "default" mode with an If-Modified-Since header is treated similarly to "no-store" with date and stale response] - expected: FAIL - - [RequestCache "default" mode with an If-Modified-Since header is treated similarly to "no-store" with date and fresh response] - expected: FAIL - - [RequestCache "default" mode with an If-Unmodified-Since header is treated similarly to "no-store" with Etag and fresh response] - expected: NOTRUN - - [RequestCache "default" mode with an If-Unmodified-Since header is treated similarly to "no-store" with date and fresh response] - expected: NOTRUN - - [RequestCache "default" mode with an If-Match header is treated similarly to "no-store" with Etag and stale response] - expected: NOTRUN - - [RequestCache "default" mode with an If-Match header is treated similarly to "no-store" with date and stale response] - expected: NOTRUN - - [RequestCache "default" mode with an If-Match header is treated similarly to "no-store" with Etag and fresh response] - expected: NOTRUN - - [RequestCache "default" mode with an If-Match header is treated similarly to "no-store" with date and fresh response] - expected: NOTRUN - - [RequestCache "default" mode with an If-Range header is treated similarly to "no-store" with Etag and stale response] - expected: NOTRUN - - [RequestCache "default" mode with an If-Range header is treated similarly to "no-store" with date and stale response] - expected: NOTRUN - - [RequestCache "default" mode with an If-Range header is treated similarly to "no-store" with Etag and fresh response] - expected: NOTRUN - - [RequestCache "default" mode with an If-Range header is treated similarly to "no-store" with date and fresh response] - expected: NOTRUN + disabled: https://github.com/servo/servo/issues/13441