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

Unified Diff: test/debugger/debugger.status

Issue 2510093002: [inspector] gracefully handle stack overflows in the inspector. (Closed)
Patch Set: fix asan Created 4 years 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 | « src/inspector/v8-debugger-agent-impl.cc ('k') | test/debugger/regress/regress-2318.js » ('j') | 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 05858bcc2f746a48742b0ac453e169237ddaec8e..d1d26f8d49362032d7c150c6f4502f7e13c67375 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -27,6 +27,9 @@
# Slow test
'debug/debug-scopes': [PASS, SLOW],
+
+ # Too slow in debug mode and on slow platforms.
+ 'regress/regress-2318': [PASS, ['mode == debug or (arch != ia32 and arch != x64) or asan == True or msan == True', SKIP]],
}], # ALWAYS
##############################################################################
« no previous file with comments | « src/inspector/v8-debugger-agent-impl.cc ('k') | test/debugger/regress/regress-2318.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698