mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #22420 - cdeler:enable-upstream-bluetooth-tests, r=jdm
Enable upstream bluetooth tests I enabled bluetooth WPT tests But I'm still worry that a lot of tests failed (more than 150). I decreased them by ``` prefs: ["dom.bluetooth.enabled:true"] ``` But it's still a lot of failed tests Checks --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #20437 (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because the changes are tests <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22420) <!-- Reviewable:end -->
This commit is contained in:
commit
12d0a0b995
159 changed files with 844 additions and 1 deletions
|
@ -27,6 +27,8 @@ mac-rel-wpt4:
|
|||
- ./mach filter-intermittents wpt-errorsummary.log --log-intermittents intermittents.log --log-filteredsummary filtered-wpt-errorsummary.log --tracker-api default --reporter-api default
|
||||
- ./mach test-wpt --release --pref dom.servoparser.async_html_tokenizer.enabled --processes=8 --log-raw test-async-parsing.log --log-errorsummary async-parsing-errorsummary.log --always-succeed domparsing html/syntax html/dom/documents html/dom/dynamic-markup-insertion
|
||||
- ./mach filter-intermittents async-parsing-errorsummary.log --log-intermittents async-parsing-intermittents.log --log-filteredsummary filtered-async-parsing-errorsummary.log --tracker-api default --reporter-api default
|
||||
- ./mach test-wpt --release --product=servodriver --headless --log-raw test-bluetooth.log --log-errorsummary bluetooth-errorsummary.log --always-succeed bluetooth
|
||||
- ./mach filter-intermittents bluetooth-errorsummary.log --log-intermittents bluetooth-intermittents.log --log-filteredsummary filtered-bluetooth-errorsummary.log --tracker-api default --reporter-api default
|
||||
|
||||
mac-rel-css1:
|
||||
- ./mach clean-nightlies --keep 3 --force
|
||||
|
|
|
@ -671883,7 +671883,7 @@
|
|||
"support"
|
||||
],
|
||||
"tools/wptrunner/wptrunner/executors/executorservodriver.py": [
|
||||
"d015e77b8c72b4f7d1dcc32f6d1c5613f90b959b",
|
||||
"f54181922651bc95f0c25cc554d98f191ffa8b64",
|
||||
"support"
|
||||
],
|
||||
"tools/wptrunner/wptrunner/executors/executorwebdriver.py": [
|
||||
|
|
1
tests/wpt/metadata/bluetooth/__dir__.ini
Normal file
1
tests/wpt/metadata/bluetooth/__dir__.ini
Normal file
|
@ -0,0 +1 @@
|
|||
prefs: ["dom.bluetooth.enabled:true"]
|
|
@ -0,0 +1,4 @@
|
|||
[characteristicProperties.https.html]
|
||||
[characteristicProperties]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-characteristic-is-removed.https.html]
|
||||
[gen-characteristic-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-descriptor-get-same-object.https.html]
|
||||
[gen-descriptor-get-same-object]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-service-is-removed.https.html]
|
||||
[gen-service-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-characteristic-is-removed-with-uuid.https.html]
|
||||
[gen-characteristic-is-removed-with-uuid]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-characteristic-is-removed.https.html]
|
||||
[gen-characteristic-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-descriptor-get-same-object.https.html]
|
||||
[gen-descriptor-get-same-object]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-service-is-removed-with-uuid.https.html]
|
||||
[gen-service-is-removed-with-uuid]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-service-is-removed.https.html]
|
||||
[gen-service-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[characteristic-is-removed.https.html]
|
||||
[characteristic-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[service-is-removed.https.html]
|
||||
[service-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[add-multiple-event-listeners.https.html]
|
||||
[add-multiple-event-listeners]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[characteristic-is-removed.https.html]
|
||||
[characteristic-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[event-is-fired.https.html]
|
||||
[event-is-fired]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-characteristic-is-removed.https.html]
|
||||
[gen-characteristic-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[read-succeeds.https.html]
|
||||
[read-succeeds]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[read-updates-value.https.html]
|
||||
[read-updates-value]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[service-is-removed.https.html]
|
||||
[service-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[service-same-from-2-characteristics.https.html]
|
||||
[service-same-from-2-characteristics]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[service-same-object.https.html]
|
||||
[service-same-object]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-characteristic-is-removed.https.html]
|
||||
[gen-characteristic-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[characteristic-is-removed.https.html]
|
||||
[characteristic-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-characteristic-is-removed.https.html]
|
||||
[gen-characteristic-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[service-is-removed.https.html]
|
||||
[service-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[write-succeeds.https.html]
|
||||
[write-succeeds]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-service-is-removed.https.html]
|
||||
[gen-service-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[read-succeeds.https.html]
|
||||
[read-succeeds]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-service-is-removed.https.html]
|
||||
[gen-service-is-removed]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[disconnected.https.html]
|
||||
[disconnected]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[disconnected_gc.https.html]
|
||||
[disconnected_gc]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[one-event-per-disconnection.https.html]
|
||||
[one-event-per-disconnection]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[reconnect-during-disconnected-event.https.html]
|
||||
[reconnect-during-disconnected-event]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[idl-BluetoothDevice.https.html]
|
||||
[idl-BluetoothDevice]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[idl-NavigatorBluetooth.html]
|
||||
[navigator.bluetooth not available in insecure contexts]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,223 @@
|
|||
[idlharness.tentative.https.window.html]
|
||||
[BluetoothRemoteGATTService interface: attribute oncharacteristicvaluechanged]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: attribute onserviceadded]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTService interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: navigator.bluetooth must inherit property "oncharacteristicvaluechanged" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothServiceDataMap interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothDevice interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothManufacturerDataMap interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: attribute manufacturerData]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTDescriptor interface: operation readValue()]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTCharacteristic interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: event must inherit property "uuids" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothPermissionResult interface: attribute devices]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTServer interface: operation getPrimaryServices(BluetoothServiceUUID)]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTCharacteristic interface: operation readValue()]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTServer interface: operation connect()]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: attribute referringDevice]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: attribute uuids]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTService interface: operation getCharacteristics(BluetoothCharacteristicUUID)]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTService interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTCharacteristic interface: operation stopNotifications()]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothManufacturerDataMap interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTDescriptor interface: operation writeValue(BufferSource)]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent must be primary interface of event]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothServiceDataMap interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTService interface: operation getIncludedServices(BluetoothServiceUUID)]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: navigator.bluetooth must inherit property "onserviceremoved" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothServiceDataMap interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: event must inherit property "manufacturerData" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothManufacturerDataMap interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: attribute serviceData]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: attribute onserviceremoved]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothManufacturerDataMap interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: operation requestDevice(RequestDeviceOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTCharacteristic interface: operation getDescriptor(BluetoothDescriptorUUID)]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: event must inherit property "txPower" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[ValueEvent interface: attribute value]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothManufacturerDataMap interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTCharacteristic interface: operation startNotifications()]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothServiceDataMap interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothDevice interface: attribute onservicechanged]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: attribute onservicechanged]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: navigator.bluetooth must inherit property "ongattserverdisconnected" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTCharacteristic interface: operation writeValue(BufferSource)]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTCharacteristic interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTServer interface: operation getPrimaryService(BluetoothServiceUUID)]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothDevice interface: attribute oncharacteristicvaluechanged]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: event must inherit property "name" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothManufacturerDataMap interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[ValueEvent interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of event]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: attribute ongattserverdisconnected]
|
||||
expected: FAIL
|
||||
|
||||
[ValueEvent interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[ValueEvent interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothDevice interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[ValueEvent interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[ValueEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTCharacteristic interface: operation getDescriptors(BluetoothDescriptorUUID)]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: operation getAvailability()]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTService interface: operation getIncludedService(BluetoothServiceUUID)]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: event must inherit property "rssi" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: event must inherit property "appearance" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothServiceDataMap interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: navigator.bluetooth must inherit property "onserviceadded" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothDevice interface: attribute onserviceremoved]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: event must inherit property "device" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[ValueEvent interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothRemoteGATTService interface: operation getCharacteristic(BluetoothCharacteristicUUID)]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothDevice interface: attribute onserviceadded]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: navigator.bluetooth must inherit property "referringDevice" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: navigator.bluetooth must inherit property "onservicechanged" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothServiceDataMap interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothAdvertisingEvent interface: event must inherit property "serviceData" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[BluetoothDevice interface: operation watchAdvertisements()]
|
||||
expected: FAIL
|
||||
|
||||
[Bluetooth interface: attribute oncharacteristicvaluechanged]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[device-with-empty-name.https.html]
|
||||
[device-with-empty-name]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[device-with-name.https.html]
|
||||
[device-with-name]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[optional-services-missing.https.html]
|
||||
[optional-services-missing]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[optional-services-present.https.html]
|
||||
[optional-services-present]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[blocklisted-service-in-filter.https.html]
|
||||
[blocklisted-service-in-filter]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[blocklisted-service-in-optionalServices.https.html]
|
||||
[blocklisted-service-in-optionalServices]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[device-name-longer-than-29-bytes.https.html]
|
||||
[device-name-longer-than-29-bytes]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[empty-filter.https.html]
|
||||
[empty-filter]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[empty-filters-member.https.html]
|
||||
[empty-filters-member]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[empty-namePrefix.https.html]
|
||||
[empty-namePrefix]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[empty-services-member.https.html]
|
||||
[empty-services-member]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[filters-xor-acceptAllDevices.https.html]
|
||||
[filters-xor-acceptAllDevices]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[max-length-exceeded-name-unicode.https.html]
|
||||
[max-length-exceeded-name-unicode]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[max-length-exceeded-name.https.html]
|
||||
[max-length-exceeded-name]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[max-length-exceeded-namePrefix-unicode.https.html]
|
||||
[max-length-exceeded-namePrefix-unicode]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[max-length-exceeded-namePrefix.https.html]
|
||||
[max-length-exceeded-namePrefix]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[max-length-name-unicode.https.html]
|
||||
[max-length-name-unicode]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[max-length-name.https.html]
|
||||
[max-length-name]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[max-length-namePrefix-unicode.https.html]
|
||||
[max-length-namePrefix-unicode]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[max-length-namePrefix.https.html]
|
||||
[max-length-namePrefix]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[no-arguments.https.html]
|
||||
[no-arguments]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[unicode-valid-length-name-name.https.html]
|
||||
[unicode-valid-length-name-name]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[unicode-valid-length-name-namePrefix.https.html]
|
||||
[unicode-valid-length-name-namePrefix]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[wrong-service-in-optionalServices-member.https.html]
|
||||
[wrong-service-in-optionalServices-member]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[wrong-service-in-services-member.https.html]
|
||||
[wrong-service-in-services-member]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[cross-origin-iframe.sub.https.html]
|
||||
[cross-origin-iframe]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[discovery-succeeds.https.html]
|
||||
[discovery-succeeds]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[doesnt-consume-user-gesture.https.html]
|
||||
[doesnt-consume-user-gesture]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[filter-matches.https.html]
|
||||
[filter-matches]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[le-not-supported.https.html]
|
||||
[le-not-supported]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[name-empty-device-from-name-empty-filter.https.html]
|
||||
[name-empty-device-from-name-empty-filter]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[not-processing-user-gesture.https.html]
|
||||
[not-processing-user-gesture]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[radio-not-present.https.html]
|
||||
[radio-not-present]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[request-from-iframe.https.html]
|
||||
[request-from-iframe]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[request-from-sandboxed-iframe.https.html]
|
||||
[request-from-sandboxed-iframe]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[same-device.https.html]
|
||||
[same-device]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[single-filter-single-service.https.html]
|
||||
[single-filter-single-service]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[connection-succeeds.https.html]
|
||||
[connection-succeeds]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[garbage-collection-ran-during-success.https.html]
|
||||
[garbage-collection-ran-during-success]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[get-same-gatt-server.https.html]
|
||||
[get-same-gatt-server]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[device-same-object.https.html]
|
||||
[device-same-object]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[connect-disconnect-twice.https.html]
|
||||
[connect-disconnect-twice]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[detach-gc.https.html]
|
||||
[detach-gc]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[disconnect-twice-in-a-row.https.html]
|
||||
[disconnect-twice-in-a-row]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gc-detach.https.html]
|
||||
[gc-detach]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-disconnect-called-before.https.html]
|
||||
[gen-disconnect-called-before]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-disconnect-called-during-error.https.html]
|
||||
[gen-disconnect-called-during-error]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-disconnect-called-during-success.https.html]
|
||||
[gen-disconnect-called-during-success]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-disconnect-invalidates-objects.https.html]
|
||||
[gen-disconnect-invalidates-objects]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-disconnected-device.https.html]
|
||||
[gen-disconnected-device]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-discovery-complete-no-permission-absent-service.https.html]
|
||||
[gen-discovery-complete-no-permission-absent-service]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-discovery-complete-service-not-found.https.html]
|
||||
[gen-discovery-complete-service-not-found]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-garbage-collection-ran-during-error.https.html]
|
||||
[gen-garbage-collection-ran-during-error]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-garbage-collection-ran-during-success.https.html]
|
||||
[gen-garbage-collection-ran-during-success]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-get-different-service-after-reconnection.https.html]
|
||||
[gen-get-different-service-after-reconnection]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-get-same-object.https.html]
|
||||
[gen-get-same-object]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-invalid-service-name.https.html]
|
||||
[gen-invalid-service-name]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-no-permission-absent-service.https.html]
|
||||
[gen-no-permission-absent-service]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-no-permission-for-any-service.https.html]
|
||||
[gen-no-permission-for-any-service]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-no-permission-present-service.https.html]
|
||||
[gen-no-permission-present-service]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[gen-service-not-found.https.html]
|
||||
[gen-service-not-found]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
[service-found.https.html]
|
||||
[service-found]
|
||||
expected: FAIL
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue