Commit a5dc30a6 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[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/1213022Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55727}
parent 32438e0b
......@@ -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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment