author | Dylan Roeh <droeh@mozilla.com> |
Wed, 30 Sep 2015 16:09:17 -0500 | |
changeset 265682 | b07f2f312b9b54fbece4fec5861163debc92cd10 |
parent 265681 | b15f00941fb048d6733ed752726c700ec3922b56 |
child 265683 | 5636e295717a1d4f45b3f5b5350a3f33b418b7af |
push id | 66003 |
push user | cbook@mozilla.com |
push date | Fri, 02 Oct 2015 11:37:40 +0000 |
treeherder | mozilla-inbound@3fd732d24f46 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jgraham |
bugs | 1210162 |
milestone | 44.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/testsuite-targets.mk +++ b/testing/testsuite-targets.mk @@ -168,17 +168,17 @@ endif # Usage: |make [EXTRA_TEST_ARGS=...] *test|. RUN_REFTEST = rm -f ./$@.log && $(PYTHON) _tests/reftest/runreftest.py \ --extra-profile-file=$(DIST)/plugins \ $(SYMBOLS_PATH) $(EXTRA_TEST_ARGS) $(1) | tee ./$@.log 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 \ + --httpd-path=_tests/modules --suite reftest \ $(SYMBOLS_PATH) $(EXTRA_TEST_ARGS) $(1) | tee ./$@.log RUN_REFTEST_B2G = rm -f ./$@.log && $(PYTHON) _tests/reftest/runreftestb2g.py \ --remote-webserver=10.0.2.2 --b2gpath=${B2G_PATH} --adbpath=${ADB_PATH} \ --xre-path=${MOZ_HOST_BIN} $(SYMBOLS_PATH) --ignore-window-size \ --httpd-path=_tests/modules \ $(EXTRA_TEST_ARGS) '$(1)' | tee ./$@.log