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

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

Issue 6474026: Strict mode assignment to undefined reference. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix presubmit. Created 9 years, 10 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
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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 chapter10/10.6/10.6-13-b-1-s: FAIL 257 chapter10/10.6/10.6-13-b-1-s: FAIL
258 # arguments.caller exists in strict mode 258 # arguments.caller exists in strict mode
259 chapter10/10.6/10.6-13-b-2-s: FAIL 259 chapter10/10.6/10.6-13-b-2-s: FAIL
260 # arguments.caller is non-configurable in strict mode 260 # arguments.caller is non-configurable in strict mode
261 chapter10/10.6/10.6-13-b-3-s: FAIL 261 chapter10/10.6/10.6-13-b-3-s: FAIL
262 # Accessing callee property of Arguments object throws TypeError in strict mode 262 # Accessing callee property of Arguments object throws TypeError in strict mode
263 chapter10/10.6/10.6-13-c-1-s: FAIL 263 chapter10/10.6/10.6-13-c-1-s: FAIL
264 # arguments.callee is non-configurable in strict mode 264 # arguments.callee is non-configurable in strict mode
265 chapter10/10.6/10.6-13-c-3-s: FAIL 265 chapter10/10.6/10.6-13-c-3-s: FAIL
266 266
267 # simple assignment throws ReferenceError if LeftHandSide is an unresolvable
268 # reference in strict mode
269 chapter11/11.13/11.13.1/11.13.1-1-5-s: FAIL
270 # simple assignment throws TypeError if LeftHandSide is a property reference 267 # simple assignment throws TypeError if LeftHandSide is a property reference
271 # with a primitive base value (this is undefined) 268 # with a primitive base value (this is undefined)
272 chapter11/11.13/11.13.1/11.13.1-1-7-s: FAIL 269 chapter11/11.13/11.13.1/11.13.1-1-7-s: FAIL
273 270
274 # simple assignment throws TypeError if LeftHandSide is a readonly property 271 # simple assignment throws TypeError if LeftHandSide is a readonly property
275 # in strict mode (Global.NaN) 272 # in strict mode (Global.NaN)
276 chapter11/11.13/11.13.1/11.13.1-4-2-s: FAIL 273 chapter11/11.13/11.13.1/11.13.1-4-2-s: FAIL
277 # simple assignment throws TypeError if LeftHandSide is a readonly property 274 # simple assignment throws TypeError if LeftHandSide is a readonly property
278 # in strict mode (Global.Infinity) 275 # in strict mode (Global.Infinity)
279 chapter11/11.13/11.13.1/11.13.1-4-3-s: FAIL 276 chapter11/11.13/11.13.1/11.13.1-4-3-s: FAIL
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s: FAIL 483 chapter15/15.4/15.4.4/15.4.4.19/15.4.4.19-5-1-s: FAIL
487 # Array.prototype.filter - thisArg not passed to strict callbackfn 484 # Array.prototype.filter - thisArg not passed to strict callbackfn
488 chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s: FAIL 485 chapter15/15.4/15.4.4/15.4.4.20/15.4.4.20-5-1-s: FAIL
489 # Array.prototype.reduce - null passed as thisValue to strict callbackfn 486 # Array.prototype.reduce - null passed as thisValue to strict callbackfn
490 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL 487 chapter15/15.4/15.4.4/15.4.4.21/15.4.4.21-9-c-ii-4-s: FAIL
491 488
492 [ $arch == mips ] 489 [ $arch == mips ]
493 490
494 # Skip all tests on MIPS. 491 # Skip all tests on MIPS.
495 *: SKIP 492 *: SKIP
OLDNEW
« src/stub-cache.h ('K') | « test/cctest/test-debug.cc ('k') | test/mjsunit/strict-mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698