Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: test/test262/test262.status

Issue 303753002: Trigonometric functions using fdlibm. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: touch ups Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/sin-cos.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '11.3_a': [FAIL], 56 '11.3_a': [FAIL],
57 '12.1.1_a': [FAIL], 57 '12.1.1_a': [FAIL],
58 '12.1.2.1_4': [FAIL], 58 '12.1.2.1_4': [FAIL],
59 '12.3.2_FDT_7_a_iv': [FAIL], 59 '12.3.2_FDT_7_a_iv': [FAIL],
60 '12.3.3': [FAIL], 60 '12.3.3': [FAIL],
61 '12.3_a': [FAIL], 61 '12.3_a': [FAIL],
62 '15.5.4.9_3': [PASS, FAIL], 62 '15.5.4.9_3': [PASS, FAIL],
63 63
64 ##################### DELIBERATE INCOMPATIBILITIES ##################### 64 ##################### DELIBERATE INCOMPATIBILITIES #####################
65 65
66 # This tests precision of Math functions. The implementation for those
67 # trigonometric functions are platform/compiler dependent. Furthermore, the
68 # expectation values by far deviates from the actual result given by an
69 # arbitrary-precision calculator, making those tests partly bogus.
70 'S15.8.2.7_A7': [PASS, FAIL_OK], # Math.cos
71 'S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math) 66 'S15.8.2.8_A6': [PASS, FAIL_OK], # Math.exp (less precise with --fast-math)
72 'S15.8.2.16_A7': [PASS, FAIL_OK], # Math.sin
73 'S15.8.2.18_A7': [PASS, FAIL_OK], # Math.tan
74 67
75 # Linux for ia32 (and therefore simulators) default to extended 80 bit 68 # Linux for ia32 (and therefore simulators) default to extended 80 bit
76 # floating point formats, so these tests checking 64-bit FP precision fail. 69 # floating point formats, so these tests checking 64-bit FP precision fail.
77 # The other platforms/arch's pass these tests. 70 # The other platforms/arch's pass these tests.
78 # We follow the other major JS engines by keeping this default. 71 # We follow the other major JS engines by keeping this default.
79 'S8.5_A2.1': [PASS, FAIL_OK], 72 'S8.5_A2.1': [PASS, FAIL_OK],
80 'S8.5_A2.2': [PASS, FAIL_OK], 73 'S8.5_A2.2': [PASS, FAIL_OK],
81 74
82 ############################ INVALID TESTS ############################# 75 ############################ INVALID TESTS #############################
83 76
(...skipping 23 matching lines...) Expand all
107 100
108 # BUG(3251225): Tests that timeout with --nocrankshaft. 101 # BUG(3251225): Tests that timeout with --nocrankshaft.
109 'S15.1.3.1_A2.4_T1': [SKIP], 102 'S15.1.3.1_A2.4_T1': [SKIP],
110 'S15.1.3.1_A2.5_T1': [SKIP], 103 'S15.1.3.1_A2.5_T1': [SKIP],
111 'S15.1.3.2_A2.4_T1': [SKIP], 104 'S15.1.3.2_A2.4_T1': [SKIP],
112 'S15.1.3.2_A2.5_T1': [SKIP], 105 'S15.1.3.2_A2.5_T1': [SKIP],
113 'S15.1.3.3_A2.3_T1': [SKIP], 106 'S15.1.3.3_A2.3_T1': [SKIP],
114 'S15.1.3.4_A2.3_T1': [SKIP], 107 'S15.1.3.4_A2.3_T1': [SKIP],
115 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64' 108 }], # 'arch == arm or arch == mipsel or arch == mips or arch == arm64'
116 ] 109 ]
OLDNEW
« no previous file with comments | « test/mjsunit/sin-cos.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698