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

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

Issue 6625048: Strict mode arguments do not share binding with formal parameters. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: CR Feedback Created 9 years, 9 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/x64/full-codegen-x64.cc ('k') | test/mjsunit/strict-mode.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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 ############################################################################## 232 ##############################################################################
233 # Unimplemented parts of strict mode 233 # Unimplemented parts of strict mode
234 # Setting expectations to fail only so that the tests trigger as soon as 234 # Setting expectations to fail only so that the tests trigger as soon as
235 # the strict mode feature gets implemented 235 # the strict mode feature gets implemented
236 236
237 # A directive preceeding an 'use strict' directive may not contain 237 # A directive preceeding an 'use strict' directive may not contain
238 # an OctalEscapeSequence 238 # an OctalEscapeSequence
239 # Incorrect test - need double escape in eval. 239 # Incorrect test - need double escape in eval.
240 chapter07/7.8/7.8.4/7.8.4-1-s: FAIL 240 chapter07/7.8/7.8.4/7.8.4-1-s: FAIL
241 241
242 # arguments[i] remains same after changing actual parameters in strict mode
243 chapter10/10.6/10.6-10-c-ii-1-s: FAIL
244 # arguments[i] doesn't map to actual parameters in strict mode
245 chapter10/10.6/10.6-10-c-ii-2-s: FAIL
246
247 # Accessing caller property of Arguments object throws TypeError in strict mode 242 # Accessing caller property of Arguments object throws TypeError in strict mode
248 chapter10/10.6/10.6-13-b-1-s: FAIL 243 chapter10/10.6/10.6-13-b-1-s: FAIL
249 # arguments.caller exists in strict mode 244 # arguments.caller exists in strict mode
250 chapter10/10.6/10.6-13-b-2-s: FAIL 245 chapter10/10.6/10.6-13-b-2-s: FAIL
251 # arguments.caller is non-configurable in strict mode 246 # arguments.caller is non-configurable in strict mode
252 chapter10/10.6/10.6-13-b-3-s: FAIL 247 chapter10/10.6/10.6-13-b-3-s: FAIL
253 # Accessing callee property of Arguments object throws TypeError in strict mode 248 # Accessing callee property of Arguments object throws TypeError in strict mode
254 chapter10/10.6/10.6-13-c-1-s: FAIL 249 chapter10/10.6/10.6-13-c-1-s: FAIL
255 # arguments.callee is non-configurable in strict mode 250 # arguments.callee is non-configurable in strict mode
256 chapter10/10.6/10.6-13-c-3-s: FAIL 251 chapter10/10.6/10.6-13-c-3-s: FAIL
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL 362 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL
368 363
369 # Array.prototype.reduce - null passed as thisValue to strict callbackfn 364 # Array.prototype.reduce - null passed as thisValue to strict callbackfn
370 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 365 # Invalid test case: http://es5conform.codeplex.com/workitem/29085
371 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL 366 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL
372 367
373 [ $arch == mips ] 368 [ $arch == mips ]
374 369
375 # Skip all tests on MIPS. 370 # Skip all tests on MIPS.
376 *: SKIP 371 *: SKIP
OLDNEW
« no previous file with comments | « src/x64/full-codegen-x64.cc ('k') | test/mjsunit/strict-mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698