зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1403322 - schedule jittests inclusively; r=ahal
MozReview-Commit-ID: JcvMSTBJ83p --HG-- extra : rebase_source : d51581a5418fdf5b119b8670ccf89cafcc0743ae
This commit is contained in:
Родитель
9eb82aeb2b
Коммит
0b3b170dce
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче