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."); |
Jakob Kummerow
2013/06/19 08:04:38
nit: s/ after all//
|
+ quit(); |
+} |
+ |
/** |
* This class shows how to use %GetOptimizationCount() and |
* %GetOptimizationStatus() to infer information about opts and deopts. |