[wasm] Skip more debugging tests with --isolates
Debugging does not work reliably with multiple isolates involved. Thus skip all tests that we saw flaking so far. R=thibaudm@chromium.org Bug: v8:10359, v8:10358 Change-Id: I119f8fdb19efb91f7d9fad0f510ffb68c646e784 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2126906 Reviewed-by: Thibaud Michaud <thibaudm@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/master@{#66906}
This commit is contained in:
parent
6d9fcc31b3
commit
d9beae85d5
@ -151,9 +151,13 @@
|
||||
|
||||
##############################################################################
|
||||
['isolates', {
|
||||
# Tier down/up Wasm NativeModule in debugging is non-deterministic with
|
||||
# multiple isolates (https://crbug.com/v8/10099).
|
||||
# WebAssembly debugging does not work reliably when multiple isolates are
|
||||
# involved (https://crbug.com/v8/10359).
|
||||
# (this list might need to be extended by more debugging tests as they
|
||||
# start flaking)
|
||||
'debug/wasm/debug-enabled-tier-down-wasm': [SKIP],
|
||||
'debug/wasm/debug-enabled-tier-down-wasm-unsupported-liftoff': [SKIP],
|
||||
'regress/regress-crbug-1032042': [SKIP],
|
||||
}], # 'isolates'
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user