Reviewers: Christian Plesner Hansen, Description: By default disable the general protection fault message box when running tests on Windows. This requires
Added the option --win-error-box to enable general protection fault message box which can be convenient when debugging failing tests on Windows. Added crash detection when running tests on Windows. The output is not fully polished but crashed indications are printed for the different progess indicators. Changed the OS::Abort on Windows from generating a "crash" (int3) to calling abort(). This is to avoid tests which are known to fail with out of memory errors to be detected as crashed tests. Please review this at http://codereview.chromium.org/8676 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/platform-win32.cc M tools/test.py --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
