Revision: 2569 Author: [email protected] Date: Tue Jul 28 23:58:00 2009 Log: * Mark debug-stepin-builtin test as failing on x64 * Change copyright year of the new test file to 2009
TBR=kasperl Review URL: http://codereview.chromium.org/160318 http://code.google.com/p/v8/source/detail?r=2569 Modified: /branches/bleeding_edge/test/mjsunit/debug-stepin-builtin.js /branches/bleeding_edge/test/mjsunit/mjsunit.status ======================================= --- /branches/bleeding_edge/test/mjsunit/debug-stepin-builtin.js Tue Jul 28 23:34:30 2009 +++ /branches/bleeding_edge/test/mjsunit/debug-stepin-builtin.js Tue Jul 28 23:58:00 2009 @@ -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: ======================================= --- /branches/bleeding_edge/test/mjsunit/mjsunit.status Tue Jul 28 23:34:30 2009 +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Tue Jul 28 23:58:00 2009 @@ -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 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
