Revision: 15202
Author: [email protected]
Date: Wed Jun 19 02:32:05 2013
Log: Fix test for bots that force --parallel-recompilation as shell
flag.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/16914006
http://code.google.com/p/v8/source/detail?r=15202
Modified:
/branches/bleeding_edge/test/mjsunit/assert-opt-and-deopt.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/assert-opt-and-deopt.js Tue Jun 18
07:25:24 2013
+++ /branches/bleeding_edge/test/mjsunit/assert-opt-and-deopt.js Wed Jun 19
02:32:05 2013
@@ -27,6 +27,11 @@
// Flags: --allow-natives-syntax --noparallel-recompilation
+if (%IsParallelRecompilationSupported()) {
+ print("Parallel recompilation is turned on after all. Skipping this
test.");
+ quit();
+}
+
/**
* This class shows how to use %GetOptimizationCount() and
* %GetOptimizationStatus() to infer information about opts and deopts.
--
--
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.