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

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

Issue 6677020: Remove special-casing of calls to RegExp test and exec methods with no argument. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Make test expectations be up-to-date. Created 9 years, 1 month 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/sputnik/sputnik.status ('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 11 matching lines...) Expand all
22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 27
28 prefix test262 28 prefix test262
29 def FAIL_OK = FAIL, OKAY 29 def FAIL_OK = FAIL, OKAY
30 30
31 ############################### BUGS ################################### 31 ############################### BUGS ###################################
32
33 # '__proto__' should be treated as a normal property in JSON. 32 # '__proto__' should be treated as a normal property in JSON.
34 S15.12.2_A1: FAIL 33 S15.12.2_A1: FAIL
35 34
36 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 35 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196
37 S8.7_A5_T2: FAIL 36 S8.7_A5_T2: FAIL
38 37
39 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1624 38 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1624
40 S10.4.2.1_A1: FAIL 39 S10.4.2.1_A1: FAIL
41 40
42 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1530 41 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1530
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 # octal numbers in order to not break the web. 137 # octal numbers in order to not break the web.
139 S15.1.2.2_A5.1_T1: FAIL_OK 138 S15.1.2.2_A5.1_T1: FAIL_OK
140 139
141 # This tests precision of trignometric functions. We're slightly off 140 # This tests precision of trignometric functions. We're slightly off
142 # from the implementation in libc (~ 1e-17) but it's not clear if we 141 # from the implementation in libc (~ 1e-17) but it's not clear if we
143 # or they are closer to the right answer, or if it even matters. 142 # or they are closer to the right answer, or if it even matters.
144 S15.8.2.16_A7: PASS || FAIL_OK 143 S15.8.2.16_A7: PASS || FAIL_OK
145 S15.8.2.18_A7: PASS || FAIL_OK 144 S15.8.2.18_A7: PASS || FAIL_OK
146 S15.8.2.13_A23: PASS || FAIL_OK 145 S15.8.2.13_A23: PASS || FAIL_OK
147 146
148 # We allow calls to regexp exec() with no arguments to fail for
149 # compatibility reasons.
150 S15.10.6.2_A1_T16: FAIL_OK
151 S15.10.6.2_A12: FAIL_OK
152 S15.10.6.3_A1_T16: FAIL_OK
153
154 # Sputnik tests (r97) assume RegExp.prototype is an Object, not a RegExp. 147 # Sputnik tests (r97) assume RegExp.prototype is an Object, not a RegExp.
155 S15.10.6_A2: FAIL_OK 148 S15.10.6_A2: FAIL_OK
156 149
157 # We are silent in some regexp cases where the spec wants us to give 150 # We are silent in some regexp cases where the spec wants us to give
158 # errors, for compatibility. 151 # errors, for compatibility.
159 S15.10.2.11_A1_T2: FAIL 152 S15.10.2.11_A1_T2: FAIL
160 S15.10.2.11_A1_T3: FAIL 153 S15.10.2.11_A1_T3: FAIL
161 154
162 # We are more lenient in which string character escapes we allow than 155 # We are more lenient in which string character escapes we allow than
163 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility. 156 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility.
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 S15.1.3.2_A2.5_T1: SKIP 513 S15.1.3.2_A2.5_T1: SKIP
521 S15.1.3.3_A2.3_T1: SKIP 514 S15.1.3.3_A2.3_T1: SKIP
522 S15.1.3.4_A2.3_T1: SKIP 515 S15.1.3.4_A2.3_T1: SKIP
523 S15.1.3.1_A2.5_T1: SKIP 516 S15.1.3.1_A2.5_T1: SKIP
524 S15.1.3.2_A2.5_T1: SKIP 517 S15.1.3.2_A2.5_T1: SKIP
525 518
526 [ $arch == mips ] 519 [ $arch == mips ]
527 520
528 # Skip all tests on MIPS. 521 # Skip all tests on MIPS.
529 *: SKIP 522 *: SKIP
OLDNEW
« no previous file with comments | « test/sputnik/sputnik.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698