- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Mon, 20 Mar 2017 18:53:49 GMT
- To: public-web-platform-tests-notifications@w3.org
[View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/213114578) # Chrome (unstable channel) # Testing web-platform-tests at revision 087bc4beabb62c79cc848673ad103bb44728186d Using browser at version 59.0.3043.0 dev Starting 10 test iterations All results were stable ## All results ## <details> <summary>1 test ran</summary> <details> <summary><a href="http://w3c-test.org/submissions/5178/encoding/idlharness.html">/encoding/idlharness.html</a></summary> | Subtest | Results | Messages | |------------------------------------------------------------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------------------------------| | | OK | | | `TextDecoder interface: existence and properties of interface object` | PASS | | | `TextDecoder interface object length` | PASS | | | `TextDecoder interface object name` | PASS | | | `TextDecoder interface: existence and properties of interface prototype object` | FAIL | `assert_equals: class string of TextDecoder.prototype expected "[object TextDecoderPrototype]" but got "[object TextDecoder]"` | | `TextDecoder interface: existence and properties of interface prototype object's "constructor" property` | PASS | | | `TextDecoder interface: attribute encoding` | PASS | | | `TextDecoder interface: attribute fatal` | PASS | | | `TextDecoder interface: attribute ignoreBOM` | PASS | | | `TextDecoder interface: operation decode(BufferSource,TextDecodeOptions)` | PASS | | | `TextDecoder must be primary interface of new TextDecoder()` | PASS | | | `Stringification of new TextDecoder()` | PASS | | | `TextDecoder interface: new TextDecoder() must inherit property "encoding" with the proper type (0)` | PASS | | | `TextDecoder interface: new TextDecoder() must inherit property "fatal" with the proper type (1)` | PASS | | | `TextDecoder interface: new TextDecoder() must inherit property "ignoreBOM" with the proper type (2)` | PASS | | | `TextDecoder interface: new TextDecoder() must inherit property "decode" with the proper type (3)` | PASS | | | `TextDecoder interface: calling decode(BufferSource,TextDecodeOptions) on new TextDecoder() with too few arguments must throw TypeError` | PASS | | | `TextEncoder interface: existence and properties of interface object` | PASS | | | `TextEncoder interface object length` | PASS | | | `TextEncoder interface object name` | PASS | | | `TextEncoder interface: existence and properties of interface prototype object` | FAIL | `assert_equals: class string of TextEncoder.prototype expected "[object TextEncoderPrototype]" but got "[object TextEncoder]"` | | `TextEncoder interface: existence and properties of interface prototype object's "constructor" property` | PASS | | | `TextEncoder interface: attribute encoding` | PASS | | | `TextEncoder interface: operation encode(USVString)` | PASS | | | `TextEncoder must be primary interface of new TextEncoder()` | PASS | | | `Stringification of new TextEncoder()` | PASS | | | `TextEncoder interface: new TextEncoder() must inherit property "encoding" with the proper type (0)` | PASS | | | `TextEncoder interface: new TextEncoder() must inherit property "encode" with the proper type (1)` | PASS | | | `TextEncoder interface: calling encode(USVString) on new TextEncoder() with too few arguments must throw TypeError` | PASS | | </details> </details> View on GitHub: https://github.com/w3c/web-platform-tests/pull/5178#issuecomment-287861732
Received on Monday, 20 March 2017 18:54:01 UTC