mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
This commit is contained in:
parent
b0ad56ba6a
commit
0d49db0381
@ -8,7 +8,5 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -13,6 +13,4 @@ FAIL_ON_WARNINGS := 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,9 +10,8 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
MOCHITEST_FILES = bug408328-data.xml \
|
||||
MOCHITEST_FILES = \
|
||||
bug408328-data.xml \
|
||||
bug368464-data.xml \
|
||||
test_bug494328.html \
|
||||
bug494328-data.xml \
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,6 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -15,10 +15,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
# browser_589246.js is disabled for leaking browser windows (bug 752467)
|
||||
# browser_580512.js is disabled for leaking browser windows (bug 752467)
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
MOCHITEST_BROWSER_FILES = \
|
||||
head.js \
|
||||
browser_capabilities.js \
|
||||
|
@ -10,10 +10,8 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
|
||||
MOCHITEST_BROWSER_FILES = browser_420786.js \
|
||||
MOCHITEST_BROWSER_FILES = \
|
||||
browser_420786.js \
|
||||
browser_633221.js \
|
||||
$(NULL)
|
||||
|
||||
|
@ -11,8 +11,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
MOCHITEST_BROWSER_FILES = \
|
||||
browser_require_basic.js \
|
||||
browser_templater_basic.js \
|
||||
|
@ -10,8 +10,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
# For now we're copying the actual Util code.
|
||||
# We should make this into a jsm module. See bug 848137
|
||||
XPCSHELL_RESOURCES = \
|
||||
|
@ -10,11 +10,4 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit \
|
||||
$(NULL)
|
||||
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS += unit_ipc
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -17,16 +17,6 @@ CPP_UNIT_TESTS = \
|
||||
TestPlainTextSerializer.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS += unit_ipc
|
||||
endif
|
||||
|
||||
|
||||
# Split files arbitrarily in three groups to not run into too-long command lines
|
||||
# which break on Windows (see bug 563151 and bug 831989)
|
||||
MOCHITEST_FILES_A = \
|
||||
|
@ -11,6 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,12 +11,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS += unit_ipc
|
||||
endif
|
||||
|
||||
MOCHITEST_FILES = \
|
||||
test_bug123696.html \
|
||||
bug123696-subframe.html \
|
||||
|
@ -12,6 +12,4 @@ FAIL_ON_WARNINGS := 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -24,6 +24,4 @@ MOCHITEST_CHROME_FILES = \
|
||||
test_apps_service.xul \
|
||||
$(NULL)
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,8 +10,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
MOCHITEST_FILES = \
|
||||
file_utf16_be_bom.css \
|
||||
file_utf16_be_bom.js \
|
||||
|
@ -29,6 +29,8 @@ DEFINES += -D_IMPL_NS_LAYOUT
|
||||
|
||||
MOCHITEST_FILES = test_ipc.html
|
||||
|
||||
# bug: 866734 - move XPCSHEL_TESTS to moz.build
|
||||
|
||||
# Need to enable these tests sometime soon.
|
||||
#DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
|
@ -10,8 +10,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
MOCHITEST_FILES = \
|
||||
bfcache_iframe1.html \
|
||||
bfcache_iframe2.html \
|
||||
|
@ -11,10 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef MOZ_B2G_RIL
|
||||
ifdef ENABLE_TESTS
|
||||
DISABLED_XPCSHELL_TESTS = tests
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,8 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DISABLED_XPCSHELL_TESTS = tests
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -27,10 +27,4 @@ MOCHITEST_FILES = \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit unit_ipc
|
||||
|
||||
ifdef MOZ_B2G_RIL
|
||||
DISABLED_XPCSHELL_TESTS += unit_stats
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,6 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,8 +11,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_TEST_FILES = \
|
||||
|
@ -11,8 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,10 +11,9 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
MOCHITEST_FILES = test_json.html \
|
||||
$(NULL)
|
||||
MOCHITEST_FILES = \
|
||||
test_json.html \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -76,10 +76,6 @@ EXTRA_JS_MODULES = \
|
||||
systemlibs.js \
|
||||
$(NULL)
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DISABLED_XPCSHELL_TESTS = tests
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,8 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DISABLED_XPCSHELL_TESTS = tests/unit
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -61,12 +61,5 @@ MOCHITEST_BROWSER_FILES = \
|
||||
browser_test_favicon.js \
|
||||
$(NULL)
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS += unit_ipc
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -10,9 +10,5 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DISABLED_XPCSHELL_TESTS = tests/unit
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -13,8 +13,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MOZILLA_INTERNAL_API = 1
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
MOCHITEST_FILES = $(addprefix mochitest/, \
|
||||
test_bug509244.html \
|
||||
test_bug513439.html \
|
||||
|
@ -10,7 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,6 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,6 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,8 +11,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
# Tests disabled because they dont work in libxul builds.
|
||||
#MOZILLA_INTERNAL_API = 1
|
||||
#
|
||||
|
@ -11,8 +11,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
USE_STATIC_LIBS = 1
|
||||
|
||||
CPPSRCS = UnicharSelfTest.cpp \
|
||||
|
@ -28,11 +28,6 @@ LOCAL_INCLUDES += \
|
||||
-I$(topsrcdir)/dom/base \
|
||||
$(NULL)
|
||||
|
||||
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS = tests
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -30,6 +30,4 @@ EXTRA_JS_MODULES = \
|
||||
jsdebugger.jsm \
|
||||
$(NULL)
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = tests
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -9,10 +9,5 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -24,8 +24,6 @@ LIBXUL_LIBRARY = 1
|
||||
MODULE_NAME = JavaScript_Debugger
|
||||
EXPORT_LIBRARY = 1
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = test
|
||||
|
||||
# REQUIRES = java js
|
||||
|
||||
ifdef JS_THREADSAFE
|
||||
|
@ -11,8 +11,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
LIBS = \
|
||||
$(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \
|
||||
$(LIBS_DIR) \
|
||||
|
@ -12,6 +12,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,6 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,8 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,10 +10,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
TESTROOT = $(call core_abspath,$(DEPTH))/_tests/xpcshell/$(relativesrcdir)
|
||||
|
||||
DEFINES += -DBIN_SUFFIX=$(BIN_SUFFIX)
|
||||
|
@ -11,11 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS += unit_ipc
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -23,8 +23,6 @@ CPPSRCS = \
|
||||
nsCookieService.cpp \
|
||||
$(NULL)
|
||||
|
||||
DISABLED_XPCSHELL_TESTS += test/unit
|
||||
|
||||
CPPSRCS += \
|
||||
CookieServiceParent.cpp \
|
||||
CookieServiceChild.cpp \
|
||||
@ -34,10 +32,6 @@ LOCAL_INCLUDES = \
|
||||
-I$(topsrcdir)/intl/uconv/src \
|
||||
$(NULL)
|
||||
|
||||
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS += test/unit_ipc
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
|
@ -60,12 +60,6 @@ LIBS = $(EXTRA_DSO_LIBS) \
|
||||
|
||||
DEFINES += $(TK_CFLAGS)
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS += unit_ipc
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
check::
|
||||
|
@ -27,8 +27,6 @@ EXTRA_COMPONENTS += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = test
|
||||
|
||||
TESTING_JS_MODULES = httpd.js
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -20,7 +20,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# Note: set the test module's name to test_<yourmodule>
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,7 +11,5 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -8,6 +8,4 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,6 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,6 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,7 +10,5 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = xpcshell
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = xpcshell
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = xpcshell
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,6 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,8 +11,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
CPP_UNIT_TESTS = \
|
||||
test_transaction_helper.cpp \
|
||||
test_statement_scoper.cpp \
|
||||
|
@ -20,10 +20,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# This is a list of directories containing tests to run, separated by spaces.
|
||||
# Most likely, tho, you won't use more than one directory here.
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,6 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,16 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DISABLED_XPCSHELL_TESTS += unit_win
|
||||
else
|
||||
ifneq (,$(filter-out OS2 Darwin,$(OS_ARCH)))
|
||||
DISABLED_XPCSHELL_TESTS += unit_unix
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,11 +11,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit unit_cps2
|
||||
|
||||
# FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS += unit_ipc
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -26,8 +26,6 @@ LOCAL_INCLUDES = \
|
||||
|
||||
EXTRA_DSO_LDOPTS += $(MOZALLOC_LIB)
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
# should be MOCHITEST_CHROME_FILES, see bug 770938
|
||||
MOCHITEST_CHROME_TESTS = \
|
||||
xpcshellTestHarnessAdaptor.js \
|
||||
|
@ -3,18 +3,13 @@
|
||||
# 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/.
|
||||
|
||||
DEPTH = @DEPTH@
|
||||
DEPTH = @DEPTH@
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
schema_migration \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -8,7 +8,5 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = xpcshell
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -11,9 +11,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
# Module name for xpcshell tests.
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
# Mochitest tests
|
||||
MOCHITEST_FILES = \
|
||||
test_basic_form.html \
|
||||
|
@ -10,18 +10,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
autocomplete \
|
||||
bookmarks \
|
||||
expiration \
|
||||
favicons \
|
||||
inline \
|
||||
migration \
|
||||
network \
|
||||
queries \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
# Files in the main "tests" folder.
|
||||
XPCSHELL_TESTS_COMMON = \
|
||||
head_common.js \
|
||||
|
@ -10,10 +10,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
MOCHITEST_FILES = \
|
||||
test_bug_511615.html \
|
||||
test_bug_787624.html \
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = xpcshell
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -13,10 +13,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
ifdef MOZ_SOCIAL
|
||||
# social is turned off for android
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
xpcshell \
|
||||
$(NULL)
|
||||
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -33,6 +33,4 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = tests/unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -13,8 +13,4 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
#MODULE = test_harness_telemetry
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -14,8 +14,6 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MOZILLA_INTERNAL_API = 1
|
||||
|
||||
DISABLED_XPCSHELL_TESTS=unit
|
||||
|
||||
# XXX Get this to work in libxul builds.
|
||||
## simple c++ tests (no xpcom)
|
||||
#CPP_UNIT_TESTS = \
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -68,10 +68,6 @@ libs:: $(DIST)/bin/crashreporter.crt
|
||||
$(DIST)/bin/crashreporter.crt: $(topsrcdir)/security/nss/lib/ckfw/builtins/certdata.txt certdata2pem.py
|
||||
$(PYTHON) $(srcdir)/certdata2pem.py < $< > $@
|
||||
|
||||
# The xpcshell test case here verifies that the CA certificate list
|
||||
# works with OpenSSL.
|
||||
DISABLED_XPCSHELL_TESTS = maemo-unit
|
||||
|
||||
else
|
||||
CPPSRCS += crashreporter_linux.cpp
|
||||
endif
|
||||
|
@ -11,8 +11,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit unit_ipc
|
||||
|
||||
LIBRARY_NAME = testcrasher
|
||||
NO_DIST_INSTALL = 1
|
||||
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir := @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS := unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,7 +10,5 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = xpcshell
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -11,10 +11,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
libs::
|
||||
|
@ -14,11 +14,6 @@ TESTXPI = $(TESTROOT)/xpcshell/addons
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
xpcshell \
|
||||
xpcshell-unpack \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
libs::
|
||||
|
@ -18,8 +18,4 @@ EXTRA_JS_MODULES = \
|
||||
FileUtils.jsm \
|
||||
$(NULL)
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DISABLED_XPCSHELL_TESTS = test/unit
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,10 +10,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
TESTROOT = $(call core_abspath,$(DEPTH))/_tests/xpcshell/$(relativesrcdir)
|
||||
|
||||
DEFINES += \
|
||||
|
@ -10,10 +10,6 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = \
|
||||
unit \
|
||||
$(NULL)
|
||||
|
||||
TESTROOT = $(call core_abspath,$(DEPTH))/_tests/xpcshell/$(relativesrcdir)
|
||||
|
||||
DEFINES += \
|
||||
|
@ -10,6 +10,4 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -10,8 +10,6 @@ srcdir = @srcdir@
|
||||
VPATH = $(srcdir)
|
||||
relativesrcdir = @relativesrcdir@
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = tests
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef MOZ_ENABLE_PROFILER_SPS
|
||||
|
@ -10,14 +10,8 @@ relativesrcdir = @relativesrcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
#FIXME/bug 575918: out-of-process xpcshell is broken on OS X
|
||||
ifneq ($(OS_ARCH),Darwin)
|
||||
DISABLED_XPCSHELL_TESTS += unit_ipc
|
||||
endif
|
||||
|
||||
CPPSRCS = \
|
||||
WriteArgument.cpp \
|
||||
$(NULL)
|
||||
|
@ -12,8 +12,6 @@ FAIL_ON_WARNINGS = 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),windows)
|
||||
|
||||
ifdef NS_ENABLE_TSF
|
||||
|
@ -112,8 +112,6 @@ ifeq ($(OS_ARCH)$(OS_RELEASE),FreeBSD2)
|
||||
LIBS += -lpcap
|
||||
endif
|
||||
|
||||
DISABLED_XPCSHELL_TESTS = unit
|
||||
|
||||
# Make sure we have symbols in case we need to debug these.
|
||||
MOZ_DEBUG_SYMBOLS = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user