Reviewers: Jakob,
Description:
Fix test for bots that force --parallel-recompilation as shell flag.
[email protected]
BUG=
Please review this at https://chromiumcodereview.appspot.com/16914006/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/mjsunit/assert-opt-and-deopt.js
Index: test/mjsunit/assert-opt-and-deopt.js
diff --git a/test/mjsunit/assert-opt-and-deopt.js
b/test/mjsunit/assert-opt-and-deopt.js
index
c79d92349eb009f799db7993e47a0014092cbbec..afba963fc74636bae8e3b6824bc49ae6b8586bef
100644
--- a/test/mjsunit/assert-opt-and-deopt.js
+++ b/test/mjsunit/assert-opt-and-deopt.js
@@ -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.