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

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

Issue 8139027: Version 3.6.5 (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: '' Created 9 years, 2 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/preparser/strict-identifiers.pyt ('k') | tools/gc-nvp-trace-processor.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 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 S15.8.2.16_A7: PASS || FAIL_OK 45 S15.8.2.16_A7: PASS || FAIL_OK
46 S15.8.2.18_A7: PASS || FAIL_OK 46 S15.8.2.18_A7: PASS || FAIL_OK
47 S15.8.2.13_A23: PASS || FAIL_OK 47 S15.8.2.13_A23: PASS || FAIL_OK
48 48
49 # We allow calls to regexp exec() with no arguments to fail for 49 # We allow calls to regexp exec() with no arguments to fail for
50 # compatibility reasons. 50 # compatibility reasons.
51 S15.10.6.2_A1_T16: FAIL_OK 51 S15.10.6.2_A1_T16: FAIL_OK
52 S15.10.6.2_A12: FAIL_OK 52 S15.10.6.2_A12: FAIL_OK
53 S15.10.6.3_A1_T16: FAIL_OK 53 S15.10.6.3_A1_T16: FAIL_OK
54 54
55 # Sputnik tests (r97) assume RegExp.prototype is an Object, not a RegExp.
56 S15.10.6_A2: FAIL_OK
57
55 # We are silent in some regexp cases where the spec wants us to give 58 # We are silent in some regexp cases where the spec wants us to give
56 # errors, for compatibility. 59 # errors, for compatibility.
57 S15.10.2.11_A1_T2: FAIL 60 S15.10.2.11_A1_T2: FAIL
58 S15.10.2.11_A1_T3: FAIL 61 S15.10.2.11_A1_T3: FAIL
59 62
60 # We are more lenient in which string character escapes we allow than 63 # We are more lenient in which string character escapes we allow than
61 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility. 64 # the spec (7.8.4 p. 19) wants us to be. This is for compatibility.
62 S7.8.4_A4.3_T2: FAIL_OK 65 S7.8.4_A4.3_T2: FAIL_OK
63 S7.8.4_A4.3_T2: FAIL_OK 66 S7.8.4_A4.3_T2: FAIL_OK
64 S7.8.4_A6.2_T2: FAIL_OK 67 S7.8.4_A6.2_T2: FAIL_OK
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 S15.5.4.7_A1_T3: FAIL_OK 172 S15.5.4.7_A1_T3: FAIL_OK
170 S15.5.4.8_A1_T3: FAIL_OK 173 S15.5.4.8_A1_T3: FAIL_OK
171 S15.5.4.9_A1_T3: FAIL_OK 174 S15.5.4.9_A1_T3: FAIL_OK
172 S15.5.4.10_A1_T3: FAIL_OK 175 S15.5.4.10_A1_T3: FAIL_OK
173 S15.5.4.11_A1_T3: FAIL_OK 176 S15.5.4.11_A1_T3: FAIL_OK
174 S15.5.4.12_A1_T3: FAIL_OK 177 S15.5.4.12_A1_T3: FAIL_OK
175 S15.5.4.13_A1_T3: FAIL_OK 178 S15.5.4.13_A1_T3: FAIL_OK
176 S15.5.4.14_A1_T3: FAIL_OK 179 S15.5.4.14_A1_T3: FAIL_OK
177 S15.5.4.15_A1_T3: FAIL_OK 180 S15.5.4.15_A1_T3: FAIL_OK
178 181
182 # NaN, Infinity and undefined are read-only according to ES5.
183 S15.1.1.1_A2_T1: FAIL_OK # NaN
184 S15.1.1.1_A2_T2: FAIL_OK # NaN
185 S15.1.1.2_A2_T1: FAIL_OK # Infinity
186 # S15.1.1.2_A2_T2 would fail if it weren't bogus in r97. sputnik bug #45.
187 S15.1.1.3_A2_T1: FAIL_OK # undefined
188 S15.1.1.3_A2_T2: FAIL_OK # undefined
189
190 # Array.prototype.to[Locale]String is generic in ES5.
191 S15.4.4.2_A2_T1: FAIL_OK
192 S15.4.4.3_A2_T1: FAIL_OK
193
194
179 ##################### SKIPPED TESTS ##################### 195 ##################### SKIPPED TESTS #####################
180 196
181 # These tests take a looong time to run in debug mode. 197 # These tests take a looong time to run in debug mode.
182 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug 198 S15.1.3.2_A2.5_T1: PASS, SKIP if $mode == debug
183 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug 199 S15.1.3.1_A2.5_T1: PASS, SKIP if $mode == debug
184 200
185 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196 201 # V8 Bug: http://code.google.com/p/v8/issues/detail?id=1196
186 S8.7_A5_T2: FAIL 202 S8.7_A5_T2: FAIL
187 203
188 # Invalid test case (recent change adding var changes semantics) 204 # Invalid test case (recent change adding var changes semantics)
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 S15.1.3.2_A2.5_T1: SKIP 268 S15.1.3.2_A2.5_T1: SKIP
253 S15.1.3.3_A2.3_T1: SKIP 269 S15.1.3.3_A2.3_T1: SKIP
254 S15.1.3.4_A2.3_T1: SKIP 270 S15.1.3.4_A2.3_T1: SKIP
255 S15.1.3.1_A2.5_T1: SKIP 271 S15.1.3.1_A2.5_T1: SKIP
256 S15.1.3.2_A2.5_T1: SKIP 272 S15.1.3.2_A2.5_T1: SKIP
257 273
258 [ $arch == mips ] 274 [ $arch == mips ]
259 275
260 # Skip all tests on MIPS. 276 # Skip all tests on MIPS.
261 *: SKIP 277 *: SKIP
OLDNEW
« no previous file with comments | « test/preparser/strict-identifiers.pyt ('k') | tools/gc-nvp-trace-processor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698