COMMIT [NARUSE, Yui] Skip when ENV is masked. http://github.com/rubyspec/rubyspec/commit/2af135c5e8002d827745d2b67d22816c498c384f COMMIT [NARUSE, Yui] Use -1 instead of Process.maxgroups + 1. http://github.com/rubyspec/rubyspec/commit/0b46ed92c1abae40b444a03d993d622665939b7d COMMIT [NARUSE, Yui] Follow 1.9's prototype change of rb_time_new(). http://github.com/rubyspec/rubyspec/commit/9238da95d0c23ad9f8ea40e0abd1c6ad7be75a6f COMMIT [NARUSE, Yui] Fix 2af135c5, run specs it can run. http://github.com/rubyspec/rubyspec/commit/fa2658b2b967e7391f1493c7674067e0452a4fb7 COMMIT [NARUSE, Yui] Add nil case. http://github.com/rubyspec/rubyspec/commit/d4cbc89df201ff220b5a28f7ab7e9f819ac8642b COMMIT [NARUSE, Yui] Etc.getlogin may return nil if the login name is not set because of chroot or sudo or something. http://github.com/rubyspec/rubyspec/commit/35b547f903a26cd54784cf284fb8dbb7f7f446d7 =================================================================== +++ 20110616T035502Z @@ 7198 @@ test_select_wait(TestThread): . test_status_and_stop_p(TestThread): . test_thread_local(TestThread): . +test_thread_local_security(TestThread): /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:285:in `[]=': can't modify frozen thread locals (TypeError) + from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:285:in `test_thread_local_security' + from /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:9 F test_wakeup(TestThread): . test_enclosed_thgroup(TestThreadGroup): . @@ 7920 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/openssl/test_x509cert.rb:201:in `test_dsa_with_sha2' ) Failure: +test_thread_local_security(TestThread) [/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:281]: + exception expected but was +Class: +Message: +Message: <"can't modify frozen thread locals"> +---Backtrace--- +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:285:in `[]=' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:285:in `test_thread_local_security' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:9 +---------------> +---Backtrace--- +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:285:in `join' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:282:in `test_thread_local_security' +/Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/ruby/test_thread.rb:281:in `test_thread_local_security' +--------------- ) Error: test_addr(TestUNIXSocket): @@ 7944 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/socket/test_unix.rb:37:in `bound_unix_socket' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/socket/test_unix.rb:43:in `test_addr' +2664 tests, 1351384 assertions, 3 failures, 3 errors make: *** [test-all] Error 1 exit 2 failed(test-all) =================================================================== --- 20110615T035555Z @@ 7198 @@ test_select_wait(TestThread): . test_status_and_stop_p(TestThread): . test_thread_local(TestThread): . -test_thread_local_security(TestThread): . test_wakeup(TestThread): . test_enclosed_thgroup(TestThreadGroup): . test_frozen_thgroup(TestThreadGroup): . @@ 7924 @@ /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/socket/test_unix.rb:37:in `bound_unix_socket' /Users/chkbuild/chkbuild/tmp/build/ruby-1.8-pth//ruby/test/socket/test_unix.rb:43:in `test_addr' -2664 tests, 1351384 assertions, 2 failures, 3 errors make: *** [test-all] Error 1 exit 2 failed(test-all)