Commit 1be45275 authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fix test for bots that force --parallel-recompilation as shell flag.

R=jkummerow@chromium.org
BUG=

Review URL: https://codereview.chromium.org/16914006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15202 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c70b4168
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment