| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 3a6b28136b8f8db2874480a95a6aaf060ae37eb5..70653f657bc3c6685a4ab59767d102ab7bea53f2 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -308,6 +308,10 @@
|
| # Currently always deopt on minus zero
|
| 'math-floor-of-div-minus-zero': [SKIP],
|
|
|
| + # Issue 3259.
|
| + 'math-floor-of-div-nosudiv': [PASS, FAIL],
|
| + 'math-floor-of-div': [PASS, FAIL],
|
| +
|
| ############################################################################
|
| # Slow tests.
|
| 'regress/regress-2185-2': [PASS, SLOW],
|
|
|