[test] Skip debugger tests failing predictable testing
NOTRY=true TBR=yangguo@chromium.org Bug: v8:8147 Change-Id: I596d9a798440c50bc43b5250bd4f09a3392934a9 Reviewed-on: https://chromium-review.googlesource.com/1213022 Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#55727}
This commit is contained in:
parent
32438e0bba
commit
a5dc30a6c1
@ -78,6 +78,16 @@
|
||||
'debug/side-effect/debug-evaluate-no-side-effect-control': [SKIP],
|
||||
}], # 'gc_stress == True'
|
||||
|
||||
##############################################################################
|
||||
['predictable == True', {
|
||||
# https://crbug.com/v8/8147
|
||||
'debug/debug-liveedit-double-call': [SKIP],
|
||||
'debug/debug-liveedit-exceptions': [SKIP],
|
||||
'debug/debug-liveedit-replace-code': [SKIP],
|
||||
'debug/debug-liveedit-stepin': [SKIP],
|
||||
'debug/debug-set-variable-value': [SKIP],
|
||||
}], # 'predictable == True'
|
||||
|
||||
##############################################################################
|
||||
['variant == no_wasm_traps', {
|
||||
'*': [SKIP],
|
||||
|
Loading…
Reference in New Issue
Block a user