Bug 1328512 part 3 - Change stylo mochitest task to run all style system mochitests rather than tagged ones. r=gps

MozReview-Commit-ID: 7rUHpTFQflF

--HG--
extra : rebase_source : 72a62e1a582afc59ef6cc9c1488862efb14dedc8
This commit is contained in:
Xidorn Quan 2017-01-04 16:37:08 +11:00
parent 6d87099ce5
commit e7b267ea34
4 changed files with 6 additions and 9 deletions

View File

@ -215,11 +215,9 @@ support-files =
[test_inherit_computation.html]
skip-if = toolkit == 'android'
[test_inherit_storage.html]
tags = stylo
[test_initial_computation.html]
skip-if = toolkit == 'android'
[test_initial_storage.html]
tags = stylo
[test_keyframes_rules.html]
[test_load_events_on_stylesheets.html]
[test_logical_properties.html]
@ -303,7 +301,6 @@ support-files = unprefixing_service_iframe.html unprefixing_service_utils.js
[test_unprefixing_service_prefs.html]
support-files = unprefixing_service_iframe.html unprefixing_service_utils.js
[test_value_cloning.html]
tags = stylo
skip-if = toolkit == 'android' #bug 775227
[test_value_computation.html]
skip-if = toolkit == 'android'

View File

@ -67,7 +67,7 @@ stylo-tests:
- cppunit
- crashtest
- reftest-stylo
- mochitest-stylo
- mochitest-style
ccov-code-coverage-tests:
- mochitest

View File

@ -770,9 +770,9 @@ mochitest-webgl:
extra-options:
- --mochitest-suite=mochitest-gl
mochitest-stylo:
description: "Mochitest run for Stylo"
suite: mochitest/mochitest-stylo
mochitest-style:
description: "Mochitest plain run for style system"
suite: mochitest/mochitest-style
treeherder-symbol: tc-M(s)
loopback-video: true
e10s: false
@ -785,7 +785,7 @@ mochitest-stylo:
- unittests/linux_unittest.py
- remove_executables.py
extra-options:
- --mochitest-suite=mochitest-stylo
- --mochitest-suite=mochitest-style
reftest:
description: "Reftest run"

View File

@ -203,7 +203,7 @@ config = {
"jetpack-package-clipboard": ["--flavor=jetpack-package", "--subsuite=clipboard"],
"jetpack-addon": ["--flavor=jetpack-addon"],
"a11y": ["--flavor=a11y"],
"mochitest-stylo": ["--disable-e10s", "--tag=stylo"],
"mochitest-style": ["--disable-e10s", "layout/style/test"],
},
# local reftest suites
"all_reftest_suites": {