Revision: 13055
Author: [email protected]
Date: Mon Nov 26 05:40:00 2012
Log: Fix test262 expectations for fast implementation of Math.exp()
[email protected]
Review URL: https://codereview.chromium.org/11418153
http://code.google.com/p/v8/source/detail?r=13055
Modified:
/branches/bleeding_edge/test/test262/test262.status
=======================================
--- /branches/bleeding_edge/test/test262/test262.status Thu Nov 15 03:41:27
2012
+++ /branches/bleeding_edge/test/test262/test262.status Mon Nov 26 05:40:00
2012
@@ -46,12 +46,13 @@
##################### DELIBERATE INCOMPATIBILITIES #####################
-# This tests precision of Math.tan and Math.sin. The implementation for
those
+# This tests precision of Math functions. 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.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
# Linux for ia32 (and therefore simulators) default to extended 80 bit
floating
# point formats, so these tests checking 64-bit FP precision fail. The
other
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev