Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: test/mjsunit/mjsunit.status

Issue 2051043002: Implement Wasm GrowMemory opcode as a wasm runtime call (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index f597d7909427f6487e62dc63358dd074d08b79d7..ffb5237fc36b4eb71f21647a71f1b48c2ce37b05 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -872,6 +872,11 @@
'es6/tail-call-megatest*': [SKIP],
}], # (ignition or ignition_turbofan) and msan
+['system == windows and arch == ia32', {
+ # TODO(gdeepti): Flaky on multiple runs, windows nosnap crashes
+ 'wasm/grow-memory': [SKIP],
+}], # 'system == windows'
+
##############################################################################
['gcov_coverage', {
# Tests taking too long.

Powered by Google App Engine
This is Rietveld 408576698