aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-09-12 16:01:45 +0200
committerMs2ger <Ms2ger@gmail.com>2016-09-12 17:37:14 +0200
commit2b109ce490d8bb9ba847f320d0c1529f427ea44c (patch)
treeac7fa860355b08c594ba8059e4343d2df1ee643c
parent72645923972aab03e589510b252abcff13ec5b9b (diff)
downloadservo-2b109ce490d8bb9ba847f320d0c1529f427ea44c.tar.gz
servo-2b109ce490d8bb9ba847f320d0c1529f427ea44c.zip
Classify some more test failures.
-rw-r--r--tests/wpt/metadata/dom/events/AddEventListenerOptions-once.html.ini1
-rw-r--r--tests/wpt/metadata/dom/events/AddEventListenerOptions-passive.html.ini1
-rw-r--r--tests/wpt/metadata/dom/events/EventListener-incumbent-global-1.sub.html.ini1
-rw-r--r--tests/wpt/metadata/dom/events/EventListener-incumbent-global-2.sub.html.ini1
-rw-r--r--tests/wpt/metadata/dom/events/EventListenerOptions-capture.html.ini1
-rw-r--r--tests/wpt/metadata/webstorage/document-domain.html.ini1
-rw-r--r--tests/wpt/metadata/webstorage/storage_local_window_open.html.ini1
-rw-r--r--tests/wpt/metadata/webstorage/storage_session_window_open.html.ini1
-rw-r--r--tests/wpt/metadata/workers/baseurl/alpha/sharedworker.html.ini1
-rw-r--r--tests/wpt/metadata/workers/interfaces/WorkerUtils/navigator/007.html.ini1
-rw-r--r--tests/wpt/metadata/workers/semantics/encodings/002.html.ini1
-rw-r--r--tests/wpt/metadata/workers/semantics/encodings/004.html.ini1
-rw-r--r--tests/wpt/metadata/workers/semantics/encodings/004.worker.js.ini1
13 files changed, 13 insertions, 0 deletions
diff --git a/tests/wpt/metadata/dom/events/AddEventListenerOptions-once.html.ini b/tests/wpt/metadata/dom/events/AddEventListenerOptions-once.html.ini
index fb69b38b0a4..ecd6852e1c5 100644
--- a/tests/wpt/metadata/dom/events/AddEventListenerOptions-once.html.ini
+++ b/tests/wpt/metadata/dom/events/AddEventListenerOptions-once.html.ini
@@ -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
diff --git a/tests/wpt/metadata/dom/events/AddEventListenerOptions-passive.html.ini b/tests/wpt/metadata/dom/events/AddEventListenerOptions-passive.html.ini
index 533af41e052..5a7b0d1a781 100644
--- a/tests/wpt/metadata/dom/events/AddEventListenerOptions-passive.html.ini
+++ b/tests/wpt/metadata/dom/events/AddEventListenerOptions-passive.html.ini
@@ -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
diff --git a/tests/wpt/metadata/dom/events/EventListener-incumbent-global-1.sub.html.ini b/tests/wpt/metadata/dom/events/EventListener-incumbent-global-1.sub.html.ini
index 33d317a4a9d..6ccaa38b742 100644
--- a/tests/wpt/metadata/dom/events/EventListener-incumbent-global-1.sub.html.ini
+++ b/tests/wpt/metadata/dom/events/EventListener-incumbent-global-1.sub.html.ini
@@ -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
diff --git a/tests/wpt/metadata/dom/events/EventListener-incumbent-global-2.sub.html.ini b/tests/wpt/metadata/dom/events/EventListener-incumbent-global-2.sub.html.ini
index bebe731049b..b5941dc2e24 100644
--- a/tests/wpt/metadata/dom/events/EventListener-incumbent-global-2.sub.html.ini
+++ b/tests/wpt/metadata/dom/events/EventListener-incumbent-global-2.sub.html.ini
@@ -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
diff --git a/tests/wpt/metadata/dom/events/EventListenerOptions-capture.html.ini b/tests/wpt/metadata/dom/events/EventListenerOptions-capture.html.ini
index 5733103af38..2a077231268 100644
--- a/tests/wpt/metadata/dom/events/EventListenerOptions-capture.html.ini
+++ b/tests/wpt/metadata/dom/events/EventListenerOptions-capture.html.ini
@@ -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
diff --git a/tests/wpt/metadata/webstorage/document-domain.html.ini b/tests/wpt/metadata/webstorage/document-domain.html.ini
index d039f44c41a..25c7df4ba92 100644
--- a/tests/wpt/metadata/webstorage/document-domain.html.ini
+++ b/tests/wpt/metadata/webstorage/document-domain.html.ini
@@ -1,5 +1,6 @@
[document-domain.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/934
[localStorage and document.domain]
expected: FAIL
diff --git a/tests/wpt/metadata/webstorage/storage_local_window_open.html.ini b/tests/wpt/metadata/webstorage/storage_local_window_open.html.ini
index e8e80e3126b..45787f2fd72 100644
--- a/tests/wpt/metadata/webstorage/storage_local_window_open.html.ini
+++ b/tests/wpt/metadata/webstorage/storage_local_window_open.html.ini
@@ -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
diff --git a/tests/wpt/metadata/webstorage/storage_session_window_open.html.ini b/tests/wpt/metadata/webstorage/storage_session_window_open.html.ini
index 555a8e32fdd..67acde31b2d 100644
--- a/tests/wpt/metadata/webstorage/storage_session_window_open.html.ini
+++ b/tests/wpt/metadata/webstorage/storage_session_window_open.html.ini
@@ -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
diff --git a/tests/wpt/metadata/workers/baseurl/alpha/sharedworker.html.ini b/tests/wpt/metadata/workers/baseurl/alpha/sharedworker.html.ini
index de9df5b161e..ecb1c2c4210 100644
--- a/tests/wpt/metadata/workers/baseurl/alpha/sharedworker.html.ini
+++ b/tests/wpt/metadata/workers/baseurl/alpha/sharedworker.html.ini
@@ -1,5 +1,6 @@
[sharedworker.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/7458
[Base URL in workers: new SharedWorker()]
expected: FAIL
diff --git a/tests/wpt/metadata/workers/interfaces/WorkerUtils/navigator/007.html.ini b/tests/wpt/metadata/workers/interfaces/WorkerUtils/navigator/007.html.ini
index da00d503cb8..bee2e366a86 100644
--- a/tests/wpt/metadata/workers/interfaces/WorkerUtils/navigator/007.html.ini
+++ b/tests/wpt/metadata/workers/interfaces/WorkerUtils/navigator/007.html.ini
@@ -1,5 +1,6 @@
[007.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/12414
[readonlyness of members of Navigator]
expected: FAIL
diff --git a/tests/wpt/metadata/workers/semantics/encodings/002.html.ini b/tests/wpt/metadata/workers/semantics/encodings/002.html.ini
index f975a3b32ee..f11bb47d958 100644
--- a/tests/wpt/metadata/workers/semantics/encodings/002.html.ini
+++ b/tests/wpt/metadata/workers/semantics/encodings/002.html.ini
@@ -1,5 +1,6 @@
[002.html]
type: testharness
[encoding, shared worker]
+ bug: https://github.com/servo/servo/issues/7458
expected: FAIL
diff --git a/tests/wpt/metadata/workers/semantics/encodings/004.html.ini b/tests/wpt/metadata/workers/semantics/encodings/004.html.ini
index de4e685b23f..ae40457a53c 100644
--- a/tests/wpt/metadata/workers/semantics/encodings/004.html.ini
+++ b/tests/wpt/metadata/workers/semantics/encodings/004.html.ini
@@ -1,5 +1,6 @@
[004.html]
type: testharness
[URL encoding, shared worker]
+ bug: https://github.com/servo/servo/issues/7458
expected: FAIL
diff --git a/tests/wpt/metadata/workers/semantics/encodings/004.worker.js.ini b/tests/wpt/metadata/workers/semantics/encodings/004.worker.js.ini
index e4a34597ae2..8549c205d1f 100644
--- a/tests/wpt/metadata/workers/semantics/encodings/004.worker.js.ini
+++ b/tests/wpt/metadata/workers/semantics/encodings/004.worker.js.ini
@@ -1,3 +1,4 @@
[004.worker]
type: testharness
+ bug: https://github.com/servo/servo/issues/13247
expected: CRASH