Update expectations for wpt tests under /XMLHttpRequest

Following tests are re-enabled:
* /XMLHttpRequest/send-network-error-async-events.sub.htm
* /XMLHttpRequest/send-network-error-sync-events.sub.htm
* /XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html
* /XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html
* /XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html
* /XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html

Following tests are disabled:
* /XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html

The following tests are expected to timeout since window.postMessage is
not implemented yet:

* /XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html
* /XMLHttpRequest/xmlhttprequest-timeout-overrides.html
* /XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html
This commit is contained in:
Mukilan Thiyagarajan 2014-11-04 08:20:46 +05:30
parent 7435db26ac
commit 9bafd5f28a
11 changed files with 17 additions and 39 deletions

View file

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

View file

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

View file

@ -1,5 +0,0 @@
[send-network-error-sync-events.sub.htm]
type: testharness
[XmlHttpRequest: The send() method: Throw a "throw an "NetworkError" exception when Network error happens (synchronous flag is set)]
expected: FAIL

View file

@ -1,3 +1,3 @@
[xmlhttprequest-timeout-abortedonmain.html]
type: testharness
expected: CRASH
expected: TIMEOUT

View file

@ -1,3 +1,3 @@
[xmlhttprequest-timeout-overrides.html]
type: testharness
expected: CRASH
expected: TIMEOUT

View file

@ -1,3 +1,3 @@
[xmlhttprequest-timeout-overridesexpires.html]
type: testharness
expected: CRASH
expected: TIMEOUT

View file

@ -1,3 +0,0 @@
[xmlhttprequest-timeout-worker-aborted.html]
type: testharness
expected: TIMEOUT

View file

@ -1,3 +0,0 @@
[xmlhttprequest-timeout-worker-overrides.html]
type: testharness
expected: TIMEOUT

View file

@ -1,3 +1,6 @@
[xmlhttprequest-timeout-worker-overridesexpires.html]
type: testharness
expected: TIMEOUT
[Timeout test: timeout set to expired value before load fires, original timeout at 1000, reset at 400 to 300]
disabled: racy test

View file

@ -1,3 +0,0 @@
[xmlhttprequest-timeout-worker-simple.html]
type: testharness
expected: TIMEOUT

View file

@ -1,4 +0,0 @@
[xmlhttprequest-timeout-worker-twice.html]
type: testharness
disabled: xhr issue #3630
expected: TIMEOUT