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

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

Issue 2877004: Update JSON.stringify to floor the space parameter (fixes issue 753) (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 years, 5 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 | « src/json.js ('k') | test/mjsunit/regress/regress-753.js » ('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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2: FAIL_OK 277 chapter15/15.10/15.10.7/15.10.7.1/15.10.7.1-2: FAIL_OK
278 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1: FAIL_OK 278 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-1: FAIL_OK
279 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2: FAIL_OK 279 chapter15/15.10/15.10.7/15.10.7.2/15.10.7.2-2: FAIL_OK
280 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1: FAIL_OK 280 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-1: FAIL_OK
281 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK 281 chapter15/15.10/15.10.7/15.10.7.3/15.10.7.3-2: FAIL_OK
282 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK 282 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-1: FAIL_OK
283 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK 283 chapter15/15.10/15.10.7/15.10.7.4/15.10.7.4-2: FAIL_OK
284 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK 284 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-1: FAIL_OK
285 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK 285 chapter15/15.10/15.10.7/15.10.7.5/15.10.7.5-2: FAIL_OK
286 286
287 # JSON.stringify does not correctly truncate the space parameter.
288 # See http://code.google.com/p/v8/issues/detail?id=753
289 chapter15/15.12/15.12.3/15.12.3-6-a-2: FAIL_OK
290 chapter15/15.12/15.12.3/15.12.3-6-b-1: FAIL_OK
291
292 [ $arch == mips ] 287 [ $arch == mips ]
293 288
294 # Skip all tests on MIPS. 289 # Skip all tests on MIPS.
295 *: SKIP 290 *: SKIP
OLDNEW
« no previous file with comments | « src/json.js ('k') | test/mjsunit/regress/regress-753.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698