Revision: 10869
Author:   [email protected]
Date:     Wed Feb 29 05:31:10 2012
Log: Change test262 test expectations regarding inaccurate Math functions.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/9533007
http://code.google.com/p/v8/source/detail?r=10869

Modified:
 /branches/bleeding_edge/test/test262/test262.status

=======================================
--- /branches/bleeding_edge/test/test262/test262.status Fri Feb 24 08:01:22 2012 +++ /branches/bleeding_edge/test/test262/test262.status Wed Feb 29 05:31:10 2012
@@ -48,12 +48,12 @@
 # octal numbers in order to not break the web.
 S15.1.2.2_A5.1_T1: FAIL_OK

-# This tests precision of trignometric functions.  We're slightly off
-# from the implementation in libc (~ 1e-17) but it's not clear if we
-# or they are closer to the right answer, or if it even matters.
+# This tests precision of Math.tan and Math.sin. The implementation for those +# 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.16_A7: PASS || FAIL_OK
 S15.8.2.18_A7: PASS || FAIL_OK
-S15.8.2.13_A23: PASS || FAIL_OK

 # We are more lenient in which string character escapes we allow than
 # the spec (7.8.4 p. 19) wants us to be.  This is for compatibility.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to