Re: [encoding-tests] Encoding: update IDL to fix expose syntax (#5178)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/213114577)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 087bc4beabb62c79cc848673ad103bb44728186d
Using browser at version BuildID 20170319110229; SourceStamp e1576dd8bd9d3a4ca418cf347133b8a4957ddeca
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`                                                          | PASS    |                                                                                              |
| `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`                                                                                             | FAIL    | `assert_true: The prototype object must have a property "ignoreBOM" expected true got false` |
| `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)`                                    | FAIL    | `assert_inherits: property "ignoreBOM" not found in prototype chain`                         |
| `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`                                                          | PASS    |                                                                                              |
| `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-287861729

Received on Monday, 20 March 2017 18:54:01 UTC