[wasm] Skip debug-step-into-wasm entirely
This test is already skipped in different configuration, but it still generally flakes. We need to investigate more before re-enabling it in all configuration that we want to support. R=nicohartmann@chromium.org Bug: v8:10410 Change-Id: I382e168add952d8e9f4802306a9029ea9651a389 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2142263 Commit-Queue: Clemens Backes <clemensb@chromium.org> Reviewed-by: Nico Hartmann <nicohartmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#67067}
This commit is contained in:
parent
d7755bb454
commit
29d188ae31
@ -32,6 +32,10 @@
|
||||
|
||||
# forcing weak callback in asan build change break order
|
||||
'debug/debug-stepin-builtin-callback': [['asan == True or msan == True', SKIP]],
|
||||
|
||||
# Flakes in different configurations, so skipped overall for now.
|
||||
# clemensb is working on that: https://crbug.com/v8/10410
|
||||
'debug/wasm/debug-step-into-wasm': [SKIP],
|
||||
}], # ALWAYS
|
||||
|
||||
##############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user