DescriptionBy 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.
Committed: http://code.google.com/p/v8/source/detail?r=633
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #Messages
Total messages: 6 (0 generated)
|