Re: [IndexedDB-tests][WebIDL-tests] Label some tests as UTF-8 (#5141)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 0f6b9641604b871b624619666e1f6edc37bbb8cd
Using browser at version BuildID 20170313110417; SourceStamp f9362554866b327700c7f9b18050d7b7eb3d2b23
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>3 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5141/IndexedDB/idbcursor-direction-index-keyrange.htm">/IndexedDB/idbcursor-direction-index-keyrange.htm</a></summary>


|                         Subtest                          | Results | Messages |
|----------------------------------------------------------|---------|----------|
|                                                          | OK      |          |
| `IDBCursor direction - index with keyrange - next`       | PASS    |          |
| `IDBCursor direction - index with keyrange - prev`       | PASS    |          |
| `IDBCursor direction - index with keyrange - nextunique` | PASS    |          |
| `IDBCursor direction - index with keyrange - prevunique` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5141/IndexedDB/idbcursor-direction-objectstore-keyrange.htm">/IndexedDB/idbcursor-direction-objectstore-keyrange.htm</a></summary>


|                             Subtest                             | Results | Messages |
|-----------------------------------------------------------------|---------|----------|
|                                                                 | OK      |          |
| `IDBCursor direction - object store with keyrange - next`       | PASS    |          |
| `IDBCursor direction - object store with keyrange - prev`       | PASS    |          |
| `IDBCursor direction - object store with keyrange - nextunique` | PASS    |          |
| `IDBCursor direction - object store with keyrange - prevunique` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5141/WebIDL/ecmascript-binding/es-exceptions/exceptions.html">/WebIDL/ecmascript-binding/es-exceptions/exceptions.html</a></summary>


|                                      Subtest                                       | Results |                                                Messages                                                |
|------------------------------------------------------------------------------------|---------|--------------------------------------------------------------------------------------------------------|
|                                                                                    | OK      |                                                                                                        |
| `Object.getPrototypeOf(exception) === DOMException.prototype`                      | PASS    |                                                                                                        |
| `exception.hasOwnProperty("name")`                                                 | FAIL    | `assert_true: expected true got false`                                                                 |
| `exception.name === "HierarchyRequestError"`                                       | PASS    |                                                                                                        |
| `Object.getOwnPropertyDescriptor(exception, "name")`                               | FAIL    | `desc is undefined`                                                                                    |
| `Object.getOwnPropertyDescriptor(exception, "message")`                            | PASS    |                                                                                                        |
| `typeof exception.message === "string"`                                            | FAIL    | `assert_equals: expected "" but got "Node cannot be inserted at the specified point in the hierarchy"` |
| `Object.prototype.toString.call(exception) === "[object DOMException]"`            | PASS    |                                                                                                        |
| `exception.code === DOMException.HIERARCHY_REQUEST_ERR`                            | PASS    |                                                                                                        |
| `Object.getOwnPropertyDescriptor(exception, "code")`                               | FAIL    | `desc is undefined`                                                                                    |
| `In iframe: Object.getPrototypeOf(exception) === DOMException.prototype`           | PASS    |                                                                                                        |
| `In iframe: exception.hasOwnProperty("name")`                                      | FAIL    | `assert_true: expected true got false`                                                                 |
| `In iframe: exception.name === "HierarchyRequestError"`                            | PASS    |                                                                                                        |
| `In iframe: Object.getOwnPropertyDescriptor(exception, "name")`                    | FAIL    | `desc is undefined`                                                                                    |
| `In iframe: Object.getOwnPropertyDescriptor(exception, "message")`                 | PASS    |                                                                                                        |
| `In iframe: typeof exception.message === "string"`                                 | FAIL    | `assert_equals: expected "" but got "Node cannot be inserted at the specified point in the hierarchy"` |
| `In iframe: Object.prototype.toString.call(exception) === "[object DOMException]"` | PASS    |                                                                                                        |
| `In iframe: exception.code === DOMException.HIERARCHY_REQUEST_ERR`                 | PASS    |                                                                                                        |
| `In iframe: Object.getOwnPropertyDescriptor(exception, "code")`                    | FAIL    | `desc is undefined`                                                                                    |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5141#issuecomment-286448888

Received on Tuesday, 14 March 2017 15:02:29 UTC