COMMIT Avoid Time comparison that depends on the representation of Float http://github.com/rubyspec/rubyspec/commit/94b21344f3f46651eaba2759936cdceb17b47d64 COMMIT concrete code that ERB#src emits is not guaranteed. http://github.com/rubyspec/rubyspec/commit/592c8ad446fb96226254d091ac7f829ae0398923 COMMIT now String#initialize raises a RuntimeError if self is frozen http://github.com/rubyspec/rubyspec/commit/42512837b3d6ab14753bb150f49c8bb96b20ee5c COMMIT Do not use 1.9.2 in version strings. http://github.com/rubyspec/rubyspec/commit/fd45f5edc9eb849488d43fd88749ec7087260193 COMMIT Standardize encoding magic comments. http://github.com/rubyspec/rubyspec/commit/e9cf07499744dd37ab1de7f17a8e803b4d1da35c --- 20100210T080448 +++ 20100211T075331 @@ -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 -リビジョン: 26629 +リビジョン: 26634 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: yugui @@ -1488,7 +1488,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 @@ -2005,7 +2005,24 @@ test_gc.rb # test_gc.rb:17 .# test_gc.rb:34 . -PASS 947 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/947 tests failed +make: *** [btest] エラー 1 +exit 2 +failed(btest) == test.rb #