Fix test262 expectations for fast implementation of Math.exp()
R=yangguo@chromium.org Review URL: https://codereview.chromium.org/11418153 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13055 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
79563b22c9
commit
c7b18f3a71
@ -46,12 +46,13 @@ S15.12.2_A1: FAIL
|
||||
|
||||
##################### 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
|
||||
|
Loading…
Reference in New Issue
Block a user