Revision: 20056
Author: [email protected]
Date: Wed Mar 19 10:48:44 2014 UTC
Log: Run mozilla and webkit of fast quickcheck archs as well
BUG=none
[email protected]
LOG=n
Review URL: https://codereview.chromium.org/204363002
http://code.google.com/p/v8/source/detail?r=20056
Modified:
/branches/bleeding_edge/Makefile
=======================================
--- /branches/bleeding_edge/Makefile Thu Mar 6 10:05:33 2014 UTC
+++ /branches/bleeding_edge/Makefile Wed Mar 19 10:48:44 2014 UTC
@@ -372,13 +372,17 @@
@tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR)/native \
--arch-and-mode=. $(TESTFLAGS)
-FASTTESTMODES =
ia32.release,x64.release,ia32.optdebug,x64.optdebug,arm.optdebug,a64.release
+SUPERFASTTESTMODES = ia32.release
+FASTTESTMODES =
$(SUPERFASTTESTMODES),x64.release,ia32.optdebug,x64.optdebug,arm.optdebug,a64.release
FASTCOMPILEMODES = $(FASTTESTMODES),a64.optdebug
COMMA = ,
EMPTY =
SPACE = $(EMPTY) $(EMPTY)
quickcheck: $(subst $(COMMA),$(SPACE),$(FASTCOMPILEMODES))
+ tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
+ --arch-and-mode=$(SUPERFASTTESTMODES) $(TESTFLAGS) --quickcheck \
+ --download-data mozilla webkit
tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
--arch-and-mode=$(FASTTESTMODES) $(TESTFLAGS) --quickcheck
qc: quickcheck
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.