Go to file
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
benchmarks Improve error reporting in benchmarks. 2008-10-22 11:55:08 +00:00
include Added v8::Object::GetProperties method that returns an array of all 2008-10-23 10:31:49 +00:00
samples - Added support for warnings on unused test rules. 2008-09-25 12:38:34 +00:00
src By default disable the general protection fault message box when 2008-10-29 09:52:31 +00:00
test Implement Array::concat function in C++. 2008-10-28 14:47:50 +00:00
tools By default disable the general protection fault message box when 2008-10-29 09:52:31 +00:00
AUTHORS Apply Daniel's patch for array index strings. 2008-10-23 06:20:57 +00:00
ChangeLog Get ready for pushing version 0.4.1 to trunk. 2008-10-28 08:42:47 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct Minor fixes 2008-10-21 15:24:58 +00:00