Backed out changeset 2bdf648e7015
[mozilla-central.git] / testing / testsuite-targets.mk
blobd4550e8a0b97c4991e4fd5011a7a6a36bad514a7
1 # ***** BEGIN LICENSE BLOCK *****
2 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Original Code is Mozilla Test Harnesses
16 # The Initial Developer of the Original Code is
17 # The Mozilla Foundation
18 # Portions created by the Initial Developer are Copyright (C) 2008
19 # the Initial Developer. All Rights Reserved.
21 # Contributor(s):
22 # Serge Gautherie <sgautherie.bz@free.fr>
23 # Ted Mielczarek <ted.mielczarek@gmail.com>
25 # Alternatively, the contents of this file may be used under the terms of
26 # either of the GNU General Public License Version 2 or later (the "GPL"),
27 # or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28 # in which case the provisions of the GPL or the LGPL are applicable instead
29 # of those above. If you wish to allow use of your version of this file only
30 # under the terms of either the GPL or the LGPL, and not to allow others to
31 # use your version of this file under the terms of the MPL, indicate your
32 # decision by deleting the provisions above and replace them with the notice
33 # and other provisions required by the GPL or the LGPL. If you do not delete
34 # the provisions above, a recipient may use your version of this file under
35 # the terms of any one of the MPL, the GPL or the LGPL.
37 # ***** END LICENSE BLOCK *****
40 # Shortcut for mochitest* and xpcshell-tests targets,
41 # replaces 'EXTRA_TEST_ARGS=--test-path=...'.
42 ifdef TEST_PATH
43 TEST_PATH_ARG := --test-path=$(TEST_PATH)
44 else
45 TEST_PATH_ARG :=
46 endif
48 SYMBOLS_PATH := --symbols-path=$(DIST)/crashreporter-symbols
50 # Usage: |make [TEST_PATH=...] [EXTRA_TEST_ARGS=...] mochitest*|.
51 MOCHITESTS := mochitest-plain mochitest-chrome mochitest-a11y mochitest-ipcplugins
52 mochitest:: $(MOCHITESTS)
54 RUN_MOCHITEST = \
55 rm -f ./$@.log && \
56 $(PYTHON) _tests/testing/mochitest/runtests.py --autorun --close-when-done \
57 --console-level=INFO --log-file=./$@.log --file-level=INFO \
58 $(SYMBOLS_PATH) $(TEST_PATH_ARG) $(EXTRA_TEST_ARGS)
60 ifndef NO_FAIL_ON_TEST_ERRORS
61 define CHECK_TEST_ERROR
62 @errors=`grep "TEST-UNEXPECTED-" $@.log` ;\
63 if test "$$errors" ; then \
64 echo "$@ failed:"; \
65 echo "$$errors"; \
66 exit 1; \
67 else \
68 echo "$@ passed"; \
70 endef
71 endif
73 mochitest-plain:
74 $(RUN_MOCHITEST)
75 $(CHECK_TEST_ERROR)
77 mochitest-chrome:
78 $(RUN_MOCHITEST) --chrome
79 $(CHECK_TEST_ERROR)
81 mochitest-a11y:
82 $(RUN_MOCHITEST) --a11y
83 $(CHECK_TEST_ERROR)
85 mochitest-ipcplugins:
86 #ifdef XP_MACOSX
87 #if defined(__i386__)
88 $(RUN_MOCHITEST) --setpref=dom.ipc.plugins.enabled.i386.test.plugin=true --test-path=modules/plugin/test
89 #elif defined(__x86_64__)
90 $(RUN_MOCHITEST) --setpref=dom.ipc.plugins.enabled.x86_64.test.plugin=true --test-path=modules/plugin/test
91 #elif defined(__ppc__)
92 $(RUN_MOCHITEST) --setpref=dom.ipc.plugins.enabled.ppc.test.plugin=true --test-path=modules/plugin/test
93 #endif
94 #else
95 $(RUN_MOCHITEST) --setpref=dom.ipc.plugins.enabled=true --test-path=modules/plugin/test
96 #endif
97 $(CHECK_TEST_ERROR)
99 # Usage: |make [EXTRA_TEST_ARGS=...] *test|.
100 RUN_REFTEST = rm -f ./$@.log && $(PYTHON) _tests/reftest/runreftest.py \
101 $(SYMBOLS_PATH) $(EXTRA_TEST_ARGS) $(1) | tee ./$@.log
103 reftest: TEST_PATH=layout/reftests/reftest.list
104 reftest:
105 $(call RUN_REFTEST,$(topsrcdir)/$(TEST_PATH))
106 $(CHECK_TEST_ERROR)
108 crashtest: TEST_PATH=testing/crashtest/crashtests.list
109 crashtest:
110 $(call RUN_REFTEST,$(topsrcdir)/$(TEST_PATH))
111 $(CHECK_TEST_ERROR)
113 jstestbrowser: TEST_PATH=js/src/tests/jstests.list
114 jstestbrowser:
115 $(call RUN_REFTEST,$(topsrcdir)/$(TEST_PATH) --extra-profile-file=$(topsrcdir)/js/src/tests/user.js)
116 $(CHECK_TEST_ERROR)
118 GARBAGE += $(addsuffix .log,$(MOCHITESTS) reftest crashtest jstestbrowser)
120 # Execute all xpcshell tests in the directories listed in the manifest.
121 # See also config/rules.mk 'xpcshell-tests' target for local execution.
122 # Usage: |make [TEST_PATH=...] [EXTRA_TEST_ARGS=...] xpcshell-tests|.
123 xpcshell-tests:
124 $(PYTHON) -u $(topsrcdir)/config/pythonpath.py \
125 -I$(topsrcdir)/build \
126 $(topsrcdir)/testing/xpcshell/runxpcshelltests.py \
127 --manifest=$(DEPTH)/_tests/xpcshell/all-test-dirs.list \
128 --no-logfiles \
129 $(SYMBOLS_PATH) \
130 $(TEST_PATH_ARG) $(EXTRA_TEST_ARGS) \
131 $(DIST)/bin/xpcshell
133 # Package up the tests and test harnesses
134 include $(topsrcdir)/toolkit/mozapps/installer/package-name.mk
136 ifndef UNIVERSAL_BINARY
137 PKG_STAGE = $(DIST)/test-package-stage
138 package-tests: stage-mochitest stage-reftest stage-xpcshell stage-jstests stage-mozmill stage-jetpack
139 else
140 # This staging area has been built for us by universal/flight.mk
141 PKG_STAGE = $(DIST)/universal/test-package-stage
142 endif
144 package-tests:
145 @rm -f "$(DIST)/$(PKG_PATH)$(TEST_PACKAGE)"
146 ifndef UNIVERSAL_BINARY
147 $(NSINSTALL) -D $(DIST)/$(PKG_PATH)
148 else
149 #building tests.jar (bug 543800) fails on unify, so we build tests.jar after unify is run
150 $(MAKE) -C $(DEPTH)/testing/mochitest stage-chromejar PKG_STAGE=$(DIST)/universal
151 endif
152 cd $(PKG_STAGE) && \
153 zip -r9D "$(call core_abspath,$(DIST)/$(PKG_PATH)$(TEST_PACKAGE))" *
155 ifeq (Android, $(OS_TARGET))
156 package-tests: stage-android
157 endif
159 make-stage-dir:
160 rm -rf $(PKG_STAGE) && $(NSINSTALL) -D $(PKG_STAGE) && $(NSINSTALL) -D $(PKG_STAGE)/bin && $(NSINSTALL) -D $(PKG_STAGE)/bin/components && $(NSINSTALL) -D $(PKG_STAGE)/certs && $(NSINSTALL) -D $(PKG_STAGE)/jetpack
162 stage-mochitest: make-stage-dir
163 $(MAKE) -C $(DEPTH)/testing/mochitest stage-package
165 stage-reftest: make-stage-dir
166 $(MAKE) -C $(DEPTH)/layout/tools/reftest stage-package
168 stage-xpcshell: make-stage-dir
169 $(MAKE) -C $(DEPTH)/testing/xpcshell stage-package
171 stage-jstests: make-stage-dir
172 $(MAKE) -C $(DEPTH)/js/src/tests stage-package
174 stage-mozmill: make-stage-dir
175 $(MAKE) -C $(DEPTH)/testing/mozmill stage-package
177 stage-android: make-stage-dir
178 $(NSINSTALL) $(DEPTH)/build/mobile/sutagent/android/sutAgentAndroid.apk $(PKG_STAGE)/bin
180 stage-jetpack: make-stage-dir
181 $(NSINSTALL) $(topsrcdir)/testing/jetpack/jetpack-location.txt $(PKG_STAGE)/jetpack
182 .PHONY: \
183 mochitest mochitest-plain mochitest-chrome mochitest-a11y mochitest-ipcplugins \
184 reftest crashtest \
185 xpcshell-tests \
186 jstestbrowser \
187 package-tests make-stage-dir stage-mochitest stage-reftest stage-xpcshell stage-jstests stage-mozmill stage-android stage-jetpack