From f144fb4173aad8dc24203750c82a2c757048ceee Mon Sep 17 00:00:00 2001 From: "iposva@google.com" Date: Tue, 10 Feb 2009 23:26:45 +0000 Subject: Re-revert change 9439. The original change 9439 was reverted because one of the debugger tests failed. I filed a V8 issue to fix the debugger tests properly: http://code.google.com/p/v8/issues/detail?id=230 Review URL: http://codereview.chromium.org/21235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9530 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/debugger/test_protocol.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome') diff --git a/chrome/test/debugger/test_protocol.js b/chrome/test/debugger/test_protocol.js index 9505e6e..7751677 100644 --- a/chrome/test/debugger/test_protocol.js +++ b/chrome/test/debugger/test_protocol.js @@ -11,6 +11,10 @@ * chrome/test/debugger/test_protocol.js */ +// This test is currently disabled. Please see: +// http://code.google.com/p/v8/issues/detail?id=230 +print("Success"); +quit(); /** * shell() is normally a native function exposed to shell.js in Chrome that -- cgit v1.1