From: jkummerow@chromium.org Date: Mon, 26 Nov 2012 13:40:00 +0000 (+0000) Subject: Fix test262 expectations for fast implementation of Math.exp() X-Git-Tag: upstream/4.7.83~15567 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7b18f3a7126ecb1b555bda44888d4c895086841;p=platform%2Fupstream%2Fv8.git 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 --- diff --git a/test/test262/test262.status b/test/test262/test262.status index 06e32ae..8eaa365 100644 --- a/test/test262/test262.status +++ b/test/test262/test262.status @@ -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