From: "luislavena (Luis Lavena)" Date: 2012-11-27T13:11:13+09:00 Subject: [ruby-core:50196] [ruby-trunk - Bug #7443] Method redefinition from Fiddle is causing a test failure (MinGW) Issue #7443 has been updated by luislavena (Luis Lavena). =begin zzak (Zachary Scott) wrote: > For what it's worth, here's the issues I'm getting: > https://gist.github.com/4152220 Thanks Zachary, The issue is not a test from Fiddle that is failing, but Fiddle redefinition causing another test to fail. test_modify_expand_memory_leak from test/-ext-/string/test_modify_expand.rb I think you can run it independently doing: make test-all TESTS="-ext-/string/test_modify_expand.rb" =end ---------------------------------------- Bug #7443: Method redefinition from Fiddle is causing a test failure (MinGW) https://bugs.ruby-lang.org/issues/7443#change-34006 Author: luislavena (Luis Lavena) Status: Assigned Priority: Normal Assignee: tenderlovemaking (Aaron Patterson) Category: test Target version: 2.0.0 ruby -v: ruby 2.0.0dev (2012-11-27 trunk 37887) [i386-mingw32] =begin The modification introduced in r37881 associated with #5458 is causing a test failure on RubyInstaller CI: 1) Failure: test_modify_expand_memory_leak(Test_StringModifyExpand) [C:/Users/Worker/Jenkins/workspace/ruby-trunk-x64-build/test/-ext-/string/test_modify_expand.rb:7]: rb_str_modify_expand(). <[true, ""]> expected but was <[true, "C:/Users/Worker/Jenkins/workspace/ruby-trunk-x64-build/build/.ext/x64-mingw32/fiddle.so: warning: method redefined; discarding old dlwrap\nC:/Users/Worker/Jenkins/workspace/ruby-trunk-x64-build/build/.ext/x64-mingw32/fiddle.so: warning: method redefined; discarding old dlwrap\n"]> This happens on both x86 and x64: http://ci.rubyinstaller.org/job/ruby-trunk-x86-test-all/374/console http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/276/console Thank you =end -- http://bugs.ruby-lang.org/