mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/envutil.rb (assert_normal_exit): show coredump status.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
afbf678a91
commit
cf0109cff7
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sun Jun 1 10:32:18 2008 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* test/ruby/envutil.rb (assert_normal_exit): show coredump status.
|
||||||
|
|
||||||
Sat May 31 23:33:34 2008 Akinori MUSHA <knu@iDaemons.org>
|
Sat May 31 23:33:34 2008 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
* README, README.ja: Add a note about default C flags.
|
* README, README.ja: Add a note about default C flags.
|
||||||
|
|
|
@ -91,6 +91,9 @@ module Test
|
||||||
if signame
|
if signame
|
||||||
sigdesc = "SIG#{signame} (#{sigdesc})"
|
sigdesc = "SIG#{signame} (#{sigdesc})"
|
||||||
end
|
end
|
||||||
|
if status.coredump?
|
||||||
|
sigdesc << " (core dumped)"
|
||||||
|
end
|
||||||
if msg.empty?
|
if msg.empty?
|
||||||
full_message = build_message(message, "pid ? killed by ?",
|
full_message = build_message(message, "pid ? killed by ?",
|
||||||
pid,
|
pid,
|
||||||
|
|
Loading…
Add table
Reference in a new issue