зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1507767 - Add task_regex for crashtest. r=ahal
--HG-- extra : rebase_source : 0813092c2c665f25600a839fff5091efbdb260dc extra : source : c6507666343929310b54cbe3ccf5c27b9a453782
This commit is contained in:
Родитель
deae482814
Коммит
70b7e86a2b
|
@ -43,6 +43,8 @@ TEST_SUITES = {
|
|||
'aliases': ('c', 'rc'),
|
||||
'mach_command': 'crashtest',
|
||||
'kwargs': {'test_file': None},
|
||||
'task_regex': ['crashtest($|.*(-1|[^0-9])$)',
|
||||
'test-verify($|.*(-1|[^0-9])$)'],
|
||||
},
|
||||
'firefox-ui-functional': {
|
||||
'aliases': ('fxfn',),
|
||||
|
@ -214,7 +216,7 @@ _test_flavors = {
|
|||
'a11y': 'mochitest-a11y',
|
||||
'browser-chrome': 'mochitest-browser',
|
||||
'chrome': 'mochitest-chrome',
|
||||
'crashtest': '',
|
||||
'crashtest': 'crashtest',
|
||||
'firefox-ui-functional': 'firefox-ui-functional',
|
||||
'firefox-ui-update': 'firefox-ui-update',
|
||||
'marionette': 'marionette',
|
||||
|
|
Загрузка…
Ссылка в новой задаче