From: Carsten Schoenert Date: Sun, 12 Mar 2017 07:08:35 +0000 (+0100) Subject: Don't build testing suites and stuff X-Git-Tag: archive/raspbian/1%60.5.1-1+rpi1~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c05d36d30b78de027935b0c00832e40d463a0ca4;p=thunderbird.git Don't build testing suites and stuff We can't build the testsuites from upstream for now, some files contains non-free stuff from the DFSG POV and we have filtered those files and folder out before. Gbp-Pq: Topic debian-hacks Gbp-Pq: Name Don-t-build-testing-suites-and-stuff.patch --- diff --git a/accessible/windows/moz.build b/accessible/windows/moz.build index 4bfa4f330f..8e63609476 100644 --- a/accessible/windows/moz.build +++ b/accessible/windows/moz.build @@ -6,3 +6,6 @@ DIRS += ['msaa', 'ia2', 'sdn', 'uia'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] diff --git a/devtools/client/aboutdebugging/moz.build b/devtools/client/aboutdebugging/moz.build index a5ad754840..d7a94a23fa 100644 --- a/devtools/client/aboutdebugging/moz.build +++ b/devtools/client/aboutdebugging/moz.build @@ -9,9 +9,12 @@ DIRS += [ 'modules', ] -BROWSER_CHROME_MANIFESTS += [ - 'test/browser.ini' -] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += [ +# 'test/browser.ini' +#] + XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini'] with Files('**'): diff --git a/devtools/client/animationinspector/moz.build b/devtools/client/animationinspector/moz.build index 558b581071..610ed09e6a 100644 --- a/devtools/client/animationinspector/moz.build +++ b/devtools/client/animationinspector/moz.build @@ -4,8 +4,10 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] -XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +#XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] DIRS += [ 'components' diff --git a/devtools/client/canvasdebugger/moz.build b/devtools/client/canvasdebugger/moz.build index 7d4a49e8ef..60d050645c 100644 --- a/devtools/client/canvasdebugger/moz.build +++ b/devtools/client/canvasdebugger/moz.build @@ -7,7 +7,9 @@ DevToolsModules( 'panel.js' ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Developer Tools: Canvas Debugger') diff --git a/devtools/client/commandline/moz.build b/devtools/client/commandline/moz.build index 22fc466241..5ef6cab2f2 100644 --- a/devtools/client/commandline/moz.build +++ b/devtools/client/commandline/moz.build @@ -2,4 +2,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] diff --git a/devtools/client/dom/moz.build b/devtools/client/dom/moz.build index 46cb7e6abc..9bd29a6ece 100644 --- a/devtools/client/dom/moz.build +++ b/devtools/client/dom/moz.build @@ -3,7 +3,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] DIRS += [ 'content', diff --git a/devtools/client/framework/moz.build b/devtools/client/framework/moz.build index 986a6d8dda..59f1997ce3 100644 --- a/devtools/client/framework/moz.build +++ b/devtools/client/framework/moz.build @@ -4,7 +4,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] DIRS += [ 'components', diff --git a/devtools/client/inspector/animation/moz.build b/devtools/client/inspector/animation/moz.build index e24725d3a1..5229bd49a0 100644 --- a/devtools/client/inspector/animation/moz.build +++ b/devtools/client/inspector/animation/moz.build @@ -9,7 +9,9 @@ DIRS += [ 'utils' ] -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] DevToolsModules( 'animation.js' diff --git a/devtools/client/inspector/boxmodel/moz.build b/devtools/client/inspector/boxmodel/moz.build index 6ef44c80c3..e84a1b7b73 100644 --- a/devtools/client/inspector/boxmodel/moz.build +++ b/devtools/client/inspector/boxmodel/moz.build @@ -16,4 +16,4 @@ DevToolsModules( 'types.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] diff --git a/devtools/client/inspector/computed/moz.build b/devtools/client/inspector/computed/moz.build index 5ce950325f..930a13eb70 100644 --- a/devtools/client/inspector/computed/moz.build +++ b/devtools/client/inspector/computed/moz.build @@ -8,4 +8,6 @@ DevToolsModules( 'computed.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] diff --git a/devtools/client/inspector/extensions/moz.build b/devtools/client/inspector/extensions/moz.build index dae7e8e588..f016152c8e 100644 --- a/devtools/client/inspector/extensions/moz.build +++ b/devtools/client/inspector/extensions/moz.build @@ -15,4 +15,4 @@ DevToolsModules( 'types.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] diff --git a/devtools/client/inspector/fonts/moz.build b/devtools/client/inspector/fonts/moz.build index 554ebb9817..3146877bff 100644 --- a/devtools/client/inspector/fonts/moz.build +++ b/devtools/client/inspector/fonts/moz.build @@ -16,4 +16,6 @@ DevToolsModules( 'types.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] diff --git a/devtools/client/inspector/grids/moz.build b/devtools/client/inspector/grids/moz.build index 55d2d8c97f..d6999220db 100644 --- a/devtools/client/inspector/grids/moz.build +++ b/devtools/client/inspector/grids/moz.build @@ -16,5 +16,5 @@ DevToolsModules( 'types.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] -XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +#XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] diff --git a/devtools/client/inspector/markup/moz.build b/devtools/client/inspector/markup/moz.build index 4d721cc3c4..7a2368d64a 100644 --- a/devtools/client/inspector/markup/moz.build +++ b/devtools/client/inspector/markup/moz.build @@ -13,4 +13,6 @@ DevToolsModules( 'utils.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] diff --git a/devtools/client/inspector/moz.build b/devtools/client/inspector/moz.build index 4a111fc989..f384f00c5f 100644 --- a/devtools/client/inspector/moz.build +++ b/devtools/client/inspector/moz.build @@ -29,7 +29,9 @@ DevToolsModules( 'toolsidebar.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Developer Tools: Inspector') diff --git a/devtools/client/inspector/rules/moz.build b/devtools/client/inspector/rules/moz.build index e826c14144..582db04c66 100644 --- a/devtools/client/inspector/rules/moz.build +++ b/devtools/client/inspector/rules/moz.build @@ -13,4 +13,6 @@ DevToolsModules( 'rules.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] diff --git a/devtools/client/inspector/shared/moz.build b/devtools/client/inspector/shared/moz.build index cc2357aa12..e04926cecf 100644 --- a/devtools/client/inspector/shared/moz.build +++ b/devtools/client/inspector/shared/moz.build @@ -14,4 +14,6 @@ DevToolsModules( 'utils.js' ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] diff --git a/devtools/client/jsonview/moz.build b/devtools/client/jsonview/moz.build index abaf2a69f2..e121e998ca 100644 --- a/devtools/client/jsonview/moz.build +++ b/devtools/client/jsonview/moz.build @@ -17,7 +17,9 @@ DevToolsModules( 'viewer-config.js' ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Developer Tools: JSON Viewer') diff --git a/devtools/client/memory/moz.build b/devtools/client/memory/moz.build index ad173d011b..423e94cd21 100644 --- a/devtools/client/memory/moz.build +++ b/devtools/client/memory/moz.build @@ -23,6 +23,8 @@ DevToolsModules( 'utils.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] -XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] -MOCHITEST_CHROME_MANIFESTS += ['test/chrome/chrome.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] +#XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] +#MOCHITEST_CHROME_MANIFESTS += ['test/chrome/chrome.ini'] diff --git a/devtools/client/netmonitor/moz.build b/devtools/client/netmonitor/moz.build index faa676dd7b..5e0a86b3aa 100644 --- a/devtools/client/netmonitor/moz.build +++ b/devtools/client/netmonitor/moz.build @@ -12,7 +12,9 @@ DevToolsModules( XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Developer Tools: Netmonitor') diff --git a/devtools/client/netmonitor/src/har/moz.build b/devtools/client/netmonitor/src/har/moz.build index c8b384707f..df95fd8967 100644 --- a/devtools/client/netmonitor/src/har/moz.build +++ b/devtools/client/netmonitor/src/har/moz.build @@ -13,4 +13,6 @@ DevToolsModules( 'toolbox-overlay.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] diff --git a/devtools/client/performance/moz.build b/devtools/client/performance/moz.build index 9b290a129a..1253cd7397 100644 --- a/devtools/client/performance/moz.build +++ b/devtools/client/performance/moz.build @@ -14,8 +14,10 @@ DevToolsModules( 'panel.js' ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] -XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +#XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)') diff --git a/devtools/client/responsive.html/moz.build b/devtools/client/responsive.html/moz.build index 01afc1f115..cfe67fc9b9 100644 --- a/devtools/client/responsive.html/moz.build +++ b/devtools/client/responsive.html/moz.build @@ -25,8 +25,10 @@ DevToolsModules( 'types.js', ) -XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] -BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] +#BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Developer Tools: Responsive Design Mode') diff --git a/devtools/client/scratchpad/moz.build b/devtools/client/scratchpad/moz.build index 35adaa5546..0681e4413c 100644 --- a/devtools/client/scratchpad/moz.build +++ b/devtools/client/scratchpad/moz.build @@ -10,7 +10,9 @@ DevToolsModules( 'scratchpad-panel.js', ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Developer Tools: Scratchpad') diff --git a/devtools/client/shadereditor/moz.build b/devtools/client/shadereditor/moz.build index 4e8337dfae..c53ea4cf74 100644 --- a/devtools/client/shadereditor/moz.build +++ b/devtools/client/shadereditor/moz.build @@ -7,7 +7,9 @@ DevToolsModules( 'panel.js' ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Developer Tools: WebGL Shader Editor') diff --git a/devtools/client/shared/components/moz.build b/devtools/client/shared/components/moz.build index 8b31a61fbc..607a837a77 100644 --- a/devtools/client/shared/components/moz.build +++ b/devtools/client/shared/components/moz.build @@ -25,5 +25,7 @@ DevToolsModules( 'VisibilityHandler.js', ) -MOCHITEST_CHROME_MANIFESTS += ['test/mochitest/chrome.ini'] -BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#MOCHITEST_CHROME_MANIFESTS += ['test/mochitest/chrome.ini'] +#BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] diff --git a/devtools/client/shared/moz.build b/devtools/client/shared/moz.build index ecfac45ccd..5a08e1df8e 100644 --- a/devtools/client/shared/moz.build +++ b/devtools/client/shared/moz.build @@ -4,11 +4,13 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] -XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] -TEST_HARNESS_FILES.xpcshell.devtools.client.shared.test += [ - 'test/shared-redux-head.js', -] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +#XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] +#TEST_HARNESS_FILES.xpcshell.devtools.client.shared.test += [ +# 'test/shared-redux-head.js', +#] DIRS += [ 'components', diff --git a/devtools/client/sourceeditor/moz.build b/devtools/client/sourceeditor/moz.build index 846917bece..edbc2c0faf 100644 --- a/devtools/client/sourceeditor/moz.build +++ b/devtools/client/sourceeditor/moz.build @@ -17,7 +17,9 @@ DevToolsModules( 'wasm.js' ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Developer Tools: Source Editor') diff --git a/devtools/client/storage/moz.build b/devtools/client/storage/moz.build index 1f527e6f12..1af759a5a3 100644 --- a/devtools/client/storage/moz.build +++ b/devtools/client/storage/moz.build @@ -4,7 +4,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] DevToolsModules( 'panel.js', diff --git a/devtools/client/styleeditor/moz.build b/devtools/client/styleeditor/moz.build index bf0e0ada24..cf3e3c25cc 100644 --- a/devtools/client/styleeditor/moz.build +++ b/devtools/client/styleeditor/moz.build @@ -4,7 +4,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] DevToolsModules( 'original-source.js', diff --git a/devtools/client/webaudioeditor/moz.build b/devtools/client/webaudioeditor/moz.build index 8c16579229..3d5d323e59 100644 --- a/devtools/client/webaudioeditor/moz.build +++ b/devtools/client/webaudioeditor/moz.build @@ -7,7 +7,9 @@ DevToolsModules( 'panel.js' ) -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] with Files('**'): BUG_COMPONENT = ('Firefox', 'Developer Tools: Web Audio Editor') diff --git a/devtools/client/webconsole/moz.build b/devtools/client/webconsole/moz.build index 24a5ce4eda..fbf5d26be9 100644 --- a/devtools/client/webconsole/moz.build +++ b/devtools/client/webconsole/moz.build @@ -4,7 +4,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] DIRS += [ 'net', diff --git a/devtools/client/webconsole/net/moz.build b/devtools/client/webconsole/net/moz.build index 1b9eca7fe2..debfa26ef1 100644 --- a/devtools/client/webconsole/net/moz.build +++ b/devtools/client/webconsole/net/moz.build @@ -15,5 +15,7 @@ DevToolsModules( 'net-request.js', ) -XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] -BROWSER_CHROME_MANIFESTS += ['test/mochitest/browser.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini'] +#BROWSER_CHROME_MANIFESTS += ['test/mochitest/browser.ini'] diff --git a/devtools/client/webconsole/new-console-output/test/moz.build b/devtools/client/webconsole/new-console-output/test/moz.build index e91e7e2452..c19fb399ac 100644 --- a/devtools/client/webconsole/new-console-output/test/moz.build +++ b/devtools/client/webconsole/new-console-output/test/moz.build @@ -3,10 +3,12 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -BROWSER_CHROME_MANIFESTS += [ - 'fixtures/stub-generators/browser.ini', - 'mochitest/browser.ini', -] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += [ +# 'fixtures/stub-generators/browser.ini', +# 'mochitest/browser.ini', +#] DIRS += [ 'fixtures' diff --git a/devtools/client/webide/moz.build b/devtools/client/webide/moz.build index 42e048491d..f4aef9574b 100644 --- a/devtools/client/webide/moz.build +++ b/devtools/client/webide/moz.build @@ -10,12 +10,14 @@ DIRS += [ 'themes', ] -BROWSER_CHROME_MANIFESTS += [ - 'test/browser.ini' -] -MOCHITEST_CHROME_MANIFESTS += [ - 'test/chrome.ini' -] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += [ +# 'test/browser.ini' +#] +#MOCHITEST_CHROME_MANIFESTS += [ +# 'test/chrome.ini' +#] JS_PREFERENCE_FILES += [ 'webide-prefs.js', diff --git a/devtools/server/moz.build b/devtools/server/moz.build index 65bba1732d..421e8be814 100644 --- a/devtools/server/moz.build +++ b/devtools/server/moz.build @@ -11,9 +11,11 @@ DIRS += [ 'performance', ] -BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini'] -MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini'] -XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini'] +# Don't build any testsuites. We have filteres out some needed content for +# this as some files are not DFSG clean. +#BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini'] +#MOCHITEST_CHROME_MANIFESTS += ['tests/mochitest/chrome.ini'] +#XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini'] DevToolsModules( 'child.js',