Bug 1403322 - schedule test-verification inclusively; r=ahal

MozReview-Commit-ID: CsIUEq6CDln

--HG--
extra : rebase_source : 40ef63f09b5972ce2adb650b279be5d5fe48dd99
This commit is contained in:
Dustin J. Mitchell 2017-10-11 17:36:16 +00:00
Родитель c673307b64
Коммит 8a895872c0
3 изменённых файлов: 14 добавлений и 7 удалений

Просмотреть файл

@ -49,6 +49,18 @@ with Files('**/Makefile.in'):
BUG_COMPONENT = ('Core', 'Build Config')
FINAL = True
with Files("**/*.js"):
SCHEDULES.inclusive += ['test-verification']
with Files("**/*.html"):
SCHEDULES.inclusive += ['test-verification']
with Files("**/*.xhtml"):
SCHEDULES.inclusive += ['test-verification']
with Files("**/*.xul"):
SCHEDULES.inclusive += ['test-verification']
FILES_PER_UNIFIED_FILE = 1
CONFIGURE_SUBST_FILES += [

Просмотреть файл

@ -17,7 +17,8 @@ INCLUSIVE_COMPONENTS = [
'yaml-lint',
# test suites that only run when certain files have changed
'jittest',
# test flavors
'test-verification',
# test flavors (narrower than suites)
'jsreftest',
]
INCLUSIVE_COMPONENTS = sorted(INCLUSIVE_COMPONENTS)

Просмотреть файл

@ -1962,12 +1962,6 @@ test-verify:
- remove_executables.py
extra-options:
- --verify
when:
files-changed:
- '**/*.js'
- '**/*.html'
- '**/*.xhtml'
- '**/*.xul'
web-platform-tests:
description: "Web platform test run"