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

[test] Skip more debugger tests on predicable mode

Seems like most lifeedit tests are not predicable.

NOTRY=true
TBR=yangguo@chromium.org

Bug: v8:8147
Change-Id: Ia0a3871112f5a6f4b5821ee401bfdfd26dd8f9e5
Reviewed-on: https://chromium-review.googlesource.com/1213211Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55730}
parent dad00eb9
...@@ -81,10 +81,7 @@ ...@@ -81,10 +81,7 @@
############################################################################## ##############################################################################
['predictable == True', { ['predictable == True', {
# https://crbug.com/v8/8147 # https://crbug.com/v8/8147
'debug/debug-liveedit-double-call': [SKIP], 'debug/debug-liveedit-*': [SKIP],
'debug/debug-liveedit-exceptions': [SKIP],
'debug/debug-liveedit-replace-code': [SKIP],
'debug/debug-liveedit-stepin': [SKIP],
'debug/debug-set-variable-value': [SKIP], 'debug/debug-set-variable-value': [SKIP],
}], # 'predictable == True' }], # 'predictable == True'
......
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