diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/mochitest/moz.build | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/mochitest/moz.build')
-rw-r--r-- | testing/mochitest/moz.build | 271 |
1 files changed, 271 insertions, 0 deletions
diff --git a/testing/mochitest/moz.build b/testing/mochitest/moz.build new file mode 100644 index 0000000000..0690cd89b5 --- /dev/null +++ b/testing/mochitest/moz.build @@ -0,0 +1,271 @@ +# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# 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/. + +DIRS += [ + "manifests", + "tests", + "ssltunnel", + "BrowserTestUtils", +] + +XPI_NAME = "mochijar" + +USE_EXTENSION_MANIFEST = True + +FINAL_TARGET_FILES += [ + "api.js", + "manifest.json", + "schema.json", +] + +FINAL_TARGET_FILES.content += [ + "browser-harness.xhtml", + "browser-test.js", + "chrome-harness.js", + "chunkifyTests.js", + "harness.xhtml", + "ignorePrefs.json", + "manifestLibrary.js", + "mochitest-e10s-utils.js", + "mochitestListingsUtils.js", + "redirect.html", + "server.js", + "shutdown-leaks-collector.js", + "ShutdownLeaksCollector.sys.mjs", +] + +FINAL_TARGET_FILES.content.dynamic += [ + "dynamic/getMyDirectory.sjs", +] + +FINAL_TARGET_FILES.content.static += [ + "static/harness.css", +] + +FINAL_TARGET_FILES.content.tests.SimpleTest += [ + "../../docshell/test/chrome/docshell_helpers.js", + "../modules/StructuredLog.sys.mjs", + "tests/SimpleTest/AccessibilityUtils.js", + "tests/SimpleTest/EventUtils.js", + "tests/SimpleTest/ExtensionTestUtils.js", + "tests/SimpleTest/iframe-between-tests.html", + "tests/SimpleTest/LogController.js", + "tests/SimpleTest/MemoryStats.js", + "tests/SimpleTest/MockObjects.js", + "tests/SimpleTest/MozillaLogger.js", + "tests/SimpleTest/NativeKeyCodes.js", + "tests/SimpleTest/paint_listener.js", + "tests/SimpleTest/setup.js", + "tests/SimpleTest/SimpleTest.js", + "tests/SimpleTest/test.css", + "tests/SimpleTest/TestRunner.js", + "tests/SimpleTest/WindowSnapshot.js", + "tests/SimpleTest/WorkerHandler.js", + "tests/SimpleTest/WorkerSimpleTest.js", +] + +FINAL_TARGET_FILES.content.tests.BrowserTestUtils += [ + "BrowserTestUtils/content/content-about-page-utils.js", + "BrowserTestUtils/content/content-task.js", +] + +MOCHITEST_MANIFESTS += [ + "baselinecoverage/plain/mochitest.toml", + "tests/MochiKit-1.4.2/tests/mochitest.toml", +] + +MOCHITEST_CHROME_MANIFESTS += [ + "baselinecoverage/chrome/chrome.toml", + "chrome/chrome.toml", +] + +BROWSER_CHROME_MANIFESTS += ["baselinecoverage/browser_chrome/browser.toml"] + +TEST_HARNESS_FILES.testing.mochitest += [ + "/build/pgo/server-locations.txt", + "/build/valgrind/cross-architecture.sup", + "/build/valgrind/i386-pc-linux-gnu.sup", + "/build/valgrind/x86_64-pc-linux-gnu.sup", + "/netwerk/test/httpserver/httpd.sys.mjs", + "bisection.py", + "browser-harness.xhtml", + "browser-test.js", + "chrome-harness.js", + "chunkifyTests.js", + "document-builder.sjs", + "DoHServer/doh_server.js", + "favicon.ico", + "harness.xhtml", + "Http2Server/http2_server.js", + "ignorePrefs.json", + "leaks.py", + "mach_test_package_commands.py", + "manifest.webapp", + "manifestLibrary.js", + "mochitest_options.py", + "mochitestListingsUtils.js", + "pywebsocket_wrapper.py", + "redirect.html", + "runjunit.py", + "runtests.py", + "runtestsremote.py", + "server.js", + "start_desktop.js", +] + +TEST_HARNESS_FILES.testing.mochitest.DoHServer += [ + "DoHServer/doh_server.js", + "DoHServer/http2-cert.key.pem", + "DoHServer/http2-cert.pem", +] + +TEST_HARNESS_FILES.testing.mochitest.Http2Server += [ + "Http2Server/http2_server.js", + "Http2Server/mochitest-cert.key.pem", + "Http2Server/mochitest-cert.pem", +] + +TEST_HARNESS_FILES.testing.mochitest.embed += [ + "embed/Xm5i5kbIXzc", + "embed/Xm5i5kbIXzc^headers^", +] + +TEST_HARNESS_FILES.testing.mochitest.pywebsocket3.mod_pywebsocket += [ + "pywebsocket3/mod_pywebsocket/__init__.py", + "pywebsocket3/mod_pywebsocket/_stream_exceptions.py", + "pywebsocket3/mod_pywebsocket/common.py", + "pywebsocket3/mod_pywebsocket/dispatch.py", + "pywebsocket3/mod_pywebsocket/extensions.py", + "pywebsocket3/mod_pywebsocket/fast_masking.i", + "pywebsocket3/mod_pywebsocket/http_header_util.py", + "pywebsocket3/mod_pywebsocket/memorizingfile.py", + "pywebsocket3/mod_pywebsocket/msgutil.py", + "pywebsocket3/mod_pywebsocket/request_handler.py", + "pywebsocket3/mod_pywebsocket/server_util.py", + "pywebsocket3/mod_pywebsocket/standalone.py", + "pywebsocket3/mod_pywebsocket/stream.py", + "pywebsocket3/mod_pywebsocket/util.py", + "pywebsocket3/mod_pywebsocket/websocket_server.py", +] + +TEST_HARNESS_FILES.testing.mochitest.pywebsocket3.mod_pywebsocket.handshake += [ + "pywebsocket3/mod_pywebsocket/handshake/__init__.py", + "pywebsocket3/mod_pywebsocket/handshake/base.py", + "pywebsocket3/mod_pywebsocket/handshake/hybi.py", +] + +TEST_HARNESS_FILES.testing.mochitest.dynamic += [ + "dynamic/getMyDirectory.sjs", +] + +TEST_HARNESS_FILES.testing.mochitest.static += [ + "static/harness.css", +] + +TEST_HARNESS_FILES.testing.mochitest.MochiKit += [ + "MochiKit/__package__.js", + "MochiKit/Async.js", + "MochiKit/Base.js", + "MochiKit/Color.js", + "MochiKit/Controls.js", + "MochiKit/DateTime.js", + "MochiKit/DOM.js", + "MochiKit/DragAndDrop.js", + "MochiKit/Format.js", + "MochiKit/Iter.js", + "MochiKit/Logging.js", + "MochiKit/LoggingPane.js", + "MochiKit/MochiKit.js", + "MochiKit/MockDOM.js", + "MochiKit/New.js", + "MochiKit/Signal.js", + "MochiKit/Sortable.js", + "MochiKit/Style.js", + "MochiKit/Test.js", + "MochiKit/Visual.js", +] + +TEST_HARNESS_FILES.testing.mochitest.tests.testing.mochitest.tests[ + "MochiKit-1.4.2" +].MochiKit += [ + "tests/MochiKit-1.4.2/MochiKit/Async.js", + "tests/MochiKit-1.4.2/MochiKit/Base.js", + "tests/MochiKit-1.4.2/MochiKit/Color.js", + "tests/MochiKit-1.4.2/MochiKit/DateTime.js", + "tests/MochiKit-1.4.2/MochiKit/DOM.js", + "tests/MochiKit-1.4.2/MochiKit/DragAndDrop.js", + "tests/MochiKit-1.4.2/MochiKit/Format.js", + "tests/MochiKit-1.4.2/MochiKit/Iter.js", + "tests/MochiKit-1.4.2/MochiKit/Logging.js", + "tests/MochiKit-1.4.2/MochiKit/LoggingPane.js", + "tests/MochiKit-1.4.2/MochiKit/MochiKit.js", + "tests/MochiKit-1.4.2/MochiKit/MockDOM.js", + "tests/MochiKit-1.4.2/MochiKit/Position.js", + "tests/MochiKit-1.4.2/MochiKit/Selector.js", + "tests/MochiKit-1.4.2/MochiKit/Signal.js", + "tests/MochiKit-1.4.2/MochiKit/Sortable.js", + "tests/MochiKit-1.4.2/MochiKit/Style.js", + "tests/MochiKit-1.4.2/MochiKit/Test.js", + "tests/MochiKit-1.4.2/MochiKit/Visual.js", +] + +TEST_HARNESS_FILES.testing.mochitest.iceserver += [ + "/testing/tools/iceserver/iceserver.py", +] + +TEST_HARNESS_FILES.testing.mochitest.websocketprocessbridge += [ + "/testing/tools/websocketprocessbridge/websocketprocessbridge.py", + "/testing/tools/websocketprocessbridge/websocketprocessbridge_requirements_3.txt", +] + +TEST_HARNESS_FILES.testing.mochitest.DoHServer.dns_packet += [ + "../xpcshell/dns-packet/classes.js", + "../xpcshell/dns-packet/index.js", + "../xpcshell/dns-packet/opcodes.js", + "../xpcshell/dns-packet/optioncodes.js", + "../xpcshell/dns-packet/package.json", + "../xpcshell/dns-packet/rcodes.js", + "../xpcshell/dns-packet/test.js", + "../xpcshell/dns-packet/types.js", +] + +TEST_HARNESS_FILES.testing.mochitest.Http2Server.node_ws += [ + "../xpcshell/node-ws/browser.js", + "../xpcshell/node-ws/index.js", + "../xpcshell/node-ws/package.json", + "../xpcshell/node-ws/wrapper.mjs", +] + +TEST_HARNESS_FILES.testing.mochitest.Http2Server.node_ws.lib += [ + "../xpcshell/node-ws/lib/buffer-util.js", + "../xpcshell/node-ws/lib/constants.js", + "../xpcshell/node-ws/lib/event-target.js", + "../xpcshell/node-ws/lib/extension.js", + "../xpcshell/node-ws/lib/limiter.js", + "../xpcshell/node-ws/lib/permessage-deflate.js", + "../xpcshell/node-ws/lib/receiver.js", + "../xpcshell/node-ws/lib/sender.js", + "../xpcshell/node-ws/lib/stream.js", + "../xpcshell/node-ws/lib/subprotocol.js", + "../xpcshell/node-ws/lib/validation.js", + "../xpcshell/node-ws/lib/websocket-server.js", + "../xpcshell/node-ws/lib/websocket.js", +] + +TEST_HARNESS_FILES.testing.mochitest.DoHServer.node_ip += [ + "../xpcshell/node_ip/package.json", +] + +TEST_HARNESS_FILES.testing.mochitest.DoHServer.node_ip.lib += [ + "../xpcshell/node_ip/lib/ip.js", +] + +with Files("**"): + BUG_COMPONENT = ("Testing", "Mochitest") + SCHEDULES.exclusive = ["mochitest"] + +with Files("*remote*"): + BUG_COMPONENT = ("GeckoView", "General") |