Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable upstream bluetooth tests #22420

Merged
merged 9 commits into from Dec 22, 2018
@@ -39,6 +39,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
"support"
],
"tools/wptrunner/wptrunner/executors/executorservodriver.py": [
"d015e77b8c72b4f7d1dcc32f6d1c5613f90b959b",
"f54181922651bc95f0c25cc554d98f191ffa8b64",
"support"
],
"tools/wptrunner/wptrunner/executors/executorwebdriver.py": [
@@ -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

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.