Bug 1224689 - Add a 'sync' mozinfo variable and only run test_remotetabmatches.js if it is defined. r=ted

This commit is contained in:
Mark Hammond 2015-11-15 15:21:00 +01:00
parent 08f918f297
commit 92fa43fe9a
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -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]