Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index 2d1ea3f5b76e330137dbfa67f37eb07b5be6f553..493e204e6c7356991e6e580dd745d1530419e935 100644 |
| --- a/test/mjsunit/mjsunit.status |
| +++ b/test/mjsunit/mjsunit.status |
| @@ -879,6 +879,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 |
|
ahaas
2016/06/28 14:51:50
Did you find out why this test is crashing on Wind
gdeepti
2016/06/28 16:19:10
Not yet, it does not reproduce on my windows machi
|
| + 'wasm/grow-memory': [SKIP], |
| +}], # 'system == windows' |
| + |
| ############################################################################## |
| ['gcov_coverage', { |
| # Tests taking too long. |