Bug 1403322 - schedule jittests inclusively; r=ahal

MozReview-Commit-ID: JcvMSTBJ83p

--HG--
extra : rebase_source : d51581a5418fdf5b119b8670ccf89cafcc0743ae
This commit is contained in:
Dustin J. Mitchell 2017-10-11 17:21:11 +00:00
Родитель 9eb82aeb2b
Коммит 0b3b170dce
3 изменённых файлов: 8 добавлений и 5 удалений

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

@ -11,3 +11,9 @@ for header in ('GCAnnotations.h', 'GCAPI.h', 'HeapAPI.h', 'RootingAPI.h', 'Slice
with Files('public/TrackedOptimizationInfo.h'):
BUG_COMPONENT = component_jit
with Files("src/**"):
SCHEDULES.inclusive += ['jittest']
with Files("public/**"):
SCHEDULES.inclusive += ['jittest']

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

@ -15,6 +15,8 @@ INCLUSIVE_COMPONENTS = [
'py-lint',
'js-lint',
'yaml-lint',
# tests that only run when certain files have changed
'jittest',
]
INCLUSIVE_COMPONENTS = sorted(INCLUSIVE_COMPONENTS)
@ -30,7 +32,6 @@ EXCLUSIVE_COMPONENTS = [
'firefox-ui',
'geckoview',
'gtest',
'jittest',
'marionette',
'mochitest',
'reftest',

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

@ -292,10 +292,6 @@ jittest:
- remove_executables.py
extra-options:
- --jittest-suite=jittest-chunked
when:
files-changed:
- js/src/**
- js/public/**
tier:
by-test-platform:
windows10-64-asan.*: 3