- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Mon, 27 Mar 2017 22:58:06 GMT
- To: public-web-platform-tests-notifications@w3.org
[View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/215709120) # Firefox (nightly channel) # Testing web-platform-tests at revision b1810c85b221ce577b56c654b5c32b704bf24f6f Using browser at version BuildID 20170326110231; SourceStamp f5e214144799889e2408c4841351f4053f00544e Starting 10 test iterations All results were stable ## All results ## <details> <summary>15 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 | |----------------------------------------------------------------------------------------------------------------------------|---------|----------| | | ERROR | | | `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` | FAIL | `assert_throws: createObjectStore exception should reflect that the transaction is still running function "() => { database.createObjectStore('books2'); }" threw object "InvalidStateError: A mutation operation was attempted on a database that did not allow mutations." that is not a DOMException TransactionInactiveError: property "code" is equal to 11, expected 0` | | `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> View on GitHub: https://github.com/w3c/web-platform-tests/pull/5236#issuecomment-289610846
Received on Monday, 27 March 2017 22:58:18 UTC