From c52008045ef58f8f51311ef435f5666a6da47afb Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Jul 2007 00:50:42 +0000 Subject: * bootstraptest/runner.rb (get_result_string): check $?.coredump? first. * bootstraptest/runner.rb (cleanup_coredump, check_coredump): see stackdump file too. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6d137eb00..8a397bc4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jul 20 09:50:40 2007 Nobuyoshi Nakada + + * bootstraptest/runner.rb (get_result_string): check $?.coredump? + first. + + * bootstraptest/runner.rb (cleanup_coredump, check_coredump): see + stackdump file too. + Thu Jul 19 19:24:14 2007 Nobuyoshi Nakada * eval_error.ci (get_backtrace): check the result more. -- cgit