Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: test/debugger/debug/regress/regress-prepare-break-while-recompile.js

Issue 2655223003: Revert of [tests] Make assertOptimized()/assertUnoptimized() great again. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-api-interceptors.cc ('k') | test/debugger/debugger.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debug/regress/regress-prepare-break-while-recompile.js
diff --git a/test/debugger/debug/regress/regress-prepare-break-while-recompile.js b/test/debugger/debug/regress/regress-prepare-break-while-recompile.js
index 2ebbeaa0cc66a44502d32f6be693283738604858..b93de76a650bb0e1add15b6af3c82d6dc04c6d42 100644
--- a/test/debugger/debug/regress/regress-prepare-break-while-recompile.js
+++ b/test/debugger/debug/regress/regress-prepare-break-while-recompile.js
@@ -26,14 +26,11 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Flags: --concurrent-recompilation --block-concurrent-recompilation
-// Flags: --no-always-opt
if (!%IsConcurrentRecompilationSupported()) {
print("Concurrent recompilation is disabled. Skipping this test.");
quit();
}
-
-assertFalse(isAlwaysOptimize());
Debug = debug.Debug
« no previous file with comments | « test/cctest/test-api-interceptors.cc ('k') | test/debugger/debugger.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698