1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/dl
tenderlove 1b979ea721 * test/dl/test_callback.rb: fixing valgrind errors. Ruby string may be
GC'd before the callback returns.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-05-09 01:57:54 +00:00
..
test_base.rb * test/dl/test_base.rb (libc_so, libm_so): supports solaris. 2010-05-08 16:05:27 +00:00
test_callback.rb * test/dl/test_callback.rb: fixing valgrind errors. Ruby string may be 2010-05-09 01:57:54 +00:00
test_cfunc.rb * test/dl/test_cfunc.rb (test_to_s): a result of sprintf("%x", ptr) 2010-03-19 16:39:16 +00:00
test_cptr.rb
test_dl2.rb * test/dl/test_dl2.rb (DL::TestDL#ptr2num): add for LLP64. 2010-03-19 16:18:05 +00:00
test_func.rb
test_handle.rb * test/dl/test_handle.rb: skip some tests on mswin/mingw. 2010-03-20 09:47:07 +00:00
test_import.rb * test/dl/test_{base,handle}.rb: use more verbose assertions. 2010-02-16 10:03:02 +00:00
test_win32.rb