- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Tue, 14 Mar 2017 15:02:18 GMT
- To: public-web-platform-tests-notifications@w3.org
[View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/210973746) # Chrome (unstable channel) # Testing web-platform-tests at revision 0f6b9641604b871b624619666e1f6edc37bbb8cd Using browser at version 58.0.3029.14 dev Starting 10 test iterations All results were stable ## All results ## <details> <summary>3 tests ran</summary> <details> <summary><a href="http://w3c-test.org/submissions/5141/IndexedDB/idbcursor-direction-index-keyrange.htm">/IndexedDB/idbcursor-direction-index-keyrange.htm</a></summary> | Subtest | Results | Messages | |----------------------------------------------------------|---------|----------| | | OK | | | `IDBCursor direction - index with keyrange - next` | PASS | | | `IDBCursor direction - index with keyrange - prev` | PASS | | | `IDBCursor direction - index with keyrange - nextunique` | PASS | | | `IDBCursor direction - index with keyrange - prevunique` | PASS | | </details> <details> <summary><a href="http://w3c-test.org/submissions/5141/IndexedDB/idbcursor-direction-objectstore-keyrange.htm">/IndexedDB/idbcursor-direction-objectstore-keyrange.htm</a></summary> | Subtest | Results | Messages | |-----------------------------------------------------------------|---------|----------| | | OK | | | `IDBCursor direction - object store with keyrange - next` | PASS | | | `IDBCursor direction - object store with keyrange - prev` | PASS | | | `IDBCursor direction - object store with keyrange - nextunique` | PASS | | | `IDBCursor direction - object store with keyrange - prevunique` | PASS | | </details> <details> <summary><a href="http://w3c-test.org/submissions/5141/WebIDL/ecmascript-binding/es-exceptions/exceptions.html">/WebIDL/ecmascript-binding/es-exceptions/exceptions.html</a></summary> | Subtest | Results | Messages | |------------------------------------------------------------------------------------|---------|------------------------------------------------------------------------------------------------------------------------------| | | OK | | | `Object.getPrototypeOf(exception) === DOMException.prototype` | PASS | | | `exception.hasOwnProperty("name")` | FAIL | `assert_true: expected true got false` | | `exception.name === "HierarchyRequestError"` | PASS | | | `Object.getOwnPropertyDescriptor(exception, "name")` | FAIL | `Cannot read property 'writable' of undefined` | | `Object.getOwnPropertyDescriptor(exception, "message")` | PASS | | | `typeof exception.message === "string"` | FAIL | `assert_equals: expected "" but got "Failed to execute 'appendChild' on 'Node': The new child element contains the parent."` | | `Object.prototype.toString.call(exception) === "[object DOMException]"` | PASS | | | `exception.code === DOMException.HIERARCHY_REQUEST_ERR` | PASS | | | `Object.getOwnPropertyDescriptor(exception, "code")` | FAIL | `Cannot read property 'writable' of undefined` | | `In iframe: Object.getPrototypeOf(exception) === DOMException.prototype` | PASS | | | `In iframe: exception.hasOwnProperty("name")` | FAIL | `assert_true: expected true got false` | | `In iframe: exception.name === "HierarchyRequestError"` | PASS | | | `In iframe: Object.getOwnPropertyDescriptor(exception, "name")` | FAIL | `Cannot read property 'writable' of undefined` | | `In iframe: Object.getOwnPropertyDescriptor(exception, "message")` | PASS | | | `In iframe: typeof exception.message === "string"` | FAIL | `assert_equals: expected "" but got "Failed to execute 'appendChild' on 'Node': The new child element contains the parent."` | | `In iframe: Object.prototype.toString.call(exception) === "[object DOMException]"` | PASS | | | `In iframe: exception.code === DOMException.HIERARCHY_REQUEST_ERR` | PASS | | | `In iframe: Object.getOwnPropertyDescriptor(exception, "code")` | FAIL | `Cannot read property 'writable' of undefined` | </details> </details> View on GitHub: https://github.com/w3c/web-platform-tests/pull/5141#issuecomment-286448900
Received on Tuesday, 14 March 2017 15:02:30 UTC