aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-09-12 07:04:27 -0500
committerGitHub <noreply@github.com>2016-09-12 07:04:27 -0500
commit6cb43f213eb775fe2468b7ba41a8a93a0351b74c (patch)
tree3be1e5d9389575cf2f0a354f16a9983da64ed8b0
parent77651959e2ccab73d6785a67e242d85445e81dfb (diff)
parent857cb39ba6ee10190d91293de71833441439cafd (diff)
downloadservo-6cb43f213eb775fe2468b7ba41a8a93a0351b74c.tar.gz
servo-6cb43f213eb775fe2468b7ba41a8a93a0351b74c.zip
Auto merge of #13240 - servo:test-bugs, r=jdm
Classify encoding test failures. <!-- 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/13240) <!-- Reviewable:end -->
-rw-r--r--tests/wpt/metadata/encoding/api-basics.html.ini10
-rw-r--r--tests/wpt/metadata/encoding/big5-encoder.html.ini1
-rw-r--r--tests/wpt/metadata/encoding/gb18030-encoder.html.ini1
-rw-r--r--tests/wpt/metadata/encoding/gbk-encoder.html.ini1
-rw-r--r--tests/wpt/metadata/encoding/idlharness.html.ini2
-rw-r--r--tests/wpt/metadata/encoding/iso-2022-jp-decoder.html.ini1
-rw-r--r--tests/wpt/metadata/encoding/iso-2022-jp-encoder.html.ini1
-rw-r--r--tests/wpt/metadata/encoding/textdecoder-byte-order-marks.html.ini1
-rw-r--r--tests/wpt/metadata/encoding/textdecoder-fatal-streaming.html.ini1
-rw-r--r--tests/wpt/metadata/encoding/textdecoder-ignorebom.html.ini1
-rw-r--r--tests/wpt/metadata/encoding/textdecoder-labels.html.ini1
-rw-r--r--tests/wpt/metadata/encoding/textdecoder-streaming.html.ini1
-rw-r--r--tests/wpt/metadata/encoding/textencoder-constructor-non-utf.html.ini1
13 files changed, 14 insertions, 9 deletions
diff --git a/tests/wpt/metadata/encoding/api-basics.html.ini b/tests/wpt/metadata/encoding/api-basics.html.ini
index df28ac82e8a..4d672211178 100644
--- a/tests/wpt/metadata/encoding/api-basics.html.ini
+++ b/tests/wpt/metadata/encoding/api-basics.html.ini
@@ -1,17 +1,9 @@
[api-basics.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13236
[Encode/decode round trip: utf-8]
expected: FAIL
- [Encode/decode round trip: utf-16le]
- expected: FAIL
-
- [Encode/decode round trip: utf-16be]
- expected: FAIL
-
- [Encode/decode round trip: utf-16]
- expected: FAIL
-
[Decode sample: utf-16le]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/big5-encoder.html.ini b/tests/wpt/metadata/encoding/big5-encoder.html.ini
index 431c4e64541..28540028661 100644
--- a/tests/wpt/metadata/encoding/big5-encoder.html.ini
+++ b/tests/wpt/metadata/encoding/big5-encoder.html.ini
@@ -1,5 +1,6 @@
[big5-encoder.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13238
[big5 encoder: Highest-pointer BMP character excluded from encoder]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/gb18030-encoder.html.ini b/tests/wpt/metadata/encoding/gb18030-encoder.html.ini
index f62ff10c0f2..0eb0b50176f 100644
--- a/tests/wpt/metadata/encoding/gb18030-encoder.html.ini
+++ b/tests/wpt/metadata/encoding/gb18030-encoder.html.ini
@@ -1,5 +1,6 @@
[gb18030-encoder.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13238
[gb18030 encoder: Euro]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/gbk-encoder.html.ini b/tests/wpt/metadata/encoding/gbk-encoder.html.ini
index 7450b41b6ed..47f6303e8f5 100644
--- a/tests/wpt/metadata/encoding/gbk-encoder.html.ini
+++ b/tests/wpt/metadata/encoding/gbk-encoder.html.ini
@@ -1,5 +1,6 @@
[gbk-encoder.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13238
[gbk encoder: Euro]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/idlharness.html.ini b/tests/wpt/metadata/encoding/idlharness.html.ini
index b7f3a8981a9..f06e556e736 100644
--- a/tests/wpt/metadata/encoding/idlharness.html.ini
+++ b/tests/wpt/metadata/encoding/idlharness.html.ini
@@ -1,8 +1,10 @@
[idlharness.html]
type: testharness
[TextDecoder interface: attribute ignoreBOM]
+ bug: https://github.com/servo/servo/issues/5600
expected: FAIL
[TextDecoder interface: new TextDecoder() must inherit property "ignoreBOM" with the proper type (2)]
+ bug: https://github.com/servo/servo/issues/5600
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/iso-2022-jp-decoder.html.ini b/tests/wpt/metadata/encoding/iso-2022-jp-decoder.html.ini
index ace8b904e2b..cb04667fae2 100644
--- a/tests/wpt/metadata/encoding/iso-2022-jp-decoder.html.ini
+++ b/tests/wpt/metadata/encoding/iso-2022-jp-decoder.html.ini
@@ -1,5 +1,6 @@
[iso-2022-jp-decoder.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13239
[iso-2022-jp decoder: Error ESC]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/iso-2022-jp-encoder.html.ini b/tests/wpt/metadata/encoding/iso-2022-jp-encoder.html.ini
index cbecd5b6130..9b26f88c285 100644
--- a/tests/wpt/metadata/encoding/iso-2022-jp-encoder.html.ini
+++ b/tests/wpt/metadata/encoding/iso-2022-jp-encoder.html.ini
@@ -1,5 +1,6 @@
[iso-2022-jp-encoder.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13238
[iso-2022-jp encoder: basics]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/textdecoder-byte-order-marks.html.ini b/tests/wpt/metadata/encoding/textdecoder-byte-order-marks.html.ini
index fa837cc8892..c17b08ebbde 100644
--- a/tests/wpt/metadata/encoding/textdecoder-byte-order-marks.html.ini
+++ b/tests/wpt/metadata/encoding/textdecoder-byte-order-marks.html.ini
@@ -1,5 +1,6 @@
[textdecoder-byte-order-marks.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13233
[Byte-order marks: utf-8]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/textdecoder-fatal-streaming.html.ini b/tests/wpt/metadata/encoding/textdecoder-fatal-streaming.html.ini
index 94b88d455d7..6aad19bc5e6 100644
--- a/tests/wpt/metadata/encoding/textdecoder-fatal-streaming.html.ini
+++ b/tests/wpt/metadata/encoding/textdecoder-fatal-streaming.html.ini
@@ -1,5 +1,6 @@
[textdecoder-fatal-streaming.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13234
[Fatal flag, streaming cases]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/textdecoder-ignorebom.html.ini b/tests/wpt/metadata/encoding/textdecoder-ignorebom.html.ini
index dc08914054f..af7e2247de2 100644
--- a/tests/wpt/metadata/encoding/textdecoder-ignorebom.html.ini
+++ b/tests/wpt/metadata/encoding/textdecoder-ignorebom.html.ini
@@ -1,5 +1,6 @@
[textdecoder-ignorebom.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/5600
[BOM is ignored if ignoreBOM option is specified: utf-8]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/textdecoder-labels.html.ini b/tests/wpt/metadata/encoding/textdecoder-labels.html.ini
index 749b68cc6f8..c6c652f72c5 100644
--- a/tests/wpt/metadata/encoding/textdecoder-labels.html.ini
+++ b/tests/wpt/metadata/encoding/textdecoder-labels.html.ini
@@ -1,5 +1,6 @@
[textdecoder-labels.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13232
["ms932" => "shift_jis"]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/textdecoder-streaming.html.ini b/tests/wpt/metadata/encoding/textdecoder-streaming.html.ini
index 72333e5be3a..814fd8dbecd 100644
--- a/tests/wpt/metadata/encoding/textdecoder-streaming.html.ini
+++ b/tests/wpt/metadata/encoding/textdecoder-streaming.html.ini
@@ -1,5 +1,6 @@
[textdecoder-streaming.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13234
[Streaming decode: utf-16le, 1 byte window]
expected: FAIL
diff --git a/tests/wpt/metadata/encoding/textencoder-constructor-non-utf.html.ini b/tests/wpt/metadata/encoding/textencoder-constructor-non-utf.html.ini
index 1e475829d28..1005a7d11de 100644
--- a/tests/wpt/metadata/encoding/textencoder-constructor-non-utf.html.ini
+++ b/tests/wpt/metadata/encoding/textencoder-constructor-non-utf.html.ini
@@ -1,5 +1,6 @@
[textencoder-constructor-non-utf.html]
type: testharness
+ bug: https://github.com/servo/servo/issues/13231
[Encoding argument not considered for encode: ibm866]
expected: FAIL