Reviewers: Lasse Reichstein, Description: Reenable ctrl-c on tools/test by removing intialization of result in Run.
The initialization of result was introduced in 7452 in addition to enabling the preparser. Please review this at http://codereview.chromium.org/6824038/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M tools/test.py Index: tools/test.py =================================================================== --- tools/test.py (revision 7566) +++ tools/test.py (working copy) @@ -379,7 +379,6 @@ def Run(self): self.BeforeRun() - result = "exception" try: result = self.RunCommand(self.GetCommand()) finally: -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
