Re: [IndexedDB-tests] Indexed DB: Ensure large explicit keys consistently max out generator (#5065)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision f457da92bf55bda2e15dec08914afadde4da5f7e
Using browser at version BuildID 20170306110339; SourceStamp 966464a68a2cb3ca1125808e34abb5c1d34e3797
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>2 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5065/IndexedDB/keygenerator-explicit.html">/IndexedDB/keygenerator-explicit.html</a></summary>


|                                       Subtest                                       | Results |                           Messages                           |
|-------------------------------------------------------------------------------------|---------|--------------------------------------------------------------|
|                                                                                     | OK      |                                                              |
| `Key generator vs. explicit key 53 bits`                                            | PASS    |                                                              |
| `Key generator vs. explicit key greater than 53 bits, less than 64 bits`            | PASS    |                                                              |
| `Key generator vs. explicit key greater than 53 bits, less than 64 bits (negative)` | PASS    |                                                              |
| `Key generator vs. explicit key 63 bits`                                            | FAIL    | `assert_unreached: put should fail Reached unreachable code` |
| `Key generator vs. explicit key 63 bits (negative)`                                 | PASS    |                                                              |
| `Key generator vs. explicit key 64 bits`                                            | FAIL    | `assert_unreached: put should fail Reached unreachable code` |
| `Key generator vs. explicit key 64 bits (negative)`                                 | PASS    |                                                              |
| `Key generator vs. explicit key greater than 64 bits, but still finite`             | FAIL    | `assert_unreached: put should fail Reached unreachable code` |
| `Key generator vs. explicit key greater than 64 bits, but still finite (negative)`  | PASS    |                                                              |
| `Key generator vs. explicit key equal to Infinity`                                  | FAIL    | `assert_unreached: put should fail Reached unreachable code` |
| `Key generator vs. explicit key equal to -Infinity`                                 | PASS    |                                                              |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5065/IndexedDB/keygenerator-inject.html">/IndexedDB/keygenerator-inject.html</a></summary>


|                                Subtest                                 | Results | Messages |
|------------------------------------------------------------------------|---------|----------|
|                                                                        | OK      |          |
| `Key is injected into value - single segment path`                     | PASS    |          |
| `Key is injected into value - multi-segment path`                      | PASS    |          |
| `Key is injected into value - multi-segment path, partially populated` | PASS    |          |
| `put() throws if key cannot be injected - single segment path`         | PASS    |          |
| `put() throws if key cannot be injected - multi-segment path`          | PASS    |          |

</details>
</details>

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

Received on Tuesday, 7 March 2017 22:50:23 UTC