Bug 1262866 - Move crashreport.sjs from browser.ini to TEST_HARNESS_FILES to prevent failure in --disable-crashrepoter builds. r=ted

MozReview-Commit-ID: 6kMEMAmxBhM
This commit is contained in:
Chris Manchester 2016-04-12 11:19:21 -07:00
Родитель a60474e645
Коммит a77dfaff4a
4 изменённых файлов: 4 добавлений и 3 удалений

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

@ -127,7 +127,6 @@ support-files =
!/toolkit/components/passwordmgr/test/browser/insecure_test.html
!/toolkit/components/passwordmgr/test/browser/insecure_test_subframe.html
!/toolkit/content/tests/browser/common/mockTransfer.js
!/toolkit/crashreporter/test/browser/crashreport.sjs
!/toolkit/modules/tests/browser/metadata_*.html
!/toolkit/mozapps/extensions/test/xpinstall/amosigned.xpi
!/toolkit/mozapps/extensions/test/xpinstall/corrupt.xpi

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

@ -4,7 +4,6 @@ support-files =
hang_test.js
privatemode_perwindowpb.xul
plugin-utils.js
!/toolkit/crashreporter/test/browser/crashreport.sjs
[test_bug479979.xul]
[test_bug751809.html]

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

@ -1,7 +1,6 @@
[DEFAULT]
support-files =
head.js
crashreport.sjs
[browser_aboutCrashes.js]
[browser_aboutCrashesResubmit.js]

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

@ -51,6 +51,10 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
if CONFIG['MOZ_CRASHREPORTER']:
DIRS += ['crashreporter']
TEST_HARNESS_FILES.testing.mochitest.browser.toolkit.crashreporter.test.browser += [
'crashreporter/test/browser/crashreport.sjs',
]
with Files('mozapps/installer/windows/*'):
BUG_COMPONENT = ('Toolkit', 'NSIS Installer')