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

Unified Diff: test/debugger/debug/regress/regress-opt-after-debug-deopt.js

Issue 2653753007: [tests] Cleanup tests that use assertOptimized()/assertUnoptimized(). (Closed)
Patch Set: Addressing comments 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
Index: test/debugger/debug/regress/regress-opt-after-debug-deopt.js
diff --git a/test/debugger/debug/regress/regress-opt-after-debug-deopt.js b/test/debugger/debug/regress/regress-opt-after-debug-deopt.js
index 01204fc169971d2519b367cb8f2016a6a1976adc..2b11357f1ce1ec8a7a3000e6445407d337c30485 100644
--- a/test/debugger/debug/regress/regress-opt-after-debug-deopt.js
+++ b/test/debugger/debug/regress/regress-opt-after-debug-deopt.js
@@ -26,6 +26,7 @@
// 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.");

Powered by Google App Engine
This is Rietveld 408576698