Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable cors and redirect fetch tests. #14070

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Enable cors and redirect fetch tests.

  • Loading branch information
jdm committed Nov 7, 2016
commit 3945de341204da376c9ddb449bfbca1eee7f0513
@@ -19,12 +19,6 @@ skip: true
skip: false
[fetch]
skip: false
[api]
skip: false
[cors]
skip: true
[redirect]
skip: true
[FileAPI]
skip: false
[hr-time]
@@ -8,3 +8,4 @@

[Element in HTML namespace, prefix, non-ascii characters in name]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Shouldn't be able to set unsigned properties on a HTMLCollection (strict mode)]
expected: FAIL
@@ -2,3 +2,4 @@
type: testharness
[Shouldn't be able to set unsigned properties on a HTMLCollection (strict mode)]
expected: FAIL
@@ -1,4 +1,5 @@
[cors-redirect-credentials-worker.html]
disabled: https://github.com/servo/servo/issues/13441
type: testharness
[Redirect 301 from remote to same remote with user and password]
expected: FAIL
@@ -1,4 +1,5 @@
[cors-redirect-credentials.html]
disabled: https://github.com/servo/servo/issues/13441
type: testharness
[Redirect 301 from remote to same remote with user and password]
expected: FAIL
@@ -1,4 +1,5 @@
[cors-redirect-preflight-worker.html]
disabled: https://github.com/servo/servo/issues/13441
type: testharness
[Redirect 301: same origin to cors (preflight after redirection success case)]
expected: FAIL
@@ -1,4 +1,5 @@
[cors-redirect-preflight.html]
disabled: https://github.com/servo/servo/issues/13441
type: testharness
[Redirect 301: same origin to cors (preflight after redirection success case)]
expected: FAIL
@@ -1,6 +1,6 @@
[redirect-location-worker.html]
disabled: https://github.com/servo/servo/issues/13441
type: testharness
expected: TIMEOUT
[Redirect 301 in "manual" mode with invalid location]
expected: FAIL

@@ -19,33 +19,30 @@
[Redirect 303 in "manual" mode with data location]
expected: FAIL

[Redirect 307 in "follow" mode with invalid location]
expected: TIMEOUT

[Redirect 307 in "manual" mode with invalid location]
expected: NOTRUN
expected: FAIL

[Redirect 307 in "follow" mode with data location]
expected: NOTRUN
expected: FAIL

[Redirect 307 in "manual" mode with data location]
expected: NOTRUN

[Redirect 308 in "follow" mode without location]
expected: NOTRUN

[Redirect 308 in "manual" mode without location]
expected: NOTRUN

[Redirect 308 in "follow" mode with invalid location]
expected: NOTRUN
expected: FAIL

[Redirect 308 in "manual" mode with invalid location]
expected: NOTRUN
expected: FAIL

[Redirect 308 in "follow" mode with data location]
expected: NOTRUN
expected: FAIL

[Redirect 308 in "manual" mode with data location]
expected: NOTRUN
expected: FAIL

[Redirect 301 in "follow" mode with data location]
expected: FAIL

[Redirect 302 in "follow" mode with data location]
expected: FAIL

[Redirect 303 in "follow" mode with data location]
expected: FAIL

@@ -1,6 +1,6 @@
[redirect-location.html]
disabled: https://github.com/servo/servo/issues/13441
type: testharness
expected: TIMEOUT
[Redirect 301 in "manual" mode with invalid location]
expected: FAIL

@@ -19,33 +19,30 @@
[Redirect 303 in "manual" mode with data location]
expected: FAIL

[Redirect 307 in "follow" mode with invalid location]
expected: TIMEOUT

[Redirect 307 in "manual" mode with invalid location]
expected: NOTRUN
expected: FAIL

[Redirect 307 in "follow" mode with data location]
expected: NOTRUN
expected: FAIL

[Redirect 307 in "manual" mode with data location]
expected: NOTRUN

[Redirect 308 in "follow" mode without location]
expected: NOTRUN

[Redirect 308 in "manual" mode without location]
expected: NOTRUN

[Redirect 308 in "follow" mode with invalid location]
expected: NOTRUN
expected: FAIL

[Redirect 308 in "manual" mode with invalid location]
expected: NOTRUN
expected: FAIL

[Redirect 308 in "follow" mode with data location]
expected: NOTRUN
expected: FAIL

[Redirect 308 in "manual" mode with data location]
expected: NOTRUN
expected: FAIL

[Redirect 301 in "follow" mode with data location]
expected: FAIL

[Redirect 302 in "follow" mode with data location]
expected: FAIL

[Redirect 303 in "follow" mode with data location]
expected: FAIL

@@ -3,3 +3,6 @@
[Fetch: handling different schemes in redirects 3]
expected: FAIL

[Fetch: handling different schemes in redirects 1]
expected: FAIL

@@ -6,3 +6,12 @@
[Testing data URL loading after cross-origin redirection (no-cors mode)]
expected: FAIL

[Testing data URL loading after same-origin redirection (cors mode)]
expected: FAIL

[Testing data URL loading after same-origin redirection (same-origin mode)]
expected: FAIL

[Testing data URL loading after cross-origin redirection (cors mode)]
expected: FAIL

@@ -6,3 +6,12 @@
[Testing data URL loading after cross-origin redirection (no-cors mode)]
expected: FAIL

[Testing data URL loading after same-origin redirection (cors mode)]
expected: FAIL

[Testing data URL loading after same-origin redirection (same-origin mode)]
expected: FAIL

[Testing data URL loading after cross-origin redirection (cors mode)]
expected: FAIL

@@ -1,6 +1,6 @@
[uninitialized-test.html]
type: testharness
disabled: https://github.com/servo/servo/issues/13710

[WebGL test #1: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

@@ -1,7 +1,6 @@
[renderbuffer-initialization.html]
type: testharness
disabled: https://github.com/servo/servo/issues/13710

[WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

@@ -10,3 +9,4 @@

[WebGL test #2: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).]
expected: FAIL

@@ -11,3 +11,4 @@

[The PageTransitionEvent interface object should not be exposed.]
expected: FAIL

@@ -1,7 +1,6 @@
[matchMedia.html]
type: testharness
expected: OK

[window.matchMedia exists]
expected: FAIL

@@ -13,3 +12,4 @@

[Resize iframe from 200x100 to 200x50, then to 100x50]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[disconnect() called during getCharacteristic. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range with UUID. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[disconnect() called during getCharacteristics. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[disconnect() called during getCharacteristics. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[disconnect() called during getDescriptor. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[disconnect() called during getDescriptors. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[disconnect() called during getDescriptors. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[disconnect() called during getPrimaryService. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[disconnect() called during getPrimaryServices. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[disconnect() called during getPrimaryServices. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

@@ -2,3 +2,4 @@
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

This file was deleted.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.