COMMIT This is bigdecimal's bug, not date's. http://github.com/rubyspec/rubyspec/commit/46f643b17d13c3d520f53664f4591f45b30b05bf COMMIT Follow 1.9.3's ext/date. http://github.com/rubyspec/rubyspec/commit/0396550bdcaa46ae4f8ea3fd9a564c4741ee7fb8 COMMIT Add continue_timeout to StringIO for MRI r31860. http://github.com/rubyspec/rubyspec/commit/3d239f10c3bf9fbb595a81cac199a84e59e42d88 =================================================================== +++ 20110606T085251Z @@ 5129 @@ . 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. @@ 26168 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates +- choose an arbitrary reform date Date#valid_civil? - should be able to determine if a date is valid @@ 26555 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates +- choose an arbitrary reform date Date.new - needs to be reviewed for spec completeness @@ 67683 @@ ) ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR +ThreadError: Thread#join: deadlock 0xf78cbee0 - mutual join(0xf77aee68) /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' @@ 68618 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates +- choose an arbitrary reform date Date#valid_civil? - should be able to determine if a date is valid @@ 69517 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates +- choose an arbitrary reform date Date.new - needs to be reviewed for spec completeness =================================================================== --- 20110605T071115Z @@ 5129 @@ . 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. @@ 26168 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates -- doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers Date#valid_civil? - should be able to determine if a date is valid @@ 26555 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates -- doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers Date.new - needs to be reviewed for spec completeness @@ 67683 @@ ) ConditionVariable#broadcast releases all threads waiting in line for this resource ERROR -ThreadError: Thread#join: deadlock 0xf7b55ed8 - mutual join(0xf7a38db8) /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' @@ 68618 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates -- doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers Date#valid_civil? - should be able to determine if a date is valid @@ 69517 @@ - creates a date with arguments - doesn't create dates for invalid arguments - creats a Date for different calendar reform dates -- doesn't blow up (illegal instruction and segfault, respectively) when fed huge numbers Date.new - needs to be reviewed for spec completeness