Re: [IndexedDB-tests] Upstream IndexedDB tests to WPT. (#4686)

# Firefox (nightly channel) #
Testing web-platform-tests at revision 936bba258ffe260655d650b275ba95f0f33833b7
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/4686/IndexedDB/idbobjectstore_getKey.html">/IndexedDB/idbobjectstore_getKey.html</a></summary>


|                                  Subtest                                  | Results |
|---------------------------------------------------------------------------|---------|
|                                                                           | OK      |
| `IDBObjectStore.getKey() - key path - key - no match`                     | PASS    |
| `IDBObjectStore.getKey() - basic - key - no match`                        | PASS    |
| `IDBObjectStore.getKey() - key generator and key path - range - no match` | PASS    |
| `IDBObjectStore.getKey() - invalid parameters`                            | PASS    |
| `IDBObjectStore.getKey() - key generator and key path - key - no match`   | PASS    |
| `IDBObjectStore.getKey() - key generator - key`                           | PASS    |
| `IDBObjectStore.getKey() - key path - key`                                | PASS    |
| `IDBObjectStore.getKey() - key generator - key - no match`                | PASS    |
| `IDBObjectStore.getKey() - basic - key`                                   | PASS    |
| `IDBObjectStore.getKey() - key generator - range`                         | PASS    |
| `IDBObjectStore.getKey() - basic - range`                                 | PASS    |
| `IDBObjectStore.getKey() - key path - range - no match`                   | PASS    |
| `IDBObjectStore.getKey() - key path - range`                              | PASS    |
| `IDBObjectStore.getKey() - key generator and key path - key`              | PASS    |
| `IDBObjectStore.getKey() - key generator - range - no match`              | PASS    |
| `IDBObjectStore.getKey() - key generator and key path - range`            | PASS    |
| `IDBObjectStore.getKey() - basic - range - no match`                      | PASS    |

</details>

<details>

<summary><a href="http://w3c-test.org/submissions/4686/IndexedDB/idbkeyrange-includes.htm">/IndexedDB/idbkeyrange-includes.htm</a></summary>


|                            Subtest                            | Results |
|---------------------------------------------------------------|---------|
|                                                               | OK      |
| `IDBKeyRange.includes() with an only range`                   | PASS    |
| `IDBKeyRange.includes() with an open upper-bounded range`     | PASS    |
| `IDBKeyRange.includes() with a lower-open upper-closed range` | PASS    |
| `IDBKeyRange.includes() with a closed range`                  | PASS    |
| `IDBKeyRange.includes() with a lower-closed upper-open range` | PASS    |
| `IDBKeyRange.includes() with an open range`                   | PASS    |
| `IDBKeyRange.includes() with non-numeric keys`                | PASS    |
| `IDBKeyRange.includes() with an closed upper-bounded range`   | PASS    |
| `IDBKeyRange.includes() with invalid input`                   | PASS    |
| `IDBKeyRange.includes() with an closed lower-bounded range`   | PASS    |
| `IDBKeyRange.includes() with an open lower-bounded range`     | PASS    |

</details>


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

Received on Wednesday, 1 February 2017 05:58:05 UTC