[Rubygems-developers] [CruiseControl] RubyGems build 2226 failed
devnull+rubygems-ci at pivotallabs.com
devnull+rubygems-ci at pivotallabs.com
Wed Jun 10 12:10:07 EDT 2009
The build failed.
CHANGES
-------
New revision 2225 detected
Revision 2225 committed by technomancy on 2009-06-10 16:06:43
Merge @gems and @prerelease_gems in SourceIndex. Search methods should make distinction.
Still need to fix test cases.
M /trunk/lib/rubygems/source_index.rb
Revision 2224 committed by technomancy on 2009-06-10 16:06:39
Added failing test case for bug #26069.
M /trunk/test/test_gem_commands_uninstall_command.rb
TEST FAILURES AND ERRORS
-----------------------
Name: test_execute_regexp(TestGemCommandsDependencyCommand)
Type: Failure
Message: Expected "Gem a-1\n\nGem a-2\n\nGem a_evil-9\n\nGem b-2\n\n", not "Gem a-1\n\nGem a-2\n\nGem a-3.a\n\nGem a_evil-9\n\nGem b-2\n\n".
./test/test_gem_commands_dependency_command.rb:109
Name: test_execute_no_args(TestGemCommandsDependencyCommand)
Type: Failure
Message: Expected "Gem a-1\n\nGem a-2\n\nGem a_evil-9\n\nGem b-2\n\nGem c-1.2\n\nGem pl-1-x86-linux\n\n", not "Gem a-1\n\nGem a-2\n\nGem a-3.a\n\nGem a_evil-9\n\nGem b-2\n\nGem c-1.2\n\nGem pl-1-x86-linux\n\n".
./test/test_gem_commands_dependency_command.rb:56
Name: test_execute_prerelease(TestGemCommandsUninstallCommand)
Type: Failure
Message: Expected /Successfully uninstalled/ to match " Successfully built RubyGem".
./test/test_gem_commands_uninstall_command.rb:80
Name: test_prerelease_specs_kept_in_right_place(TestGemSourceIndex)
Type: Failure
Message: Expected Gem::Specification.new do |s|
s.authors = ["A User"]
s.date = Time.utc(2009, 6, 10)
s.description = "This is a test description"
s.email = "example at example.com"
s.homepage = "http://example.com"
s.name = "abba"
s.require_paths = ["lib"]
s.required_rubygems_version = Gem::Requirement.new(["> 1.3.1"])
s.rubygems_version = "1.3.4"
s.specification_version = 3
s.summary = "this is a summary"
s.version = Gem::Version.new("1.a")
end to be nil.
./test/test_gem_source_index.rb:338
See http://ci.pivotallabs.com:3333/builds/RubyGems/2226 for details.
More information about the Rubygems-developers
mailing list