Re: [IndexedDB-tests] Ensure correctness for interleaved IndexedDB cursor iteration. (#5236)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision 532f41bfeca8c5e094c9b00328981fc8f0f703db
Using browser at version 59.0.3047.0 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>23 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/idbindex-rename-abort.html">/IndexedDB/idbindex-rename-abort.html</a></summary>


|                             Subtest                             | Results | Messages |
|-----------------------------------------------------------------|---------|----------|
|                                                                 | OK      |          |
| `IndexedDB index rename in aborted transaction`                 | PASS    |          |
| `IndexedDB index creation and rename in an aborted transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/idbindex-rename-errors.html">/IndexedDB/idbindex-rename-errors.html</a></summary>


|                               Subtest                               | Results | Messages |
|---------------------------------------------------------------------|---------|----------|
|                                                                     | OK      |          |
| `IndexedDB deleted index rename throws`                             | PASS    |          |
| `IndexedDB index rename throws in a readonly transaction`           | PASS    |          |
| `IndexedDB index rename throws in a readwrite transaction`          | PASS    |          |
| `IndexedDB index rename throws in an inactive transaction`          | PASS    |          |
| `IndexedDB index rename to the name of another index throws`        | PASS    |          |
| `IndexedDB index rename handles exceptions when stringifying names` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/idbindex-rename.html">/IndexedDB/idbindex-rename.html</a></summary>


|                             Subtest                              | Results | Messages |
|------------------------------------------------------------------|---------|----------|
|                                                                  | OK      |          |
| `IndexedDB index rename in new transaction`                      | PASS    |          |
| `IndexedDB index rename in the transaction where it is created`  | PASS    |          |
| `IndexedDB index rename to the same name succeeds`               | PASS    |          |
| `IndexedDB index rename to the name of a deleted index succeeds` | PASS    |          |
| `IndexedDB index swapping via renames succeeds`                  | PASS    |          |
| `IndexedDB index rename stringifies non-string names`            | PASS    |          |
| `IndexedDB index can be renamed to ""`                           | PASS    |          |
| `IndexedDB index can be renamed to "\u0000"`                     | PASS    |          |
| `IndexedDB index can be renamed to "\uDC00\uD800"`               | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/idbobjectstore-rename-abort.html">/IndexedDB/idbobjectstore-rename-abort.html</a></summary>


|                                Subtest                                 | Results | Messages |
|------------------------------------------------------------------------|---------|----------|
|                                                                        | OK      |          |
| `IndexedDB object store rename in aborted transaction`                 | PASS    |          |
| `IndexedDB object store creation and rename in an aborted transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/idbobjectstore-rename-errors.html">/IndexedDB/idbobjectstore-rename-errors.html</a></summary>


|                                  Subtest                                   | Results | Messages |
|----------------------------------------------------------------------------|---------|----------|
|                                                                            | OK      |          |
| `IndexedDB deleted object store rename throws`                             | PASS    |          |
| `IndexedDB object store rename throws in a readonly transaction`           | PASS    |          |
| `IndexedDB object store rename throws in a readwrite transaction`          | PASS    |          |
| `IndexedDB object store rename throws in an inactive transaction`          | PASS    |          |
| `IndexedDB object store rename to the name of another store throws`        | PASS    |          |
| `IndexedDB object store rename handles exceptions when stringifying names` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/idbobjectstore-rename-store.html">/IndexedDB/idbobjectstore-rename-store.html</a></summary>


|                                 Subtest                                 | Results | Messages |
|-------------------------------------------------------------------------|---------|----------|
|                                                                         | OK      |          |
| `IndexedDB object store rename in new transaction`                      | PASS    |          |
| `IndexedDB object store rename in the transaction where it is created`  | PASS    |          |
| `IndexedDB object store rename covers index`                            | PASS    |          |
| `IndexedDB object store rename covers key generator`                    | PASS    |          |
| `IndexedDB object store rename to the same name succeeds`               | PASS    |          |
| `IndexedDB object store rename to the name of a deleted store succeeds` | PASS    |          |
| `IndexedDB object store swapping via renames succeeds`                  | PASS    |          |
| `IndexedDB object store rename stringifies non-string names`            | PASS    |          |
| `IndexedDB object store can be renamed to ""`                           | PASS    |          |
| `IndexedDB object store can be renamed to "\u0000"`                     | PASS    |          |
| `IndexedDB object store can be renamed to "\uDC00\uD800"`               | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/interleaved-cursors.html">/IndexedDB/interleaved-cursors.html</a></summary>


|    Subtest    | Results | Messages |
|---------------|---------|----------|
|               | OK      |          |
| `1 cursors`   | PASS    |          |
| `10 cursors`  | PASS    |          |
| `100 cursors` | PASS    |          |
| `500 cursors` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/name-scopes.html">/IndexedDB/name-scopes.html</a></summary>


|         Subtest         | Results | Messages |
|-------------------------|---------|----------|
|                         | OK      |          |
| `Non-unique index keys` | PASS    |          |
| `Unique index keys`     | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/transaction-abort-generator-revert.html">/IndexedDB/transaction-abort-generator-revert.html</a></summary>


|                                           Subtest                                           | Results | Messages |
|---------------------------------------------------------------------------------------------|---------|----------|
|                                                                                             | OK      |          |
| `The current number of a key generator is reverted when a versionchange transaction aborts` | PASS    |          |
| `The current number of a key generator is reverted when a readwrite transaction aborts`     | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/transaction-abort-index-metadata-revert.html">/IndexedDB/transaction-abort-index-metadata-revert.html</a></summary>


|                                                 Subtest                                                 | Results | Messages |
|---------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                         | OK      |          |
| `Created stores get their indexes marked as deleted after the transaction that created them aborts`     | PASS    |          |
| `Deleted stores get their indexes marked as not-deleted after the transaction that deleted them aborts` | PASS    |          |
| `Created+deleted stores still have their indexes marked as deleted after the transaction aborts`        | PASS    |          |
| `Created indexes get marked as deleted after their transaction aborts`                                  | PASS    |          |
| `Deleted indexes get marked as not-deleted after the transaction aborts`                                | PASS    |          |
| `Created+deleted indexes are still marked as deleted after their transaction aborts`                    | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/transaction-abort-multiple-metadata-revert.html">/IndexedDB/transaction-abort-multiple-metadata-revert.html</a></summary>


|                                                Subtest                                                 | Results | Messages |
|--------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                        | OK      |          |
| `Deleted indexes in newly created stores are still marked as deleted after the transaction aborts`     | PASS    |          |
| `Deleted indexes in deleted stores are still marked as not-deleted after the transaction aborts`       | PASS    |          |
| `Deleted indexes in created+deleted stores are still marked as deleted after their transaction aborts` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/transaction-abort-object-store-metadata-revert.html">/IndexedDB/transaction-abort-object-store-metadata-revert.html</a></summary>


|                                         Subtest                                         | Results | Messages |
|-----------------------------------------------------------------------------------------|---------|----------|
|                                                                                         | OK      |          |
| `Created stores get marked as deleted after their transaction aborts`                   | PASS    |          |
| `Deleted stores get marked as not-deleted after the transaction aborts`                 | PASS    |          |
| `Created+deleted stores are still marked as deleted after their transaction aborts`     | PASS    |          |
| `Un-instantiated deleted stores get marked as not-deleted after the transaction aborts` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/upgrade-transaction-lifecycle-backend-aborted.html">/IndexedDB/upgrade-transaction-lifecycle-backend-aborted.html</a></summary>


|                                                          Subtest                                                           | Results | Messages |
|----------------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                            | OK      |          |
| `in the abort event handler for a transaction aborted due to an unhandled request error`                                   | PASS    |          |
| `in a setTimeout(0) callback after the abort event is fired for a transaction aborted due to an unhandled request failure` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/upgrade-transaction-lifecycle-committed.html">/IndexedDB/upgrade-transaction-lifecycle-committed.html</a></summary>


|                                           Subtest                                           | Results | Messages |
|---------------------------------------------------------------------------------------------|---------|----------|
|                                                                                             | OK      |          |
| `in the complete event handler for a committed transaction`                                 | PASS    |          |
| `in a setTimeout(0) callback after the complete event is fired for a committed transaction` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/IndexedDB/upgrade-transaction-lifecycle-user-aborted.html">/IndexedDB/upgrade-transaction-lifecycle-user-aborted.html</a></summary>


|                                                    Subtest                                                    | Results | Messages |
|---------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                               | OK      |          |
| `synchronously after abort() is called`                                                                       | PASS    |          |
| `in a promise microtask after abort() is called, before the transaction abort event is fired`                 | PASS    |          |
| `in the abort event handler for a transaction aborted due to an abort() call`                                 | PASS    |          |
| `in a setTimeout(0) callback after the abort event is fired for a transaction aborted due to an abort() call` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/content-security-policy/media-src/media-src-7_1.html">/content-security-policy/media-src/media-src-7_1.html</a></summary>


|                Subtest                 | Results | Messages |
|----------------------------------------|---------|----------|
|                                        | OK      |          |
| `In-policy async video src`            | PASS    |          |
| `In-policy async video source element` | PASS    |          |
| `Violation report status OK.`          | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/content-security-policy/media-src/media-src-7_1_2.sub.html">/content-security-policy/media-src/media-src-7_1_2.sub.html</a></summary>


|                 Subtest                 | Results | Messages |
|-----------------------------------------|---------|----------|
|                                         | OK      |          |
| `Disallowed async video src`            | PASS    |          |
| `Disallowed async video source element` | PASS    |          |
| `Violation report status OK.`           | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/content-security-policy/media-src/media-src-7_2.html">/content-security-policy/media-src/media-src-7_2.html</a></summary>


|             Subtest              | Results | Messages |
|----------------------------------|---------|----------|
|                                  | OK      |          |
| `In-policy audio src`            | PASS    |          |
| `In-policy audio source element` | PASS    |          |
| `Violation report status OK.`    | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/content-security-policy/media-src/media-src-7_2_2.sub.html">/content-security-policy/media-src/media-src-7_2_2.sub.html</a></summary>


|              Subtest              | Results | Messages |
|-----------------------------------|---------|----------|
|                                   | OK      |          |
| `Disallaowed audio src`           | PASS    |          |
| `Disallowed audio source element` | PASS    |          |
| `Violation report status OK.`     | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/content-security-policy/media-src/media-src-7_3.sub.html">/content-security-policy/media-src/media-src-7_3.sub.html</a></summary>


|            Subtest            | Results | Messages |
|-------------------------------|---------|----------|
|                               | OK      |          |
| `In-policy track element`     | PASS    |          |
| `Violation report status OK.` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/content-security-policy/media-src/media-src-7_3_2.sub.html">/content-security-policy/media-src/media-src-7_3_2.sub.html</a></summary>


|                      Subtest                      | Results | Messages |
|---------------------------------------------------|---------|----------|
|                                                   | OK      |          |
| `Disallowed track element onerror handler fires.` | PASS    |          |
| `Violation report status OK.`                     | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/content-security-policy/media-src/media-src-blocked.sub.html">/content-security-policy/media-src/media-src-blocked.sub.html</a></summary>


|                 Subtest                 | Results | Messages |
|-----------------------------------------|---------|----------|
|                                         | OK      |          |
| `Disallowed async video src`            | PASS    |          |
| `Disallowed async video source element` | PASS    |          |
| `Disallaowed audio src`                 | PASS    |          |
| `Disallowed audio source element`       | PASS    |          |
| `Violation report status OK.`           | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5236/content-security-policy/media-src/media-src-redir-bug.sub.html">/content-security-policy/media-src/media-src-redir-bug.sub.html</a></summary>


|                    Subtest                     | Results | Messages |
|------------------------------------------------|---------|----------|
|                                                | OK      |          |
| `In-policy async video src`                    | PASS    |          |
| `in-policy async video src w/redir`            | PASS    |          |
| `In-policy async video source element`         | PASS    |          |
| `In-policy async video source element w/redir` | PASS    |          |
| `Violation report status OK.`                  | PASS    |          |

</details>
</details>

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

Received on Monday, 27 March 2017 22:58:18 UTC