Skip to content

Commit c5bc87f

Browse files
ngzhianCommit Bot
authored andcommitted
Skip test on predictable builds
This test is racy between postMessage and memory.grow. Bug: chromium:1010272 Change-Id: I2856b5e1c57aabdf7d51665f2406559819099169 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1878914 Reviewed-by: Shu-yu Guo <[email protected]> Reviewed-by: Deepti Gandluri <[email protected]> Commit-Queue: Deepti Gandluri <[email protected]> Cr-Commit-Position: refs/heads/master@{#64600}
1 parent 2fffa81 commit c5bc87f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/mjsunit/mjsunit.status

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,9 @@
927927
# Deadlocks on predictable platform (https://crbug.com/v8/9760).
928928
'wasm/async-compile': [SKIP],
929929
'wasm/streaming-compile': [SKIP],
930+
931+
# Race between postMessage and wasm memory.grow. (https://crbug.com/1010272).
932+
'regress/wasm/regress-1010272': [SKIP],
930933
}], # 'predictable == True'
931934

932935
##############################################################################

0 commit comments

Comments
 (0)