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

Unified Diff: test/debugger/debugger.status

Issue 2466273005: [debugger] Further stepping support in test wrapper (Closed)
Patch Set: Move more 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
« no previous file with comments | « test/debugger/debug/debug-stepout-to-builtin.js ('k') | test/debugger/debugger/debug-step.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 9aa1649869f85666e8ff463fe7509d3d8d5d162a..7d7b714b22b44586885c24e4de1fb0213b808bbf 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -3,4 +3,23 @@
# 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-part1': [SKIP],
+ 'debug/debug-stepout-scope-part2': [SKIP],
+ 'debug/debug-stepout-scope-part3': [SKIP],
+ 'debug/debug-stepout-scope-part4': [SKIP],
+ 'debug/debug-stepout-scope-part5': [SKIP],
+ 'debug/debug-stepout-scope-part6': [SKIP],
+ 'debug/debug-stepout-scope-part7': [SKIP],
+ 'debug/debug-stepout-scope-part8': [SKIP],
+}], # 'gc_stress == True'
]
« no previous file with comments | « test/debugger/debug/debug-stepout-to-builtin.js ('k') | test/debugger/debugger/debug-step.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698