'browser-loader.js',
'css-angle.js',
'curl.js',
- 'demangle.js',
+# 'demangle.js',
'developer-toolbar.js',
'devices.js',
'DOMHelpers.jsm',
# 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/.
-DevToolsModules(
- 'index.js',
- 'worker.js',
-)
+# Don't build any testsuites. We have filteres out some needed content for
+# this as some files are not DFSG clean.
+#DevToolsModules(
+# 'index.js',
+# 'worker.js',
+#)
DevToolsModules(
'immutable.js',
'jsol.js',
- 'jszip.js',
+# 'jszip.js',
'lodash.js',
'react-dom-factories.js',
'react-dom-server.js',
'react-dom-test-utils.js',
'react-dom.js',
- 'react-prop-types.js',
+# 'react-prop-types.js',
'react-redux.js',
- 'react-test-renderer-shallow.js',
+# 'react-test-renderer-shallow.js',
'react.js',
- 'redux.js',
+# 'redux.js',
'reselect.js',
'seamless-immutable.js',
'WasmDis.js',
- 'WasmParser.js',
+# 'WasmParser.js',
)
# react dev versions are used if either debug mode is enabled,
'comment.js',
'condense.js',
'def.js',
- 'ecma5.js',
+# 'ecma5.js',
'infer.js',
'signal.js',
'tern.js',
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DevToolsModules(
- 'consoleApi.js',
+# 'consoleApi.js',
'cssMessage.js',
- 'evaluationResult.js',
+# 'evaluationResult.js',
'index.js',
'networkEvent.js',
- 'pageError.js',
+# 'pageError.js',
)
DevToolsModules(
'actor-registry-utils.js',
'audionodes.json',
- 'automation-timeline.js',
+# 'automation-timeline.js',
'breakpoint-actor-map.js',
'css-grid-utils.js',
'event-loop.js',
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
-DevToolsModules(
- 'acorn.js',
- 'acorn_loose.js',
- 'walk.js',
-)
+# Don't build any testsuites. We have filteres out some needed content for
+# this as some files are not DFSG clean.
+#DevToolsModules(
+# 'acorn.js',
+# 'acorn_loose.js',
+# 'walk.js',
+#)
# 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/.
-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.
+#XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
DevToolsModules(
'source-map.js'
# Change the following line(s) to avoid bug 1081323 (clobber after changing a manifest):
# * Adjust failure errata for webgl-conf.
-MOCHITEST_MANIFESTS += [
- 'test/crash/mochitest.ini',
- 'test/crossorigin/mochitest.ini',
- 'test/mochitest.ini',
- 'test/webgl-conf/generated-mochitest.ini',
- 'test/webgl-mochitest/mochitest.ini',
-]
+# Don't build any testsuites. We have filteres out some needed content for
+# this as some files are not DFSG clean.
+#MOCHITEST_MANIFESTS += [
+# 'test/crash/mochitest.ini',
+# 'test/crossorigin/mochitest.ini',
+# 'test/mochitest.ini',
+# 'test/webgl-conf/generated-mochitest.ini',
+# 'test/webgl-mochitest/mochitest.ini',
+#]
MOCHITEST_CHROME_MANIFESTS += ['test/chrome/chrome.ini']
DIRS += ['input']
-MOCHITEST_MANIFESTS += [
- 'test/forms/mochitest.ini',
- 'test/mochitest.ini',
-]
+#MOCHITEST_MANIFESTS += [
+# 'test/forms/mochitest.ini',
+# 'test/mochitest.ini',
+#]
MOCHITEST_CHROME_MANIFESTS += [
'test/chrome.ini',
with Files("**"):
BUG_COMPONENT = ("Core", "DOM: IndexedDB")
-MOCHITEST_MANIFESTS += [
- 'test/mochitest-intl-api.ini',
- 'test/mochitest.ini',
-]
+# Don't build any testsuites. We have filteres out some needed content for
+# this as some files are not DFSG clean.
+#MOCHITEST_MANIFESTS += [
+# 'test/mochitest-intl-api.ini',
+# 'test/mochitest.ini',
+#]
BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
-XPCSHELL_TESTS_MANIFESTS += [
- 'test/unit/xpcshell-child-process.ini',
- 'test/unit/xpcshell-parent-process.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-child-process.ini',
+# 'test/unit/xpcshell-parent-process.ini'
+#]
EXPORTS.mozilla.dom += [
'IDBCursor.h',
'gtest',
]
-MOCHITEST_MANIFESTS += [
- 'test/mochitest.ini',
- 'tests/mochitest/identity/mochitest.ini',
-]
+# Don't build any testsuites. We have filteres out some needed content for
+# this as some files are not DFSG clean.
+#MOCHITEST_MANIFESTS += [
+# 'test/mochitest.ini',
+# 'tests/mochitest/identity/mochitest.ini',
+#]
if CONFIG['MOZ_WEBRTC']:
MOCHITEST_MANIFESTS += ['tests/mochitest/mochitest.ini']
'PushServiceAndroidGCM.jsm',
]
-MOCHITEST_MANIFESTS += [
- 'test/mochitest.ini',
-]
+# Don't build any testsuites. We have filteres out some needed content for
+# this as some files are not DFSG clean.
+#MOCHITEST_MANIFESTS += [
+# 'test/mochitest.ini',
+#]
-XPCSHELL_TESTS_MANIFESTS += [
- 'test/xpcshell/xpcshell.ini',
-]
+#XPCSHELL_TESTS_MANIFESTS += [
+# 'test/xpcshell/xpcshell.ini',
+#]
EXPORTS.mozilla.dom += [
'PushManager.h',
# 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/.
-MOCHITEST_MANIFESTS += [
- 'tests/browserscope/mochitest.ini',
- 'tests/mochitest.ini',
-]
+# Don't build any testsuites. We have filteres out some needed content for
+# this as some files are not DFSG clean.
+#MOCHITEST_MANIFESTS += [
+# 'tests/browserscope/mochitest.ini',
+# 'tests/mochitest.ini',
+#]
MOCHITEST_CHROME_MANIFESTS += ['tests/chrome.ini']
BROWSER_CHROME_MANIFESTS += ['tests/browser.ini']
MARIONETTE_LAYOUT_MANIFESTS += ['tests/marionette/manifest.ini']
-MOCHITEST_MANIFESTS += ['tests/mochitest.ini']
+#MOCHITEST_MANIFESTS += ['tests/mochitest.ini']
MOCHITEST_CHROME_MANIFESTS += ['tests/chrome/chrome.ini']
if CONFIG['CC_TYPE'] in ('msvc', 'clang-cl'):
'async.js',
'blocklist-clients.js',
'blocklist-updater.js',
- 'kinto-http-client.js',
- 'kinto-offline-client.js',
- 'kinto-storage-adapter.js',
+# 'kinto-http-client.js',
+# 'kinto-offline-client.js',
+# 'kinto-storage-adapter.js',
'logmanager.js',
'observers.js',
'rest.js',
JAR_MANIFESTS += ['jar.mn']
-BROWSER_CHROME_MANIFESTS += [
- 'test/browser/browser.ini',
-]
-
-MOCHITEST_MANIFESTS += [
- 'test/mochitest/mochitest-remote.ini',
- 'test/mochitest/mochitest.ini'
-]
-MOCHITEST_CHROME_MANIFESTS += ['test/mochitest/chrome.ini']
-XPCSHELL_TESTS_MANIFESTS += [
- 'test/xpcshell/native_messaging.ini',
- 'test/xpcshell/xpcshell-e10s.ini',
- 'test/xpcshell/xpcshell-remote.ini',
- 'test/xpcshell/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/browser.ini',
+#]
+
+#MOCHITEST_MANIFESTS += [
+# 'test/mochitest/mochitest-remote.ini',
+# 'test/mochitest/mochitest.ini'
+#]
+#MOCHITEST_CHROME_MANIFESTS += ['test/mochitest/chrome.ini']
+#XPCSHELL_TESTS_MANIFESTS += [
+# 'test/xpcshell/native_messaging.ini',
+# 'test/xpcshell/xpcshell-e10s.ini',
+# 'test/xpcshell/xpcshell-remote.ini',
+# 'test/xpcshell/xpcshell.ini',
+#]
SPHINX_TREES['webextensions'] = 'docs'
if CONFIG['MOZ_BUILD_APP'] == 'browser':
DEFINES['MOZ_BUILD_APP_IS_BROWSER'] = True
-MOCHITEST_MANIFESTS += ['test/mochitest.ini', 'test/mochitest/mochitest.ini']
-MOCHITEST_CHROME_MANIFESTS += ['test/chrome/chrome.ini']
-BROWSER_CHROME_MANIFESTS += ['test/browser/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.
+#MOCHITEST_MANIFESTS += ['test/mochitest.ini', 'test/mochitest/mochitest.ini']
+#MOCHITEST_CHROME_MANIFESTS += ['test/chrome/chrome.ini']
+#BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini']
+#XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
-TESTING_JS_MODULES += [
+#TESTING_JS_MODULES += [
# Make this file available from the "resource:" URI of the test environment.
- 'test/browser/form_basic.html',
- 'test/LoginTestUtils.jsm',
-]
+# 'test/browser/form_basic.html',
+# 'test/LoginTestUtils.jsm',
+#]
XPIDL_SOURCES += [
'nsILoginInfo.idl',
DIRS += ['src']
-MOCHITEST_MANIFESTS += ['test/mochitest.ini']
+# Don't build any testsuites. We have filteres out some needed content for
+# this as some files are not DFSG clean.
+#MOCHITEST_MANIFESTS += ['test/mochitest.ini']
JAR_MANIFESTS += ['jar.mn']
# 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/.
-XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.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 += ['tests/xpcshell/xpcshell.ini']
EXTRA_COMPONENTS += [
'nsSearchService.js',