Revision: 15907
Author:   [email protected]
Date:     Fri Jul 26 05:34:46 2013
Log:      Disable mjsunit test when parallel recompilation is not available.

[email protected]

Review URL: https://codereview.chromium.org/20573003
http://code.google.com/p/v8/source/detail?r=15907

Modified:
/branches/bleeding_edge/test/mjsunit/regress/regress-prepare-break-while-recompile.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/regress/regress-prepare-break-while-recompile.js Thu Jul 25 08:01:23 2013 +++ /branches/bleeding_edge/test/mjsunit/regress/regress-prepare-break-while-recompile.js Fri Jul 26 05:34:46 2013
@@ -28,6 +28,11 @@
 // Flags: --expose-debug-as debug --allow-natives-syntax
 // Flags: --parallel-recompilation-delay=300

+if (!%IsParallelRecompilationSupported()) {
+  print("Parallel recompilation is disabled. Skipping this test.");
+  quit();
+}
+
 Debug = debug.Debug

 function foo() {

--
--
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