Re: [IndexedDB-tests] Upstream IndexedDB exception ordering tests to WPT. (#4666)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 574df172462e52a34d4ca9ecd6b273ad49c724c8
Using browser at version BuildID 20170123125947; SourceStamp 36486fdc3813ef7943ae5b07b4128866d1938a6c
Starting 10 test iterations
All results were stable

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/4666/IndexedDB/idbobjectstore-add-put-exception-order.html">/IndexedDB/idbobjectstore-add-put-exception-order.html</a></summary>


|                                       Subtest                                        | Results |
|--------------------------------------------------------------------------------------|---------|
|                                                                                      | OK      |
| `IDBObjectStore.put exception order: TransactionInactiveError vs. ReadOnlyError`     | PASS    |
| `IDBObjectStore.add exception order: ReadOnlyError vs. DataError`                    | PASS    |
| `IDBObjectStore.add exception order: TransactionInactiveError vs. ReadOnlyError`     | PASS    |
| `IDBObjectStore.put exception order: InvalidStateError vs. TransactionInactiveError` | PASS    |
| `IDBObjectStore.put exception order: ReadOnlyError vs. DataError`                    | PASS    |
| `IDBObjectStore.add exception order: InvalidStateError vs. TransactionInactiveError` | PASS    |

</details>

<details>

<summary><a href="http://w3c-test.org/submissions/4666/IndexedDB/idbobjectstore-deleteIndex-exception-order.html">/IndexedDB/idbobjectstore-deleteIndex-exception-order.html</a></summary>


|                                             Subtest                                             | Results |
|-------------------------------------------------------------------------------------------------|---------|
|                                                                                                 | OK      |
| `IDBObjectStore.deleteIndex exception order: InvalidStateError #1 vs. TransactionInactiveError` | PASS    |
| `IDBObjectStore.deleteIndex exception order: TransactionInactiveError vs. NotFoundError`        | PASS    |
| `IDBObjectStore.deleteIndex exception order: InvalidStateError #2 vs. TransactionInactiveError` | PASS    |

</details>

<details>

<summary><a href="http://w3c-test.org/submissions/4666/IndexedDB/idbobjectstore-query-exception-order.html">/IndexedDB/idbobjectstore-query-exception-order.html</a></summary>


|                                            Subtest                                             | Results |
|------------------------------------------------------------------------------------------------|---------|
|                                                                                                | OK      |
| `IDBObjectStore.getAll exception order: TransactionInactiveError vs. DataError`                | PASS    |
| `IDBObjectStore.getAllKeys exception order: TransactionInactiveError vs. DataError`            | PASS    |
| `IDBObjectStore.openCursor exception order: TransactionInactiveError vs. DataError`            | PASS    |
| `IDBObjectStore.getAll exception order: InvalidStateError vs. TransactionInactiveError`        | PASS    |
| `IDBObjectStore.getAllKeys exception order: InvalidStateError vs. TransactionInactiveError`    | PASS    |
| `IDBObjectStore.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError` | PASS    |
| `IDBObjectStore.get exception order: InvalidStateError vs. TransactionInactiveError`           | PASS    |
| `IDBObjectStore.get exception order: TransactionInactiveError vs. DataError`                   | PASS    |
| `IDBObjectStore.openKeyCursor exception order: TransactionInactiveError vs. DataError`         | PASS    |
| `IDBObjectStore.openCursor exception order: InvalidStateError vs. TransactionInactiveError`    | PASS    |
| `IDBObjectStore.count exception order: InvalidStateError vs. TransactionInactiveError`         | PASS    |
| `IDBObjectStore.count exception order: TransactionInactiveError vs. DataError`                 | PASS    |

</details>

<details>

<summary><a href="http://w3c-test.org/submissions/4666/IndexedDB/idbdatabase-transaction-exception-order.html">/IndexedDB/idbdatabase-transaction-exception-order.html</a></summary>


|                                       Subtest                                       | Results |
|-------------------------------------------------------------------------------------|---------|
|                                                                                     | OK      |
| `IDBDatabase.transaction exception order: InvalidStateError vs. InvalidAccessError` | PASS    |
| `IDBDatabase.transaction exception order: NotFoundError vs. InvalidAccessError`     | PASS    |
| `IDBDatabase.transaction exception order: InvalidStateError vs. NotFoundError`      | PASS    |

</details>

<details>

<summary><a href="http://w3c-test.org/submissions/4666/IndexedDB/idbobjectstore-clear-exception-order.html">/IndexedDB/idbobjectstore-clear-exception-order.html</a></summary>


|                                        Subtest                                         | Results |
|----------------------------------------------------------------------------------------|---------|
|                                                                                        | OK      |
| `IDBObjectStore.clear exception order: TransactionInactiveError vs. ReadOnlyError`     | PASS    |
| `IDBObjectStore.clear exception order: InvalidStateError vs. TransactionInactiveError` | PASS    |

</details>

<details>

<summary><a href="http://w3c-test.org/submissions/4666/IndexedDB/idbobjectstore-delete-exception-order.html">/IndexedDB/idbobjectstore-delete-exception-order.html</a></summary>


|                                         Subtest                                         | Results |
|-----------------------------------------------------------------------------------------|---------|
|                                                                                         | OK      |
| `IDBObjectStore.delete exception order: InvalidStateError vs. TransactionInactiveError` | PASS    |
| `IDBObjectStore.delete exception order: ReadOnlyError vs. DataError`                    | PASS    |
| `IDBObjectStore.delete exception order: TransactionInactiveError vs. ReadOnlyError`     | PASS    |

</details>

<details>

<summary><a href="http://w3c-test.org/submissions/4666/IndexedDB/idbtransaction-objectStore-exception-order.html">/IndexedDB/idbtransaction-objectStore-exception-order.html</a></summary>


|                                      Subtest                                      | Results |
|-----------------------------------------------------------------------------------|---------|
|                                                                                   | OK      |
| `IDBTransaction.objectStore exception order: InvalidStateError vs. NotFoundError` | PASS    |

</details>

<details>

<summary><a href="http://w3c-test.org/submissions/4666/IndexedDB/idbindex-query-exception-order.html">/IndexedDB/idbindex-query-exception-order.html</a></summary>


|                                         Subtest                                          | Results |
|------------------------------------------------------------------------------------------|---------|
|                                                                                          | OK      |
| `IDBIndex.count exception order: TransactionInactiveError vs. DataError`                 | PASS    |
| `IDBIndex.get exception order: InvalidStateError vs. TransactionInactiveError`           | PASS    |
| `IDBIndex.openCursor exception order: TransactionInactiveError vs. DataError`            | PASS    |
| `IDBIndex.openKeyCursor exception order: TransactionInactiveError vs. DataError`         | PASS    |
| `IDBIndex.getAll exception order: InvalidStateError vs. TransactionInactiveError`        | PASS    |
| `IDBIndex.get exception order: TransactionInactiveError vs. DataError`                   | PASS    |
| `IDBIndex.openCursor exception order: InvalidStateError vs. TransactionInactiveError`    | PASS    |
| `IDBIndex.count exception order: InvalidStateError vs. TransactionInactiveError`         | PASS    |
| `IDBIndex.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError` | PASS    |
| `IDBIndex.getAll exception order: TransactionInactiveError vs. DataError`                | PASS    |
| `IDBIndex.getAllKeys exception order: InvalidStateError vs. TransactionInactiveError`    | PASS    |
| `IDBIndex.getAllKeys exception order: TransactionInactiveError vs. DataError`            | PASS    |

</details>


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

Received on Tuesday, 31 January 2017 13:08:54 UTC