Commit ba4301b4 authored by Maya Lekova's avatar Maya Lekova Committed by Commit Bot

[mjsunit] Disable flaky tests wasm/asm-wasm-{i32,f64}

TBR=mstarzinger@chromium.org

Bug: v8:7899
Change-Id: I0b40e60a234b869737fe89726807ff30d29ce8d6
Reviewed-on: https://chromium-review.googlesource.com/1118161
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54196}
parent 86fb0feb
......@@ -834,4 +834,11 @@
'string-replace-gc': [SKIP],
}], # variant == slow_path
##############################################################################
['arch == x64', {
# TODO: Flaky test: crbug.com/v8/7899
'wasm/asm-wasm-i32': [SKIP],
'wasm/asm-wasm-f64': [SKIP],
}], # arch == x64
]
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