From ebadc3faaf095ba6359c50cc33b657c2f6fed983 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 23 Apr 2008 15:22:13 +0000 Subject: * test/ruby/test_settracefunc.rb: add a test for set_trace_func. * test/ruby/envutil.rb: move "rubyexec" method from test_rubyoptions.rb. * test/ruby/test_rubyoptions.rb: use rubyexec in envutil.rb. * test/ruby/test_thread.rb: add tests to achieve over 90% test coverage of thread.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9ef5d1f9c..24097cba1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Apr 24 00:20:01 2008 Yusuke Endoh + + * test/ruby/test_settracefunc.rb: add a test for set_trace_func. + + * test/ruby/envutil.rb: move "rubyexec" method from test_rubyoptions.rb. + + * test/ruby/test_rubyoptions.rb: use rubyexec in envutil.rb. + + * test/ruby/test_thread.rb: add tests to achieve over 90% test coverage + of thread.c. + Wed Apr 23 15:28:52 2008 Kazuhiro NISHIYAMA * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failed -- cgit