COMMIT new-style hash syntax for send args http://github.com/rubyspec/rubyspec/commit/46f5fb1de233f2406f59083780593d4b21650ca5 COMMIT Test hanging commas in Hashes http://github.com/rubyspec/rubyspec/commit/2d2c3a1d6c72dc80b23ee0548bc7020a4d51ef80 COMMIT new-style hash literal syntax http://github.com/rubyspec/rubyspec/commit/1e9775074b8da9609d9bed242458d795b69456cc COMMIT Whitespace like 356fa4fb http://github.com/rubyspec/rubyspec/commit/4168dfb63282b733482f52e4cf60fdfb0d74f60b COMMIT This spec doesn't work with mathn. http://github.com/rubyspec/rubyspec/commit/5a523f968ce5d80705d3726e4e9e220a25469632 COMMIT Spec for missing yield([a, b]) case in Hash#each logic (JRUBY-5839) http://github.com/rubyspec/rubyspec/commit/7abfb9433cdc6464b19cdf2b5b86037c60c0c88d COMMIT Merge pull request #56 from nevir/new_style_hash http://github.com/rubyspec/rubyspec/commit/f504bdc301f4bbb628e9f54e36978581ed9dcb5b COMMIT Some fixes for [Array, Hash, String].try_convert specs. http://github.com/rubyspec/rubyspec/commit/72d0d32305fd2d59a5813da939e7fc44e9b120f1 =================================================================== +++ 20110703T093555Z @@ 5152 @@ . test_sslctx_set_params(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/.ext/common/openssl/ssl-internal.rb:: warning: using default DH parameters. . +test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. @@ 13596 @@ - yields the key and value of each pair to a block expecting |key, value| - yields the key only to a block expecting |key,| - uses the same order as keys() and values() +- properly expands (or not) child class's 'each'-yielded args - returns an Enumerator if called on a non-empty hash without a block - returns an Enumerator if called on an empty hash without a block @@ 34269 @@ - yields the key and value of each pair to a block expecting |key, value| - yields the key only to a block expecting |key,| - uses the same order as keys() and values() +- properly expands (or not) child class's 'each'-yielded args - returns an Enumerator if called on a non-empty hash without a block - returns an Enumerator if called on an empty hash without a block @@ 43832 @@ ) An exception occurred during: Mock.verify_count Process.setrlimit and Process.getrlimit coerces arguments to Integers FAILED +Mock '# @calls=0, @value=18446744073709551615>' expected to receive 'to_int' at least 1 times but received it 0 times /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//mspec/lib/mspec/mocks/mock.rb:110:in `verify_count' @@ 52395 @@ - treats empty expressions as nils - freezes string keys on initialization - checks duplicated keys on initialization +- accepts a hanging comma Finished in seconds @@ 57348 @@ ) ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR +ThreadError: Thread#join: deadlock 0xf7f83ed0 - mutual join(0xf7e66e28) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//rubyspec/library/conditionvariable/broadcast_spec.rb:55 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each' =================================================================== --- 20110701T093645Z @@ 5152 @@ . test_sslctx_set_params(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/.ext/common/openssl/ssl-internal.rb:: warning: using default DH parameters. . -test_starttls(OpenSSL::TestSSL): /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//ruby/.ext/common/openssl/buffering.rb:: warning: SSL session is not started yet. @@ 43830 @@ ) An exception occurred during: Mock.verify_count Process.setrlimit and Process.getrlimit coerces arguments to Integers FAILED -Mock '# @calls=0, @value=4>' expected to receive 'to_int' at least 1 times but received it 0 times /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//mspec/lib/mspec/mocks/mock.rb:110:in `verify_count' @@ 57346 @@ ) ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR -ThreadError: Thread#join: deadlock 0xf7831ed8 - mutual join(0xf7714d88) /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `join' /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//rubyspec/library/conditionvariable/broadcast_spec.rb:55 /var/lib/chkbuild/tmp/build/ruby-1.8.7-o3-pth//rubyspec/library/conditionvariable/broadcast_spec.rb:55:in `each'