Bug #6827
closedBroken build after r36612
Description
=begin
Hello,
Running sample tests seems is failing on latest trunk for MinGW:
sample/test.rb:alias .FF... 6
sample/test.rb:path ...........................OK 27
sample/test.rb:gc ....OK 4
not ok alias 2 -- C:/Users/Worker/Jenkins/workspace/git-ruby-trunk/sample/test.rb:2241:in <main>' not ok alias 3 -- C:/Users/Worker/Jenkins/workspace/git-ruby-trunk/sample/test.rb:2244:in
'
not ok/test: 903 failed 2
For both x86 and x64 GCC:
http://ci.rubyinstaller.org/job/ruby-trunk-x86/89/console
http://ci.rubyinstaller.org/job/ruby-trunk-x64/88/console
After a git-bisect, found r36612 caused the failure:
https://github.com/ruby/ruby/commit/2d3d84155d6c114a0f76888a8e2779e887722788
Prior this commit (({sample/test.rb:alias})) passes.
Travis-CI also reports this as a failure:
Updated by luislavena (Luis Lavena) over 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
Issue seems to be fixed at r36616, closing this out.