mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1224689 - Add a 'sync' mozinfo variable and only run test_remotetabmatches.js if it is defined. r=ted
This commit is contained in:
parent
08f918f297
commit
92fa43fe9a
@ -85,6 +85,7 @@ def build_dict(config, env=os.environ):
|
||||
d['crashreporter'] = bool(substs.get('MOZ_CRASHREPORTER'))
|
||||
d['datareporting'] = bool(substs.get('MOZ_DATA_REPORTING'))
|
||||
d['healthreport'] = substs.get('MOZ_SERVICES_HEALTHREPORT') == '1'
|
||||
d['sync'] = substs.get('MOZ_SERVICES_SYNC') == '1'
|
||||
d['asan'] = substs.get('MOZ_ASAN') == '1'
|
||||
d['tsan'] = substs.get('MOZ_TSAN') == '1'
|
||||
d['telemetry'] = substs.get('MOZ_TELEMETRY_REPORTING') == '1'
|
||||
|
@ -31,6 +31,7 @@ support-files =
|
||||
[test_multi_word_search.js]
|
||||
[test_queryurl.js]
|
||||
[test_remotetabmatches.js]
|
||||
skip-if = !sync
|
||||
[test_searchEngine_alias.js]
|
||||
[test_searchEngine_current.js]
|
||||
[test_searchEngine_host.js]
|
||||
|
Loading…
Reference in New Issue
Block a user