diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-25 16:10:37 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-25 16:10:37 +0000 |
commit | 67bb94f747980e59d22b4a6b4b3f8c908133a64c (patch) | |
tree | b3b64a53b6fef9d68aa06af24a3fe4bc6511b5d1 | |
parent | bf4bc85d2401a174709cb451e714e2a4464ddb91 (diff) |
* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):
skip tests for exitstatus and termsig on the platforms where
signals not supported.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Sat May 26 00:05:22 2007 Nobuyoshi Nakada <[email protected]> + * test/ruby/test_beginendblock.rb (test_should_propagate_signaled): + skip tests for exitstatus and termsig on the platforms where + signals not supported. Wed May 23 06:51:46 2007 URABE Shyouhei <[email protected]> |