Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326

This commit is contained in:
Josh Matthews 2017-10-12 09:25:50 -04:00
parent 462c272380
commit 1f531f66ea
5377 changed files with 174916 additions and 84369 deletions

View file

@ -420,3 +420,180 @@
[BluetoothRemoteGATTDescriptor interface: calling writeValue(BufferSource) on bluetooth_descriptor with too few arguments must throw TypeError]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "referringDevice" with the proper type]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "ongattserverdisconnected" with the proper type]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "oncharacteristicvaluechanged" with the proper type]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "onserviceadded" with the proper type]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "onservicechanged" with the proper type]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "onserviceremoved" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "id" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "name" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "gatt" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "watchAdvertisements()" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "unwatchAdvertisements()" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "watchingAdvertisements" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "ongattserverdisconnected" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "oncharacteristicvaluechanged" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "onserviceadded" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "onservicechanged" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "onserviceremoved" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "device" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "connected" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "connect()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "disconnect()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "getPrimaryService(BluetoothServiceUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "getPrimaryServices(BluetoothServiceUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "device" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "uuid" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "isPrimary" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getCharacteristic(BluetoothCharacteristicUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getCharacteristics(BluetoothCharacteristicUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getIncludedService(BluetoothServiceUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getIncludedServices(BluetoothServiceUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "oncharacteristicvaluechanged" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "onserviceadded" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "onservicechanged" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "onserviceremoved" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "service" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "uuid" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "properties" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "value" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "getDescriptor(BluetoothDescriptorUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "getDescriptors(BluetoothDescriptorUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "readValue()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "writeValue(BufferSource)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "startNotifications()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "stopNotifications()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "oncharacteristicvaluechanged" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "broadcast" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "read" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "writeWithoutResponse" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "write" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "notify" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "indicate" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "authenticatedSignedWrites" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "reliableWrite" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "writableAuxiliaries" with the proper type]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "characteristic" with the proper type]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "uuid" with the proper type]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "value" with the proper type]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "readValue()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "writeValue(BufferSource)" with the proper type]
expected: FAIL

View file

@ -0,0 +1,5 @@
[event-is-fired.html]
type: testharness
[Reading a characteristic should fire an event.]
expected: FAIL