Test result updates for tests using promise_test.

This commit is contained in:
Josh Matthews
2016-08-25 11:16:55 -04:00
parent 498ccd41e8
commit 54d2060eae
109 changed files with 8499 additions and 220 deletions

View File

@@ -1,6 +1,62 @@
[text-utf8.html]
type: testharness
expected: ERROR
[UTF-8 with BOM with Request.text()]
expected: NOTRUN
expected: FAIL
[UTF-8 with BOM with Response.text()]
expected: FAIL
[UTF-8 with BOM with fetched data (UTF-8 charset)]
expected: FAIL
[UTF-8 with BOM with fetched data (UTF-16 charset)]
expected: FAIL
[UTF-8 without BOM with Request.text()]
expected: FAIL
[UTF-8 without BOM with Response.text()]
expected: FAIL
[UTF-8 without BOM with fetched data (UTF-8 charset)]
expected: FAIL
[UTF-8 without BOM with fetched data (UTF-16 charset)]
expected: FAIL
[UTF-16BE with BOM decoded as UTF-8 with Request.text()]
expected: FAIL
[UTF-16BE with BOM decoded as UTF-8 with Response.text()]
expected: FAIL
[UTF-16BE with BOM decoded as UTF-8 with fetched data (UTF-8 charset)]
expected: FAIL
[UTF-16BE with BOM decoded as UTF-8 with fetched data (UTF-16 charset)]
expected: FAIL
[UTF-16LE with BOM decoded as UTF-8 with Request.text()]
expected: FAIL
[UTF-16LE with BOM decoded as UTF-8 with Response.text()]
expected: FAIL
[UTF-16LE with BOM decoded as UTF-8 with fetched data (UTF-8 charset)]
expected: FAIL
[UTF-16LE with BOM decoded as UTF-8 with fetched data (UTF-16 charset)]
expected: FAIL
[UTF-16 without BOM decoded as UTF-8 with Request.text()]
expected: FAIL
[UTF-16 without BOM decoded as UTF-8 with Response.text()]
expected: FAIL
[UTF-16 without BOM decoded as UTF-8 with fetched data (UTF-8 charset)]
expected: FAIL
[UTF-16 without BOM decoded as UTF-8 with fetched data (UTF-16 charset)]
expected: FAIL