v8/tools
sgjesse@chromium.org d9285da2a8 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.
Review URL: http://codereview.chromium.org/8676

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@633 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-10-29 09:52:31 +00:00
..
v8.xcodeproj Track whether a node or variable are likely to be a Smi value. Propagate that 2008-10-28 22:33:00 +00:00
visual_studio Added a Visual Studio project for the d8 developer shell. Currently without readline support. 2008-10-27 07:52:59 +00:00
js2c.py - Update js2c.py to take a type parameter. 2008-10-21 14:32:23 +00:00
linux-tick-processor.py Incorporate patches by Paolo Giarrusso to allow profiling 2008-10-22 09:46:09 +00:00
presubmit.py - Rename flags.defs to flag-definitions.h. 2008-09-17 08:47:50 +00:00
splaytree.py Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
test.py By default disable the general protection fault message box when 2008-10-29 09:52:31 +00:00
tickprocessor.py Improve profiler output to make it easier to see the 2008-10-10 09:26:40 +00:00
utils.py Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
windows-tick-processor.py Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00