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

Unified Diff: test/debugger/debugger.status

Issue 2505933008: [compiler] Ensure code unsupported by Crankshaft goes to Ignition. (Closed)
Patch Set: Fix GetBaselineCode Created 4 years, 1 month 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-cpu-profiler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/debugger/debugger.status
diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status
index b7bd7ebdc227580bf13db0127a0bda2993c4d217..743718f2025bad2d447b5a993bcd61059d13a015 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -28,6 +28,13 @@
}], # ALWAYS
##############################################################################
+['variant == stress', {
+ # TODO(jarin/mstarzinger): Functions with eval or debugger now get optimized
+ # with Turbofan, which has issues with the debugger issues.
+ 'debug/debug-evaluate-locals': [FAIL],
+}], # 'stress == True'
+
+##############################################################################
['gc_stress == True', {
# Skip tests not suitable for GC stress.
# Tests taking too long
« no previous file with comments | « test/cctest/test-cpu-profiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698