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

Unified Diff: test/debugger/debugger.status

Issue 2466273005: [debugger] Further stepping support in test wrapper (Closed)
Patch Set: Rebase 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 9aa1649869f85666e8ff463fe7509d3d8d5d162a..c5c627098cceef4927beaa6932916d785ae73642 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -3,4 +3,16 @@
# found in the LICENSE file.
[
+[ALWAYS, {
+ # 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],
+}], # ALWAYS
+
+##############################################################################
+['gc_stress == True', {
+ # Skip tests not suitable for GC stress.
+ # Tests taking too long
+ 'debug/debug-stepout-scope-part8': [SKIP],
+}], # 'gc_stress == True'
]

Powered by Google App Engine
This is Rietveld 408576698