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

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

Issue 10836151: Fix parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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/parse-int-float.js ('k') | no next file » | 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 23 matching lines...) Expand all
34 S15.12.2_A1: FAIL 34 S15.12.2_A1: FAIL
35 35
36 # Sequencing of getter side effects on receiver and argument properties 36 # Sequencing of getter side effects on receiver and argument properties
37 # is wrong. The receiver callback should be called before any arguments 37 # is wrong. The receiver callback should be called before any arguments
38 # are evaluated. 38 # are evaluated.
39 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=691 39 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=691
40 11.2.3-3_3: FAIL 40 11.2.3-3_3: FAIL
41 41
42 ##################### DELIBERATE INCOMPATIBILITIES ##################### 42 ##################### DELIBERATE INCOMPATIBILITIES #####################
43 43
44 # We deliberately treat arguments to parseInt() with a leading zero as
45 # octal numbers in order to not break the web.
46 S15.1.2.2_A5.1_T1: FAIL_OK
47
48 # This tests precision of Math.tan and Math.sin. The implementation for those 44 # This tests precision of Math.tan and Math.sin. The implementation for those
49 # trigonometric functions are platform/compiler dependent. Furthermore, the 45 # trigonometric functions are platform/compiler dependent. Furthermore, the
50 # expectation values by far deviates from the actual result given by an 46 # expectation values by far deviates from the actual result given by an
51 # arbitrary-precision calculator, making those tests partly bogus. 47 # arbitrary-precision calculator, making those tests partly bogus.
52 S15.8.2.16_A7: PASS || FAIL_OK 48 S15.8.2.16_A7: PASS || FAIL_OK
53 S15.8.2.18_A7: PASS || FAIL_OK 49 S15.8.2.18_A7: PASS || FAIL_OK
54 50
55 # Linux for ia32 (and therefore simulators) default to extended 80 bit floating 51 # Linux for ia32 (and therefore simulators) default to extended 80 bit floating
56 # point formats, so these tests checking 64-bit FP precision fail. The other 52 # point formats, so these tests checking 64-bit FP precision fail. The other
57 # platforms/arch's pass these tests. 53 # platforms/arch's pass these tests.
(...skipping 22 matching lines...) Expand all
80 76
81 [ $arch == arm || $arch == mipsel ] 77 [ $arch == arm || $arch == mipsel ]
82 78
83 # BUG(3251225): Tests that timeout with --nocrankshaft. 79 # BUG(3251225): Tests that timeout with --nocrankshaft.
84 S15.1.3.1_A2.4_T1: SKIP 80 S15.1.3.1_A2.4_T1: SKIP
85 S15.1.3.1_A2.5_T1: SKIP 81 S15.1.3.1_A2.5_T1: SKIP
86 S15.1.3.2_A2.4_T1: SKIP 82 S15.1.3.2_A2.4_T1: SKIP
87 S15.1.3.2_A2.5_T1: SKIP 83 S15.1.3.2_A2.5_T1: SKIP
88 S15.1.3.3_A2.3_T1: SKIP 84 S15.1.3.3_A2.3_T1: SKIP
89 S15.1.3.4_A2.3_T1: SKIP 85 S15.1.3.4_A2.3_T1: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/parse-int-float.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698