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

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

Issue 6698015: Implement strict mode arguments caller/callee. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Kevin's 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 # Accessing caller property of Arguments object throws TypeError in strict mode
243 chapter10/10.6/10.6-13-b-1-s: FAIL
244 # arguments.caller exists in strict mode
245 chapter10/10.6/10.6-13-b-2-s: FAIL
246 # arguments.caller is non-configurable in strict mode 242 # arguments.caller is non-configurable in strict mode
243 # Invalid test case. Checks for "writable == true" and presence of "put"..
247 chapter10/10.6/10.6-13-b-3-s: FAIL 244 chapter10/10.6/10.6-13-b-3-s: FAIL
248 # Accessing callee property of Arguments object throws TypeError in strict mode
249 chapter10/10.6/10.6-13-c-1-s: FAIL
250 # arguments.callee is non-configurable in strict mode 245 # arguments.callee is non-configurable in strict mode
246 # Invalid test case. Checks for "put" property accessor.
251 chapter10/10.6/10.6-13-c-3-s: FAIL 247 chapter10/10.6/10.6-13-c-3-s: FAIL
252 248
253 # simple assignment throws TypeError if LeftHandSide is a property reference 249 # simple assignment throws TypeError if LeftHandSide is a property reference
254 # with a primitive base value (this is undefined) 250 # with a primitive base value (this is undefined)
255 chapter11/11.13/11.13.1/11.13.1-1-7-s: FAIL 251 chapter11/11.13/11.13.1/11.13.1-1-7-s: FAIL
256 252
257 # simple assignment throws TypeError if LeftHandSide is a readonly property 253 # simple assignment throws TypeError if LeftHandSide is a readonly property
258 # in strict mode (Global.NaN) 254 # in strict mode (Global.NaN)
259 chapter11/11.13/11.13.1/11.13.1-4-2-s: FAIL 255 chapter11/11.13/11.13.1/11.13.1-4-2-s: FAIL
260 # simple assignment throws TypeError if LeftHandSide is a readonly property 256 # simple assignment throws TypeError if LeftHandSide is a readonly property
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL 358 chapter15/15.3/15.3.2/15.3.2.1/15.3.2.1-11-6-s: FAIL
363 359
364 # Array.prototype.reduce - null passed as thisValue to strict callbackfn 360 # Array.prototype.reduce - null passed as thisValue to strict callbackfn
365 # Invalid test case: http://es5conform.codeplex.com/workitem/29085 361 # Invalid test case: http://es5conform.codeplex.com/workitem/29085
366 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL 362 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL
367 363
368 [ $arch == mips ] 364 [ $arch == mips ]
369 365
370 # Skip all tests on MIPS. 366 # Skip all tests on MIPS.
371 *: SKIP 367 *: 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