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

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

Issue 8566009: Remove hidden prototype for builtin functions. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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/mjsunit/undeletable-functions.js ('k') | test/test262/test262.status » ('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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 201
202 # Invalid test case (recent change adding var changes semantics) 202 # Invalid test case (recent change adding var changes semantics)
203 S8.3_A1_T1: FAIL 203 S8.3_A1_T1: FAIL
204 # Test bug: http://code.google.com/p/sputniktests/issues/detail?id=35 204 # Test bug: http://code.google.com/p/sputniktests/issues/detail?id=35
205 S15.5.4.8_A1_T1: FAIL 205 S15.5.4.8_A1_T1: FAIL
206 # Invalid test case (recent change adding var changes semantics) 206 # Invalid test case (recent change adding var changes semantics)
207 S15.3_A3_T1: FAIL 207 S15.3_A3_T1: FAIL
208 # Invalid test case (recent change adding var changes semantics) 208 # Invalid test case (recent change adding var changes semantics)
209 S15.3_A3_T3: FAIL 209 S15.3_A3_T3: FAIL
210 210
211 # These tests fail because we had to add bugs to be compatible with JSC. See
212 # http://code.google.com/p/chromium/issues/detail?id=1717
213 S15.5.4.1_A1_T2: FAIL_OK
214 S15.5.4_A1: FAIL_OK
215 S15.5.4_A3: FAIL_OK
216 S15.9.5.10_A1_T2: FAIL_OK
217 S15.9.5.11_A1_T2: FAIL_OK
218 S15.9.5.12_A1_T2: FAIL_OK
219 S15.9.5.13_A1_T2: FAIL_OK
220 S15.9.5.14_A1_T2: FAIL_OK
221 S15.9.5.15_A1_T2: FAIL_OK
222 S15.9.5.16_A1_T2: FAIL_OK
223 S15.9.5.17_A1_T2: FAIL_OK
224 S15.9.5.18_A1_T2: FAIL_OK
225 S15.9.5.19_A1_T2: FAIL_OK
226 S15.9.5.20_A1_T2: FAIL_OK
227 S15.9.5.21_A1_T2: FAIL_OK
228 S15.9.5.22_A1_T2: FAIL_OK
229 S15.9.5.23_A1_T2: FAIL_OK
230 S15.9.5.24_A1_T2: FAIL_OK
231 S15.9.5.25_A1_T2: FAIL_OK
232 S15.9.5.26_A1_T2: FAIL_OK
233 S15.9.5.27_A1_T2: FAIL_OK
234 S15.9.5.28_A1_T2: FAIL_OK
235 S15.9.5.29_A1_T2: FAIL_OK
236 S15.9.5.2_A1_T2: FAIL_OK
237 S15.9.5.30_A1_T2: FAIL_OK
238 S15.9.5.31_A1_T2: FAIL_OK
239 S15.9.5.32_A1_T2: FAIL_OK
240 S15.9.5.33_A1_T2: FAIL_OK
241 S15.9.5.34_A1_T2: FAIL_OK
242 S15.9.5.35_A1_T2: FAIL_OK
243 S15.9.5.36_A1_T2: FAIL_OK
244 S15.9.5.37_A1_T2: FAIL_OK
245 S15.9.5.38_A1_T2: FAIL_OK
246 S15.9.5.39_A1_T2: FAIL_OK
247 S15.9.5.3_A1_T2: FAIL_OK
248 S15.9.5.40_A1_T2: FAIL_OK
249 S15.9.5.41_A1_T2: FAIL_OK
250 S15.9.5.42_A1_T2: FAIL_OK
251 S15.9.5.4_A1_T2: FAIL_OK
252 S15.9.5.5_A1_T2: FAIL_OK
253 S15.9.5.6_A1_T2: FAIL_OK
254 S15.9.5.7_A1_T2: FAIL_OK
255 S15.9.5.8_A1_T2: FAIL_OK
256 S15.9.5.9_A1_T2: FAIL_OK
257
258 [ $arch == arm ] 211 [ $arch == arm ]
259 212
260 # BUG(3251225): Tests that timeout with --nocrankshaft. 213 # BUG(3251225): Tests that timeout with --nocrankshaft.
261 S15.1.3.1_A2.5_T1: SKIP 214 S15.1.3.1_A2.5_T1: SKIP
262 S15.1.3.2_A2.5_T1: SKIP 215 S15.1.3.2_A2.5_T1: SKIP
263 S15.1.3.1_A2.4_T1: SKIP 216 S15.1.3.1_A2.4_T1: SKIP
264 S15.1.3.1_A2.5_T1: SKIP 217 S15.1.3.1_A2.5_T1: SKIP
265 S15.1.3.2_A2.4_T1: SKIP 218 S15.1.3.2_A2.4_T1: SKIP
266 S15.1.3.2_A2.5_T1: SKIP 219 S15.1.3.2_A2.5_T1: SKIP
267 S15.1.3.3_A2.3_T1: SKIP 220 S15.1.3.3_A2.3_T1: SKIP
268 S15.1.3.4_A2.3_T1: SKIP 221 S15.1.3.4_A2.3_T1: SKIP
269 S15.1.3.1_A2.5_T1: SKIP 222 S15.1.3.1_A2.5_T1: SKIP
270 S15.1.3.2_A2.5_T1: SKIP 223 S15.1.3.2_A2.5_T1: SKIP
271 224
272 [ $arch == mips ] 225 [ $arch == mips ]
273 226
274 # Skip all tests on MIPS. 227 # Skip all tests on MIPS.
275 *: SKIP 228 *: SKIP
OLDNEW
« no previous file with comments | « test/mjsunit/undeletable-functions.js ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698