Sisyphus - JavaScript Tests - generalize std::bad_alloc -> out of memory post processing, bug 443156

This commit is contained in:
Bob Clary 2008-07-02 08:36:07 -04:00
parent ea5ac82c81
commit 71635fa7df

View File

@ -476,7 +476,7 @@ while ($file = shift @ARGV)
if (/error: can.t allocate region/ || /set a breakpoint in malloc_error_break/ ||
/set a breakpoint in szone_error to debug/ || /malloc:.*mmap/ || /vm_allocate/ ||
/terminate called after throwing an instance of 'std::bad_alloc'/)
/terminate called after throwing an instance of .*bad_alloc/)
{
dbg "Adding message: $_ converted to /$test_id{$state}:0: out of memory";
push @messages, ('/' . $test_id{$state} . ':0: out of memory');