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

Unified Diff: test/debugger/debugger.status

Issue 2491543002: [debug-wrapper] Conditional breaks, locals, evaluate, scopes (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
« no previous file with comments | « test/debugger/debug/regress/regress-opt-after-debug-deopt.js ('k') | test/debugger/test-api.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 7d7b714b22b44586885c24e4de1fb0213b808bbf..497479508fa6c5c7647a24e3f018da8052704ae7 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -22,4 +22,23 @@
'debug/debug-stepout-scope-part7': [SKIP],
'debug/debug-stepout-scope-part8': [SKIP],
}], # 'gc_stress == True'
+
+##############################################################################
+['variant == turbofan_opt', {
+ # TODO(mstarzinger): Debugger cannot materialize de-materialized functions.
+ 'debug/regress/regress-crbug-323936': [FAIL],
+
+ # TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
+ 'debug/debug-evaluate-closure': [FAIL],
+}], # variant == turbofan_opt
+
+##############################################################################
+['gc_stress == True', {
+ # Async function tests taking too long
+ # https://bugs.chromium.org/p/v8/issues/detail?id=5411
+ 'debug/harmony/async-debug-caught-exception-cases0': [SKIP],
+ 'debug/harmony/async-debug-caught-exception-cases1': [SKIP],
+ 'debug/harmony/async-debug-caught-exception-cases2': [SKIP],
+ 'debug/harmony/async-debug-caught-exception-cases3': [SKIP],
+}], # 'gc_stress == True'
]
« no previous file with comments | « test/debugger/debug/regress/regress-opt-after-debug-deopt.js ('k') | test/debugger/test-api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698