mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #13251 - servo:test-bugs, r=jdm
Classify some more test failures and enable some disabled tests. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13251) <!-- Reviewable:end -->
This commit is contained in:
commit
35ea9c5063
16 changed files with 13 additions and 9 deletions
|
@ -1,5 +1,6 @@
|
|||
[AddEventListenerOptions-once.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13242
|
||||
[Once listener should be invoked only once]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[AddEventListenerOptions-passive.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13243
|
||||
[Supports passive option on addEventListener only]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[EventListener-incumbent-global-1.sub.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/12715
|
||||
[Check the incumbent global EventListeners are called with]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[EventListener-incumbent-global-2.sub.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/12715
|
||||
[Check the incumbent global EventListeners are called with]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[EventListenerOptions-capture.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/9785
|
||||
[Capture option should be honored correctly]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[document-domain.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/934
|
||||
[localStorage and document.domain]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[storage_local_window_open.html]
|
||||
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]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[storage_session_window_open.html]
|
||||
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]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[sharedworker.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/7458
|
||||
[Base URL in workers: new SharedWorker()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[004.html]
|
||||
type: testharness
|
||||
disabled: flaky crash detection
|
|
@ -1,3 +0,0 @@
|
|||
[005.html]
|
||||
type: testharness
|
||||
disabled: flaky crash detection
|
|
@ -1,3 +0,0 @@
|
|||
[006.html]
|
||||
type: testharness
|
||||
disabled: flaky crash detection
|
|
@ -1,5 +1,6 @@
|
|||
[007.html]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/12414
|
||||
[readonlyness of members of Navigator]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[002.html]
|
||||
type: testharness
|
||||
[encoding, shared worker]
|
||||
bug: https://github.com/servo/servo/issues/7458
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[004.html]
|
||||
type: testharness
|
||||
[URL encoding, shared worker]
|
||||
bug: https://github.com/servo/servo/issues/7458
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[004.worker]
|
||||
type: testharness
|
||||
bug: https://github.com/servo/servo/issues/13247
|
||||
expected: CRASH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue