Bug 939271 - Part f: move mochitests to manifests in js/xpconnect; r=bholley

This commit is contained in:
Ms2ger 2013-11-28 15:03:17 +01:00
Родитель ea85e044c5
Коммит 040dc126c9
4 изменённых файлов: 10 добавлений и 27 удалений

Просмотреть файл

@ -1,18 +0,0 @@
# 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/.
ifneq ($(OS_ARCH),WINNT)
MOCHITEST_CHROME_FILES += \
test_weakmaps.xul \
$(NULL)
else
$(filter disabled-temporarily--bug-820471, test_weakmaps.xul)
endif
# Disabled until this test gets updated to test the new proxy based
# wrappers.
# test_wrappers-2.xul \
# Disabled due to apparent conservative stack scanner false positives on Linux64 debug.
# test_watchpoints.xul \

Просмотреть файл

@ -70,3 +70,11 @@ support-files =
[test_weakmap_keys_preserved2.xul]
[test_weakref.xul]
[test_wrappers.xul]
[test_weakmaps.xul]
skip-if = os == "win" # Bug 820471
[test_wrappers-2.xul]
# Disabled until this test gets updated to test the new proxy based wrappers.
skip-if = true
[test_watchpoints.xul]
# Disabled due to apparent conservative stack scanner false positives on Linux64 debug.
skip-if = true

Просмотреть файл

@ -1,8 +0,0 @@
# -*- Mode: python; c-basic-offset: 4; 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/.
MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']

Просмотреть файл

@ -7,10 +7,11 @@
TEST_TOOL_DIRS += [
'idl',
'mochitest',
'chrome',
'browser',
'components/native',
'components/js',
]
XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
MOCHITEST_CHROME_MANIFESTS += ['chrome/chrome.ini']