Update expectations.

This commit is contained in:
Ms2ger 2014-07-28 13:42:06 +02:00
parent e0ea494b9c
commit e2ccda060b
16 changed files with 49 additions and 53 deletions

View file

@ -1,20 +1,30 @@
[data-uri-basic.htm] [data-uri-basic.htm]
type: testharness type: testharness
expected: TIMEOUT
[GET responseText] [GET responseText]
expected: FAIL expected: TIMEOUT
[GET Content-Type] [GET Content-Type]
expected: FAIL expected: TIMEOUT
[GET Content-Type with param] [GET Content-Type with param]
expected: FAIL expected: TIMEOUT
[GET getAllResponseHeaders] [GET getAllResponseHeaders]
expected: FAIL expected: TIMEOUT
[POST responseText] [POST responseText]
expected: FAIL expected: TIMEOUT
[POST status] [POST status]
expected: FAIL expected: TIMEOUT
[GET responseText base64]
expected: TIMEOUT
[GET status]
expected: TIMEOUT
[GET statusText]
expected: TIMEOUT

View file

@ -1,29 +1,30 @@
[data-uri.htm] [data-uri.htm]
type: testharness type: testharness
expected: TIMEOUT
[XHR method GET with charset text/plain] [XHR method GET with charset text/plain]
expected: FAIL expected: TIMEOUT
[XHR method GET with charset text/plain (base64)] [XHR method GET with charset text/plain (base64)]
expected: FAIL expected: TIMEOUT
[XHR method GET with charset text/html] [XHR method GET with charset text/html]
expected: FAIL expected: TIMEOUT
[XHR method GET with charset image/png] [XHR method GET with charset image/png]
expected: FAIL expected: TIMEOUT
[XHR method POST with charset text/plain] [XHR method POST with charset text/plain]
expected: FAIL expected: TIMEOUT
[XHR method PUT with charset text/plain] [XHR method PUT with charset text/plain]
expected: FAIL expected: TIMEOUT
[XHR method DELETE with charset text/plain] [XHR method DELETE with charset text/plain]
expected: FAIL expected: TIMEOUT
[XHR method HEAD with charset text/plain] [XHR method HEAD with charset text/plain]
expected: FAIL expected: TIMEOUT
[XHR method UNICORN with charset text/plain] [XHR method UNICORN with charset text/plain]
expected: FAIL expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[open-referer.htm]
type: testharness
[XMLHttpRequest: open() - value of Referer header]
expected: FAIL

View file

@ -1,5 +1,3 @@
[open-url-about-blank-window.htm] [open-url-about-blank-window.htm]
type: testharness type: testharness
[XMLHttpRequest: open() resolving URLs (about:blank iframe)] expected: TIMEOUT
expected: FAIL

View file

@ -1,5 +0,0 @@
[open-url-fragment.htm]
type: testharness
[make sure escaped # is not removed]
expected: FAIL

View file

@ -1,11 +1,5 @@
[responsetext-decoding.htm] [responsetext-decoding.htm]
type: testharness type: testharness
[XMLHttpRequest: responseText decoding (text/plain;charset=windows-1252 %FF)]
expected: FAIL
[XMLHttpRequest: responseText decoding (text/plain %FF)]
expected: FAIL
[XMLHttpRequest: responseText decoding (text/plain %FE%FF)] [XMLHttpRequest: responseText decoding (text/plain %FE%FF)]
expected: FAIL expected: FAIL
@ -18,9 +12,6 @@
[XMLHttpRequest: responseText decoding (text/plain %EF%BB%BF%EF%BB%BF)] [XMLHttpRequest: responseText decoding (text/plain %EF%BB%BF%EF%BB%BF)]
expected: FAIL expected: FAIL
[XMLHttpRequest: responseText decoding (text/plain %C2)]
expected: FAIL
[XMLHttpRequest: responseText decoding (text/xml %FE%FF)] [XMLHttpRequest: responseText decoding (text/xml %FE%FF)]
expected: FAIL expected: FAIL
@ -33,9 +24,9 @@
[XMLHttpRequest: responseText decoding (text/xml %EF%BB%BF%EF%BB%BF)] [XMLHttpRequest: responseText decoding (text/xml %EF%BB%BF%EF%BB%BF)]
expected: FAIL expected: FAIL
[XMLHttpRequest: responseText decoding (text/plain %E3%81%B2)] [XMLHttpRequest: responseText decoding (application/xml %3C%3Fxml%20version%3D\'1.0\'%20encoding%3D\'windows-1252\'%3F%3E%3Cx%3E%FF%3C%2Fx%3E)]
expected: FAIL expected: FAIL
[XMLHttpRequest: responseText decoding (text/xml %3C%3Fxml%20version%3D\'1.0\'%20encoding%3D\'windows-1252\'%3F%3E%3Cx%3E%E3%81%B2%3C%2Fx%3E)] [XMLHttpRequest: responseText decoding (text/html %3C!doctype%20html%3E%3Cmeta%20charset%3Dwindows-1252%3E%FF)]
expected: FAIL expected: FAIL

View file

@ -1,5 +1,6 @@
[send-network-error-async-events.sub.htm] [send-network-error-async-events.sub.htm]
type: testharness type: testharness
expected: TIMEOUT
[XmlHttpRequest: The send() method: Fire a progress event named error when Network error happens (synchronous flag is unset)] [XmlHttpRequest: The send() method: Fire a progress event named error when Network error happens (synchronous flag is unset)]
expected: FAIL expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[send-redirect-infinite-sync.htm]
type: testharness
[XMLHttpRequest: send() - Redirects (infinite loop; sync) (301)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[send-redirect-infinite.htm]
type: testharness
[XMLHttpRequest: send() - Redirects (infinite loop)]
expected: FAIL

View file

@ -1,9 +1,3 @@
[exceptions.html] [exceptions.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[exception.hasOwnProperty("message")]
expected: FAIL
[Object.getOwnPropertyDescriptor(exception, "message")]
expected: FAIL

View file

@ -1,3 +0,0 @@
[Event-constants.html]
type: testharness
expected: TIMEOUT

View file

@ -1,6 +1,3 @@
[Node-appendChild.html] [Node-appendChild.html]
type: testharness type: testharness
expected: TIMEOUT expected: TIMEOUT
[WebIDL tests]
expected: TIMEOUT

View file

@ -1,3 +1,3 @@
[Node-compareDocumentPosition.html] [Node-compareDocumentPosition.html]
type: testharness type: testharness
expected: TIMEOUT expected: ERROR

View file

@ -1,3 +0,0 @@
[Node-constants.html]
type: testharness
expected: TIMEOUT

View file

@ -1,3 +1,3 @@
[Node-contains.html] [Node-contains.html]
type: testharness type: testharness
expected: TIMEOUT expected: ERROR

View file

@ -1,3 +1,3 @@
[Node-properties.html] [Node-properties.html]
type: testharness type: testharness
expected: TIMEOUT expected: ERROR