| Index: test/test262/test262.status
|
| diff --git a/test/test262/test262.status b/test/test262/test262.status
|
| index 81e17da9273bc1173c1a040d8bf9147e86337b45..b61edb7cb1297363c9cead0842f663a35b91ff37 100644
|
| --- a/test/test262/test262.status
|
| +++ b/test/test262/test262.status
|
| @@ -74,6 +74,7 @@
|
| # trigonometric functions are platform/compiler dependent. Furthermore, the
|
| # expectation values by far deviates from the actual result given by an
|
| # arbitrary-precision calculator, making those tests partly bogus.
|
| + 'S15.8.2.7_A7': [PASS, FAIL_OK], # Math.cos
|
| 'S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math)
|
| 'S15.8.2.16_A7': [PASS, FAIL_OK], # Math.sin
|
| 'S15.8.2.18_A7': [PASS, FAIL_OK], # Math.tan
|
|
|