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

# Chrome (unstable channel) #
Testing web-platform-tests at revision 936bba258ffe260655d650b275ba95f0f33833b7
Using browser at version 57.0.2987.19 dev
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`                     | FAIL    |
| `IDBObjectStore.getKey() - basic - key - no match`                        | FAIL    |
| `IDBObjectStore.getKey() - key generator and key path - range - no match` | FAIL    |
| `IDBObjectStore.getKey() - invalid parameters`                            | FAIL    |
| `IDBObjectStore.getKey() - key generator and key path - key - no match`   | FAIL    |
| `IDBObjectStore.getKey() - key generator - key`                           | FAIL    |
| `IDBObjectStore.getKey() - key path - key`                                | FAIL    |
| `IDBObjectStore.getKey() - key generator - key - no match`                | FAIL    |
| `IDBObjectStore.getKey() - basic - key`                                   | FAIL    |
| `IDBObjectStore.getKey() - key generator - range`                         | FAIL    |
| `IDBObjectStore.getKey() - basic - range`                                 | FAIL    |
| `IDBObjectStore.getKey() - key path - range - no match`                   | FAIL    |
| `IDBObjectStore.getKey() - key path - range`                              | FAIL    |
| `IDBObjectStore.getKey() - key generator and key path - key`              | FAIL    |
| `IDBObjectStore.getKey() - key generator - range - no match`              | FAIL    |
| `IDBObjectStore.getKey() - key generator and key path - range`            | FAIL    |
| `IDBObjectStore.getKey() - basic - range - no match`                      | FAIL    |

</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-276578984

Received on Wednesday, 1 February 2017 05:57:18 UTC