Skip to content

Commit

Permalink
Update WPT expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed Nov 11, 2016
1 parent a5c2c0b commit a39d1fa
Show file tree
Hide file tree
Showing 50 changed files with 13 additions and 375 deletions.

This file was deleted.

Expand Up @@ -9,9 +9,6 @@
[dedicated worker - EventSource: constructor (act as if there is a network error) (ftp://example.not/)]
expected: FAIL

[dedicated worker - EventSource: constructor (act as if there is a network error) (about:blank)]
expected: FAIL

[dedicated worker - EventSource: constructor (act as if there is a network error) (mailto:whatwg@awesome.example)]
expected: FAIL

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/event-data.html.ini

This file was deleted.

3 changes: 0 additions & 3 deletions tests/wpt/metadata/eventsource/eventsource-close.htm.ini
@@ -1,8 +1,5 @@
[eventsource-close.htm]
type: testharness
[EventSource: close()]
expected: FAIL

[EventSource: close(), test events]
expected: FAIL

This file was deleted.

Expand Up @@ -9,9 +9,6 @@
[EventSource: constructor (act as if there is a network error) (ftp://example.not/)]
expected: FAIL

[EventSource: constructor (act as if there is a network error) (about:blank)]
expected: FAIL

[EventSource: constructor (act as if there is a network error) (mailto:whatwg@awesome.example)]
expected: FAIL

Expand Down

This file was deleted.

This file was deleted.

@@ -1,13 +1,14 @@
[eventsource-cross-origin.htm]
type: testharness
expected: TIMEOUT
[EventSource: cross-origin basic use]
expected: FAIL
expected: TIMEOUT

[EventSource: cross-origin redirect use]
expected: FAIL
expected: TIMEOUT

[EventSource: cross-origin redirect use recon]
expected: FAIL
expected: TIMEOUT

[EventSource: cross-origin allow-origin: http://example.org should fail]
expected: FAIL
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/eventsource-onmessage.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/eventsource-onopen.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/eventsource-prototype.htm.ini

This file was deleted.

8 changes: 0 additions & 8 deletions tests/wpt/metadata/eventsource/eventsource-reconnect.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/eventsource-url.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-bom-2.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-comments.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-field-data.htm.ini

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-field-event.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-field-id-2.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-field-id.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-field-parsing.htm.ini

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-field-retry.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-field-unknown.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-leading-space.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-mime-bogus.htm.ini

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-newlines.htm.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-null-character.html.ini

This file was deleted.

5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/format-utf-8.htm.ini

This file was deleted.

82 changes: 0 additions & 82 deletions tests/wpt/metadata/eventsource/interfaces.html.ini
Expand Up @@ -8,85 +8,3 @@

[Stringification of new EventSource("http://foo")]
expected: FAIL

[EventSource interface object length]
expected: FAIL

[EventSource interface object name]
expected: FAIL

[EventSource interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[EventSource interface: attribute url]
expected: FAIL
[EventSource interface: attribute withCredentials]
expected: FAIL
[EventSource interface: constant CONNECTING on interface object]
expected: FAIL
[EventSource interface: constant CONNECTING on interface prototype object]
expected: FAIL
[EventSource interface: constant OPEN on interface object]
expected: FAIL
[EventSource interface: constant OPEN on interface prototype object]
expected: FAIL
[EventSource interface: constant CLOSED on interface object]
expected: FAIL
[EventSource interface: constant CLOSED on interface prototype object]
expected: FAIL
[EventSource interface: attribute readyState]
expected: FAIL
[EventSource interface: attribute onopen]
expected: FAIL
[EventSource interface: attribute onmessage]
expected: FAIL
[EventSource interface: attribute onerror]
expected: FAIL
[EventSource interface: operation close()]
expected: FAIL
[EventSource must be primary interface of new EventSource("http://foo")]
expected: FAIL
[EventSource interface: new EventSource("http://foo") must inherit property "url" with the proper type (0)]
expected: FAIL
[EventSource interface: new EventSource("http://foo") must inherit property "withCredentials" with the proper type (1)]
expected: FAIL
[EventSource interface: new EventSource("http://foo") must inherit property "CONNECTING" with the proper type (2)]
expected: FAIL
[EventSource interface: new EventSource("http://foo") must inherit property "OPEN" with the proper type (3)]
expected: FAIL
[EventSource interface: new EventSource("http://foo") must inherit property "CLOSED" with the proper type (4)]
expected: FAIL
[EventSource interface: new EventSource("http://foo") must inherit property "readyState" with the proper type (5)]
expected: FAIL
[EventSource interface: new EventSource("http://foo") must inherit property "onopen" with the proper type (6)]
expected: FAIL
[EventSource interface: new EventSource("http://foo") must inherit property "onmessage" with the proper type (7)]
expected: FAIL
[EventSource interface: new EventSource("http://foo") must inherit property "onerror" with the proper type (8)]
expected: FAIL
[EventSource interface: new EventSource("http://foo") must inherit property "close" with the proper type (9)]
expected: FAIL
5 changes: 0 additions & 5 deletions tests/wpt/metadata/eventsource/request-accept.htm.ini

This file was deleted.

6 changes: 3 additions & 3 deletions tests/wpt/metadata/eventsource/request-cache-control.htm.ini
@@ -1,8 +1,8 @@
[request-cache-control.htm]
type: testharness
expected: TIMEOUT
[EventSource: Cache-Control]
expected: FAIL
expected: TIMEOUT

[EventSource: Cache-Control 1]
expected: FAIL

expected: TIMEOUT
7 changes: 4 additions & 3 deletions tests/wpt/metadata/eventsource/request-credentials.htm.ini
@@ -1,11 +1,12 @@
[request-credentials.htm]
type: testharness
expected: TIMEOUT
[EventSource: credentials: credentials enabled]
expected: FAIL
expected: TIMEOUT

[EventSource: credentials: credentials disabled]
expected: FAIL
expected: TIMEOUT

[EventSource: credentials: credentials default]
expected: FAIL
expected: TIMEOUT

0 comments on commit a39d1fa

Please sign in to comment.