summaryrefslogtreecommitdiffstats
path: root/widget/tests/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-20 11:08:15 -0500
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 12:48:40 +0200
commitee6595e6deca4bb6d9008fb1495c5da7692a2b33 (patch)
tree95602885a43f6dc556dd6d27fc2d387275ae4816 /widget/tests/moz.build
parent201be4d8fcd78484ad2132d16fd5c06448a41aca (diff)
downloadUXP-ee6595e6deca4bb6d9008fb1495c5da7692a2b33.tar
UXP-ee6595e6deca4bb6d9008fb1495c5da7692a2b33.tar.gz
UXP-ee6595e6deca4bb6d9008fb1495c5da7692a2b33.tar.lz
UXP-ee6595e6deca4bb6d9008fb1495c5da7692a2b33.tar.xz
UXP-ee6595e6deca4bb6d9008fb1495c5da7692a2b33.zip
Issue #439 - Remove tests from widget/
Diffstat (limited to 'widget/tests/moz.build')
-rw-r--r--widget/tests/moz.build15
1 files changed, 0 insertions, 15 deletions
diff --git a/widget/tests/moz.build b/widget/tests/moz.build
deleted file mode 100644
index 750202b48..000000000
--- a/widget/tests/moz.build
+++ /dev/null
@@ -1,15 +0,0 @@
-# -*- 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/.
-
-XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
-MOCHITEST_MANIFESTS += ['mochitest.ini']
-MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
-
-# if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
-#
-# Test disabled because it requires the internal API. Re-enabling this test
-# is bug 652123.
-# CPP_UNIT_TESTS += ['TestChromeMargin']