From: Luis Lavena Date: 2011-09-03T23:34:09+09:00 Subject: [ruby-core:39249] [Ruby 1.9 - Bug #5268] [i386-mingw] `make test` failures with 1.9.3dev@33165 Issue #5268 has been updated by Luis Lavena. Assignee set to Nobuyoshi Nakada Priority changed from Normal to Urgent ---------------------------------------- Bug #5268: [i386-mingw] `make test` failures with 1.9.3dev@33165 http://redmine.ruby-lang.org/issues/5268 Author: Jon Forums Status: Open Priority: Urgent Assignee: Nobuyoshi Nakada Category: test Target version: 1.9.3 ruby -v: ruby 1.9.3dev (2011-09-02 revision 33165) [i386-mingw32] After building on Win7 32bit with a MinGW toolchain I get the following failures during `make test`: sh-3.1$ gcc --version gcc.exe (tdm-1) 4.5.2 sh-3.1$ ruby --version ruby 1.9.3dev (2011-09-02 revision 33165) [i386-mingw32] sh-3.1$ make test ... sample/test.rb:eval ............................. sample/test.rb:system .......F sample/test.rb:const ..... ... sample/test.rb:path ........................... sample/test.rb:gc ....not ok system 8 -- c:/Users/Jon/Documents/RubyDev/ruby-git/sample/test.rb:1919:in `
' not ok/test: 903 failed 1 test failed -- http://redmine.ruby-lang.org