Reviewers: Sven Panne,

Description:
Run mozilla and webkit of fast quickcheck archs as well

BUG=none
[email protected]
LOG=n

Please review this at https://codereview.chromium.org/204363002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+5, -1 lines):
  M Makefile


Index: Makefile
diff --git a/Makefile b/Makefile
index 71e06dcbcfd0a6a9cff30a23786babd4157c3990..800c781f9a7b2edc885381236d821bca63015292 100644
--- a/Makefile
+++ b/Makefile
@@ -372,7 +372,8 @@ native.check: native
        @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,x64.release
+FASTTESTMODES = $(SUPERFASTTESTMODES),ia32.optdebug,x64.optdebug,arm.optdebug,a64.release
 FASTCOMPILEMODES = $(FASTTESTMODES),a64.optdebug

 COMMA = ,
@@ -380,6 +381,9 @@ 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.

Reply via email to