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

#20437 resolved PR issues

  • Loading branch information
cdeler committed Dec 16, 2018
commit 84aca5a9bbee40a60b9582a328208f87eb603480
@@ -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 --processes=8 --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
@@ -55,14 +57,6 @@ mac-rel-css2:
- ./mach test-wpt --release --processes 4 --total-chunks 6 --this-chunk 6 --log-raw test-wpt.log --log-errorsummary wpt-errorsummary.log --always-succeed
- ./mach filter-intermittents wpt-errorsummary.log --log-intermittents intermittents.log --log-filteredsummary filtered-wpt-errorsummary.log --tracker-api default --reporter-api default

mac-rel-bluetooth:
- ./mach clean-nightlies --keep 3 --force
- ./mach clean-cargo-cache --keep 3 --force
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --release
- ./mach test-wpt --release --processes=8 --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
- bash ./etc/ci/lockfile_changed.sh

mac-nightly:
- ./mach clean-nightlies --keep 3 --force
- ./mach clean-cargo-cache --keep 3 --force
@@ -9,8 +9,6 @@ skip: true
skip: false
[2dcontext]
skip: false
[bluetooth]
skip: false
[cors]
skip: false
[css]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.