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

Unified Diff: test/debugger/debugger.status

Issue 2566093002: [debug-wrapper] migrate some scope related tests (Closed)
Patch Set: address comments 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 | « test/debugger/debug/regress/regress-1853.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 a660506bf64c39c3992199b47243aaf9012b846e..05858bcc2f746a48742b0ac453e169237ddaec8e 100644
--- a/test/debugger/debugger.status
+++ b/test/debugger/debugger.status
@@ -4,6 +4,9 @@
[
[ALWAYS, {
+ # All tests in the bug directory are expected to fail.
+ 'bugs/*': [FAIL],
+
# 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],
@@ -21,6 +24,9 @@
# Issue 5651: Context mismatch in ScopeIterator::Type() for eval default
# parameter value
'debug/es6/debug-scope-default-param-with-eval': [FAIL],
+
+ # Slow test
+ 'debug/debug-scopes': [PASS, SLOW],
}], # ALWAYS
##############################################################################
@@ -42,6 +48,17 @@
'debug/debug-stepout-scope-part6': [SKIP],
'debug/debug-stepout-scope-part7': [SKIP],
'debug/debug-stepout-scope-part8': [SKIP],
+
+ # BUG(chromium:664490)
+ 'debug/debug-scopes': [SKIP],
+
+ # 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],
+ 'debug/harmony/async-function-debug-scopes': [SKIP],
}], # 'gc_stress == True'
##############################################################################
@@ -70,16 +87,6 @@
}], # variant == ignition_turbofan
##############################################################################
-['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'
-
-##############################################################################
['variant == asm_wasm', {
'*': [SKIP],
}], # variant == asm_wasm
« no previous file with comments | « test/debugger/debug/regress/regress-1853.js ('k') | test/debugger/test-api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698