- From: W3C commit bot <web-platform-tests-notifications@w3.org>
- Date: Thu, 30 Mar 2017 08:06:29 GMT
- To: public-web-platform-tests-notifications@w3.org
[View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/216660144) # Chrome (unstable channel) # Testing web-platform-tests at revision 65463242c65e06dbf4388b7ad2a13d7b74614e57 Using browser at version 59.0.3053.3 dev Starting 10 test iterations All results were stable ## All results ## <details> <summary>1 test ran</summary> <details> <summary><a href="https://w3c-test.org/submissions/5267/web-nfc/idlharness.https.html">/web-nfc/idlharness.https.html</a></summary> | Subtest | Results | Messages | |------------------------------------------------------------------------------------------------------------------------------|---------|----------------------------------------------------------------------------------------------| | | OK | | | `Navigator interface: attribute nfc` | FAIL | `assert_true: The prototype object must have a property "nfc" expected true got false` | | `NFC interface: existence and properties of interface object` | FAIL | `assert_own_property: self does not have own property "NFC" expected property "NFC" missing` | | `NFC interface object length` | FAIL | `assert_own_property: self does not have own property "NFC" expected property "NFC" missing` | | `NFC interface object name` | FAIL | `assert_own_property: self does not have own property "NFC" expected property "NFC" missing` | | `NFC interface: existence and properties of interface prototype object` | FAIL | `assert_own_property: self does not have own property "NFC" expected property "NFC" missing` | | `NFC interface: existence and properties of interface prototype object's "constructor" property` | FAIL | `assert_own_property: self does not have own property "NFC" expected property "NFC" missing` | | `NFC interface: operation push(NFCPushMessage,NFCPushOptions)` | FAIL | `assert_own_property: self does not have own property "NFC" expected property "NFC" missing` | | `NFC interface: operation cancelPush(NFCPushTarget)` | FAIL | `assert_own_property: self does not have own property "NFC" expected property "NFC" missing` | | `NFC interface: operation watch(MessageCallback,NFCWatchOptions)` | FAIL | `assert_own_property: self does not have own property "NFC" expected property "NFC" missing` | | `NFC interface: operation cancelWatch(long)` | FAIL | `assert_own_property: self does not have own property "NFC" expected property "NFC" missing` | | `NFC must be primary interface of navigator.nfc` | FAIL | `assert_equals: wrong typeof object expected "object" but got "undefined"` | | `Stringification of navigator.nfc` | FAIL | `assert_equals: wrong typeof object expected "object" but got "undefined"` | | `NFC interface: navigator.nfc must inherit property "push" with the proper type (0)` | FAIL | `assert_equals: wrong typeof object expected "object" but got "undefined"` | | `NFC interface: calling push(NFCPushMessage,NFCPushOptions) on navigator.nfc with too few arguments must throw TypeError` | FAIL | `assert_equals: wrong typeof object expected "object" but got "undefined"` | | `NFC interface: navigator.nfc must inherit property "cancelPush" with the proper type (1)` | FAIL | `assert_equals: wrong typeof object expected "object" but got "undefined"` | | `NFC interface: calling cancelPush(NFCPushTarget) on navigator.nfc with too few arguments must throw TypeError` | FAIL | `assert_equals: wrong typeof object expected "object" but got "undefined"` | | `NFC interface: navigator.nfc must inherit property "watch" with the proper type (2)` | FAIL | `assert_equals: wrong typeof object expected "object" but got "undefined"` | | `NFC interface: calling watch(MessageCallback,NFCWatchOptions) on navigator.nfc with too few arguments must throw TypeError` | FAIL | `assert_equals: wrong typeof object expected "object" but got "undefined"` | | `NFC interface: navigator.nfc must inherit property "cancelWatch" with the proper type (3)` | FAIL | `assert_equals: wrong typeof object expected "object" but got "undefined"` | | `NFC interface: calling cancelWatch(long) on navigator.nfc with too few arguments must throw TypeError` | FAIL | `assert_equals: wrong typeof object expected "object" but got "undefined"` | </details> </details> View on GitHub: https://github.com/w3c/web-platform-tests/pull/5267#issuecomment-290334296
Received on Thursday, 30 March 2017 08:06:40 UTC