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

Unified Diff: test/debugger/debugger.status

Issue 2510093002: [inspector] gracefully handle stack overflows in the inspector. (Closed)
Patch Set: 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
Index: test/debugger/debugger.status
diff --git a/test/debugger/debugger.status b/test/debugger/debugger.status
index 5c0192f281a25f464fc783a6a7467f143b1d4239..05f973dbf38180d11ae929810772f21cc19f6f76 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -7,6 +7,9 @@
# Issue 3660: Replacing activated TurboFan frames by unoptimized code does
# not work, but we expect it to not crash.
'debug/debug-step-turbofan': [PASS, FAIL],
+
+ # Too slow in debug mode with --stress-opt mode.
+ 'regress/regress-2318': [PASS, ['mode == debug', SKIP]],
}], # ALWAYS
##############################################################################

Powered by Google App Engine
This is Rietveld 408576698