summaryrefslogtreecommitdiffstats
path: root/testing/testsuite-targets.mk
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-12-25 23:29:47 +0000
committerMoonchild <moonchild@palemoon.org>2020-12-25 23:29:47 +0000
commit9f004841a248c7c17f536be77d7af67de7b3f39b (patch)
tree4efbf2cb6c89ba8427ca48bd1615416105234d7a /testing/testsuite-targets.mk
parent62568d94d5e7b9b3cccb3d7cbf5b284005568845 (diff)
downloadUXP-9f004841a248c7c17f536be77d7af67de7b3f39b.tar
UXP-9f004841a248c7c17f536be77d7af67de7b3f39b.tar.gz
UXP-9f004841a248c7c17f536be77d7af67de7b3f39b.tar.lz
UXP-9f004841a248c7c17f536be77d7af67de7b3f39b.tar.xz
UXP-9f004841a248c7c17f536be77d7af67de7b3f39b.zip
Issue #1053 - Part 1c: Remove references to mobile/android targets and paths
Diffstat (limited to 'testing/testsuite-targets.mk')
-rw-r--r--testing/testsuite-targets.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/testsuite-targets.mk b/testing/testsuite-targets.mk
index f10bd079c..cd4017c8d 100644
--- a/testing/testsuite-targets.mk
+++ b/testing/testsuite-targets.mk
@@ -49,7 +49,6 @@ REMOTE_REFTEST = rm -f ./$@.log && $(PYTHON) _tests/reftest/remotereftest.py \
--dm_trans=$(DM_TRANS) --ignore-window-size \
--app=$(TEST_PACKAGE_NAME) --deviceIP=${TEST_DEVICE} --xre-path=${MOZ_HOST_BIN} \
--httpd-path=_tests/modules --suite reftest \
- --extra-profile-file=$(topsrcdir)/mobile/android/fonts \
$(SYMBOLS_PATH) $(EXTRA_TEST_ARGS) $(1) | tee ./$@.log
RUN_REFTEST_B2G = rm -f ./$@.log && $(PYTHON) _tests/reftest/runreftestb2g.py \
@@ -208,15 +207,6 @@ endef
$(foreach name,$(TEST_PKGS),$(eval $(call package_archive,$(name))))
-ifeq ($(MOZ_BUILD_APP),mobile/android)
-stage-all: stage-android
-stage-all: stage-instrumentation-tests
-endif
-
-ifeq ($(MOZ_WIDGET_TOOLKIT),gonk)
-stage-all: stage-b2g
-endif
-
# Prepare _tests before any of the other staging/packaging steps.
# make-stage-dir is a prerequisite to all the stage-* targets in testsuite-targets.mk.
make-stage-dir: install-test-files
@@ -242,11 +232,6 @@ stage-mach: make-stage-dir
cp $(topsrcdir)/testing/tools/mach_test_package_bootstrap.py $(PKG_STAGE)/tools/mach_bootstrap.py
cp $(topsrcdir)/mach $(PKG_STAGE)
-stage-mochitest: make-stage-dir
-ifeq ($(MOZ_BUILD_APP),mobile/android)
- $(MAKE) -C $(DEPTH)/testing/mochitest stage-package
-endif
-
stage-jstests: make-stage-dir
$(MAKE) -C $(DEPTH)/js/src/tests stage-package
@@ -260,10 +245,6 @@ stage-gtest: make-stage-dir
cp $(DIST)/bin/dependentlibs.list.gtest $(PKG_STAGE)/gtest
cp $(DEPTH)/mozinfo.json $(PKG_STAGE)/gtest
-stage-android: make-stage-dir
- $(NSINSTALL) $(topsrcdir)/mobile/android/fonts $(DEPTH)/_tests/reftest
- $(NSINSTALL) $(topsrcdir)/mobile/android/fonts $(DEPTH)/_tests/testing/mochitest
-
stage-jetpack: make-stage-dir
$(MAKE) -C $(DEPTH)/addon-sdk stage-tests-package
@@ -322,11 +303,9 @@ check::
package-tests-common \
make-stage-dir \
stage-all \
- stage-b2g \
stage-config \
stage-mochitest \
stage-jstests \
- stage-android \
stage-jetpack \
stage-steeplechase \
stage-instrumentation-tests \