mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
Classify some more test failures.
This commit is contained in:
parent
7264592397
commit
2b109ce490
13 changed files with 13 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
[AddEventListenerOptions-once.html]
|
[AddEventListenerOptions-once.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13242
|
||||||
[Once listener should be invoked only once]
|
[Once listener should be invoked only once]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[AddEventListenerOptions-passive.html]
|
[AddEventListenerOptions-passive.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13243
|
||||||
[Supports passive option on addEventListener only]
|
[Supports passive option on addEventListener only]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[EventListener-incumbent-global-1.sub.html]
|
[EventListener-incumbent-global-1.sub.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/12715
|
||||||
[Check the incumbent global EventListeners are called with]
|
[Check the incumbent global EventListeners are called with]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[EventListener-incumbent-global-2.sub.html]
|
[EventListener-incumbent-global-2.sub.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/12715
|
||||||
[Check the incumbent global EventListeners are called with]
|
[Check the incumbent global EventListeners are called with]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[EventListenerOptions-capture.html]
|
[EventListenerOptions-capture.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/9785
|
||||||
[Capture option should be honored correctly]
|
[Capture option should be honored correctly]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[document-domain.html]
|
[document-domain.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/934
|
||||||
[localStorage and document.domain]
|
[localStorage and document.domain]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[storage_local_window_open.html]
|
[storage_local_window_open.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13241
|
||||||
[A new window to make sure there is a copy of the previous window's localStorage, and that they do not diverge after a change]
|
[A new window to make sure there is a copy of the previous window's localStorage, and that they do not diverge after a change]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[storage_session_window_open.html]
|
[storage_session_window_open.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13241
|
||||||
[A new window to make sure there is a copy of the previous window's sessionStorage, and that they diverge after a change]
|
[A new window to make sure there is a copy of the previous window's sessionStorage, and that they diverge after a change]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[sharedworker.html]
|
[sharedworker.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/7458
|
||||||
[Base URL in workers: new SharedWorker()]
|
[Base URL in workers: new SharedWorker()]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[007.html]
|
[007.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/12414
|
||||||
[readonlyness of members of Navigator]
|
[readonlyness of members of Navigator]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[002.html]
|
[002.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[encoding, shared worker]
|
[encoding, shared worker]
|
||||||
|
bug: https://github.com/servo/servo/issues/7458
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
[004.html]
|
[004.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
[URL encoding, shared worker]
|
[URL encoding, shared worker]
|
||||||
|
bug: https://github.com/servo/servo/issues/7458
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
[004.worker]
|
[004.worker]
|
||||||
type: testharness
|
type: testharness
|
||||||
|
bug: https://github.com/servo/servo/issues/13247
|
||||||
expected: CRASH
|
expected: CRASH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue