mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
656ca64b06
It looks like this was introduced in bug 427500, which an attempt to upgrade the copy of MochiKit used in MochiTest. From what I can see, that work was not completed. We have almost identical tests in dom/tests/mochitest/ajax/mochikit/, so I think we can just remove this directory. Differential Revision: https://phabricator.services.mozilla.com/D225082
230 lines
7.0 KiB
Python
230 lines
7.0 KiB
Python
# -*- 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/DragChildContextBase.sys.mjs",
|
|
"tests/SimpleTest/DragParentContextBase.sys.mjs",
|
|
"tests/SimpleTest/DragSourceChildContext.sys.mjs",
|
|
"tests/SimpleTest/DragSourceParentContext.sys.mjs",
|
|
"tests/SimpleTest/DragTargetChildContext.sys.mjs",
|
|
"tests/SimpleTest/DragTargetParentContext.sys.mjs",
|
|
"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",
|
|
]
|
|
|
|
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.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")
|