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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2903153002: [wasm] Increase WebAssembly.Memory maximum size to ~2GB (Closed)
Patch Set: Fix status again Created 3 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 be683e1e143fd84e8109de921b84fff1cee5f0b8..623d7e2d3fb284af16a599436af91a41082c12c3 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -339,6 +339,13 @@
'getters-on-elements': [PASS, ['gc_stress == True', FAIL]],
}], # 'arch == arm64 and mode == debug and simulator_run == True'
+['arch == arm and simulator_run == True or arch == ppc and simulator_run == True', {
Eric Holk 2017/06/13 16:19:47 Should these be wrapped to 80 chararacters?
gdeepti 2017/06/13 21:25:43 I don't know if there's a way to wrap around in st
Eric Holk 2017/06/13 22:37:20 sgtm
+ # Because of how allocations in the simulator work, simulator run assumes
+ # everything to be in the lower 4-gb address space, which fails this test
+ # on 32 bit arch simulators
Eric Holk 2017/06/13 16:19:47 I'm not sure I understand this. Just to make sure,
gdeepti 2017/06/13 21:25:43 My comment is not indicative of what is actually h
Eric Holk 2017/06/13 22:37:20 sgtm
+ 'wasm/large-offset': [SKIP],
+}], # 'arch == arm and simulator_run == True or arch == ppc and simulator_run == True'
+
##############################################################################
['asan == True', {
# Skip tests not suitable for ASAN.

Powered by Google App Engine
This is Rietveld 408576698