Reviewers: Kasper Lund, Description: * Mark debug-stepin-builtin test as failing on x64 * Change copyright year of the new test file to 2009
TBR=kasperl Please review this at http://codereview.chromium.org/160318 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/mjsunit/debug-stepin-builtin.js M test/mjsunit/mjsunit.status Index: test/mjsunit/mjsunit.status =================================================================== --- test/mjsunit/mjsunit.status (revision 2568) +++ test/mjsunit/mjsunit.status (working copy) @@ -93,6 +93,7 @@ debug-setbreakpoint: CRASH || FAIL debug-step-stub-callfunction: CRASH || FAIL debug-step: CRASH || FAIL +debug-stepin-builtin: CRASH || FAIL debug-stepin-constructor: CRASH || FAIL debug-stepin-function-call: CRASH || FAIL debug-stepin-accessor: CRASH || FAIL Index: test/mjsunit/debug-stepin-builtin.js =================================================================== --- test/mjsunit/debug-stepin-builtin.js (revision 2568) +++ test/mjsunit/debug-stepin-builtin.js (working copy) @@ -1,4 +1,4 @@ -// Copyright 2008 the V8 project authors. All rights reserved. +// Copyright 2009 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
