Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index 26ec10ba663acd6d40ae50e6ab5f3fa8a45e02cb..2e769277106e315a24b657007d10837740853092 100644 |
| --- a/test/mjsunit/mjsunit.status |
| +++ b/test/mjsunit/mjsunit.status |
| @@ -193,10 +193,6 @@ |
| # nosse2. Also for arm novfp3. |
| 'regress/regress-2989': [FAIL, NO_VARIANTS, ['system == linux and arch == x87 or arch == arm and simulator == True', PASS]], |
| - # Skip endain dependent test for mips due to different typed views of the same |
|
arv (Not doing code reviews)
2015/01/14 15:49:10
Stray change?
Michael Starzinger
2015/01/14 16:02:19
Yes. I wanted to sneak in this cleanup, because th
Michael Starzinger
2015/01/15 12:48:44
Done. Moved into separate CL and already landed.
|
| - # array buffer. |
| - 'nans': [PASS, ], |
| - |
| # This test variant makes only sense on arm. |
| 'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_arm, android_arm64]', SKIP]], |