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

Unified Diff: test/debugger/debugger.status

Issue 2505933008: [compiler] Ensure code unsupported by Crankshaft goes to Ignition. (Closed)
Patch Set: Disable two failing tests 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
« src/runtime/runtime-test.cc ('K') | « 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 1bbfe19256f90281e1909bc163ffc90803bbb784..249deb7105efd1fb363b417b06b0ce808326b8db 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],
rmcilroy 2016/11/22 14:03:44 This fails in the same way as turbo_opt below. It
+}], # 'stress == True'
+
+##############################################################################
['gc_stress == True', {
# Skip tests not suitable for GC stress.
# Tests taking too long
« src/runtime/runtime-test.cc ('K') | « test/cctest/test-cpu-profiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698