COMMIT Example: cleaning up Math.lgamma specs. http://github.com/rubyspec/rubyspec/commit/23bff8f96257df75079f137c6b14fa7b8b745b44 COMMIT Clean up guards, and reset the expectations to match the current MRI trunk behavior (r26303). http://github.com/rubyspec/rubyspec/commit/2978eefa24883fe2ee0faa0321f214e148b77897 COMMIT Fix Class#initialize_copy spec to avoid SystemStackError: stack level too deep http://github.com/rubyspec/rubyspec/commit/b37fd1a2b201e9d0bdf36d7b83756cc9640bda6d COMMIT Class#initialize, initialize_copy: basic specs + [redmine:2601] http://github.com/rubyspec/rubyspec/commit/9a50916824743a47b21285f39dc4d9b617cc0c1b --- 20100113T075804 +++ 20100114T075823 @@ -1,19 +1,19 @@ URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1 リポジトリのルート: http://svn.ruby-lang.org/repos/ruby リポジトリ UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e -リビジョン: 26311 +リビジョン: 26321 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: yugui @@ -1484,7 +1484,7 @@ .# test_thread.rb:172 .# test_thread.rb:183 .# test_thread.rb:191 -.# test_thread.rb:206 +F# test_thread.rb:206 .# test_thread.rb:219 .# test_thread.rb:235 .# test_thread.rb:241 @@ -1998,7 +1998,24 @@ test_attr.rb # test_attr.rb:1 .# test_attr.rb:27 . -PASS 945 tests +# test_thread.rb:191: + begin + 100.times do |i| + begin + Thread.start(Thread.current) {|u| u.raise } + raise + rescue + ensure + end + end + rescue + 100 + end + #=> "" (expected "100") [ruby-dev:31371] +FAIL 1/945 tests failed +make: *** [btest] エラー 1 +exit 2 +failed(btest) == test.rb #