Reviewers: machenbach,

Message:
Committed patchset #1 manually as r18170 (presubmit successful).

Description:
Don't run tests if build fails in quickcheck.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=18170

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

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

Affected files (+2, -2 lines):
  M Makefile


Index: Makefile
diff --git a/Makefile b/Makefile
index 9000d39260d53701861daef3a8678b4341b6b980..2ff2cdbf0759317b675f3fa3767765444ae44133 100644
--- a/Makefile
+++ b/Makefile
@@ -355,8 +355,8 @@ FASTTESTFLAGS = --flaky-tests=skip --slow-tests=skip --pass-fail-tests=skip \
 FASTTESTMODES = ia32.release,x64.release,ia32.debug,x64.debug,arm.debug

 quickcheck:
-       @$(MAKE) all optdebug=on; \
-       tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
+       @$(MAKE) all optdebug=on
+       @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
            --arch-and-mode=$(FASTTESTMODES) $(FASTTESTFLAGS) $(TESTFLAGS)
 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/groups/opt_out.

Reply via email to