Created
November 13, 2013 21:22
-
-
Save felipc/7456638 to your computer and use it in GitHub Desktop.
run it from obj-dir with:
_virtualenv/bin/python2.7 _tests/testing/mochitest/runtests.py --chrome --test-manifest=testmanifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/testing/mochitest/Makefile.in b/testing/mochitest/Makefile.in | |
--- a/testing/mochitest/Makefile.in | |
+++ b/testing/mochitest/Makefile.in | |
@@ -18,16 +18,17 @@ include $(topsrcdir)/config/rules.mk | |
# necessary for relative objdir paths. | |
TARGET_DEPTH = ../../.. | |
include $(topsrcdir)/build/automation-build.mk | |
# files that get copied into $objdir/_tests/ | |
_SERV_FILES = \ | |
runtests.py \ | |
automation.py \ | |
+ testmanifest.json \ | |
runtestsb2g.py \ | |
runtestsremote.py \ | |
runtestsvmware.py \ | |
mochitest_options.py \ | |
manifest.webapp \ | |
$(topsrcdir)/testing/mozbase/mozdevice/mozdevice/devicemanager.py \ | |
$(topsrcdir)/testing/mozbase/mozdevice/mozdevice/devicemanagerADB.py \ | |
$(topsrcdir)/testing/mozbase/mozdevice/mozdevice/devicemanagerSUT.py \ | |
diff --git a/testing/mochitest/testmanifest.json b/testing/mochitest/testmanifest.json | |
new file mode 100644 | |
--- /dev/null | |
+++ b/testing/mochitest/testmanifest.json | |
@@ -0,0 +1,6 @@ | |
+{ | |
+ "runtests": { | |
+ "content/base/test/chrome/test_bug391728.html": "", | |
+ "widget/tests": "" | |
+ } | |
+} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rebuild testing/mochitest and run runtests.py like:
_virtualenv/bin/python2.7 _tests/testing/mochitest/runtests.py --chrome --test-manifest=testmanifest.json