Update expected wpt-test results from build log

This commit is contained in:
Jeena Lee 2016-09-13 16:13:08 -07:00
parent a3f1ff0af0
commit 680ad85437
89 changed files with 287 additions and 101 deletions

View file

@ -1,6 +1,6 @@
[accept-header-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Request through fetch should have 'accept' header with value '*/*']
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[accept-header.html]
type: testharness
expected: ERROR
[Request through fetch should have 'accept' header with value '*/*']
expected: FAIL
expected: NOTRUN

View file

@ -1,6 +1,6 @@
[integrity-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Empty string integrity]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[integrity.html]
type: testharness
expected: ERROR
[Empty string integrity]
expected: FAIL
expected: NOTRUN

View file

@ -1,6 +1,6 @@
[mode-no-cors-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Fetch ../resources/top.txt with no-cors mode]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[mode-no-cors.html]
type: testharness
expected: ERROR
[Fetch ../resources/top.txt with no-cors mode]
expected: FAIL
expected: NOTRUN

View file

@ -1,6 +1,6 @@
[mode-same-origin-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Fetch ../resources/top.txt with same-origin mode]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[mode-same-origin.html]
type: testharness
expected: ERROR
[Fetch ../resources/top.txt with same-origin mode]
expected: FAIL
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[referrer-worker.html]
type: testharness
expected: ERROR
[origin-when-cross-origin policy on a same-origin URL]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[referrer.html]
type: testharness
expected: ERROR
[origin-when-cross-origin policy on a same-origin URL]
expected: NOTRUN

View file

@ -1,6 +1,6 @@
[request-forbidden-headers-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Accept-Charset is a forbidden request header]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[request-forbidden-headers.html]
type: testharness
expected: ERROR
[Accept-Charset is a forbidden request header]
expected: FAIL
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[request-head-worker.html]
type: testharness
expected: ERROR
[Fetch with HEAD with body]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[request-head.html]
type: testharness
expected: ERROR
[Fetch with HEAD with body]
expected: NOTRUN

View file

@ -1,6 +1,6 @@
[request-headers-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Fetch with GET]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[request-headers.html]
type: testharness
expected: ERROR
[Fetch with GET]
expected: FAIL
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[request-referrer.html]
type: testharness
expected: ERROR
[Fetch: fetch() respects Request referrer value]
expected: NOTRUN

View file

@ -1,6 +1,6 @@
[response-url-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Testing response url getter with http://web-platform.test:8000/ada]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[response-url.html]
type: testharness
expected: ERROR
[Testing response url getter with http://web-platform.test:8000/ada]
expected: FAIL
expected: NOTRUN

View file

@ -1,6 +1,9 @@
[scheme-about-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Fetching about:blank is OK]
expected: FAIL
[Fetching about:blank (GET) is OK]
expected: NOTRUN

View file

@ -1,5 +1,9 @@
[scheme-about.html]
type: testharness
expected: ERROR
[Fetching about:blank is OK]
expected: FAIL
[Fetching about:blank (GET) is OK]
expected: NOTRUN

View file

@ -1,6 +1,6 @@
[scheme-blob-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Fetching [GET\] URL.createObjectURL(blob) is OK]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[scheme-blob.html]
type: testharness
expected: ERROR
[Fetching [GET\] URL.createObjectURL(blob) is OK]
expected: FAIL
expected: NOTRUN

View file

@ -1,6 +1,6 @@
[scheme-data-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Fetching data:,response%27s%20body is OK]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[scheme-data.html]
type: testharness
expected: ERROR
[Fetching data:,response%27s%20body is OK]
expected: FAIL
expected: NOTRUN

View file

@ -1,6 +1,6 @@
[scheme-others-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Fetching aaa://web-platform.test:8000/ is KO]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[scheme-others.html]
type: testharness
expected: ERROR
[Fetching aaa://web-platform.test:8000/ is KO]
expected: FAIL
expected: NOTRUN

View file

@ -1,6 +1,6 @@
[stream-response-worker.html]
type: testharness
expected: TIMEOUT
expected: ERROR
[Stream response's body]
expected: FAIL
expected: NOTRUN

View file

@ -1,5 +1,6 @@
[stream-response.html]
type: testharness
expected: ERROR
[Stream response's body]
expected: FAIL
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[text-utf8.html]
type: testharness
expected: ERROR
[UTF-8 with BOM with Request.text()]
expected: NOTRUN