Chromium Code Reviews| 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. |