COMMIT Fixed typo in File.umask spec. http://github.com/rubyspec/rubyspec/commit/0c29a39ae8726f789cbe3169d32ebc0b6148fae4 COMMIT Tweak for File.new spec on Windows http://github.com/rubyspec/rubyspec/commit/43016713a5d46f565db4b18f8a171051661884ba COMMIT Tweaks for File.open on Windows. http://github.com/rubyspec/rubyspec/commit/093eca69a00b2219c53446c6897b18c46a226949 COMMIT Tweak File.expand_path specs on Windows. http://github.com/rubyspec/rubyspec/commit/489ebba68a34e7ec16a7d6c2284c0c99477b27f2 COMMIT Tweaks for File.umask specs on Windows http://github.com/rubyspec/rubyspec/commit/9cb4d93dc33953b07564193178c6bc11d0151906 COMMIT Guard File.lstat spec on Windows. http://github.com/rubyspec/rubyspec/commit/10b3191968505f1726cb1756cb9d595e21266a1c COMMIT Guard File#readlink specs on Windows http://github.com/rubyspec/rubyspec/commit/c6e0bedef7f68d734c3192b94faceaf2595406ed COMMIT Fix typo Filee::FNM_SYSCASE in fnmatch specs. http://github.com/rubyspec/rubyspec/commit/37573d76073f6d5019528c18918f15e89a15611b COMMIT Properly close open file in File.truncate spec. http://github.com/rubyspec/rubyspec/commit/4477b28bf212eda5059568292a02551d23e68686 COMMIT Tweak File.executable_real? specs on Windows. http://github.com/rubyspec/rubyspec/commit/1680f98632d1aa3e8a447f4d1b90c6462a4405c8 COMMIT Tweak File.chmod specs on Windows. http://github.com/rubyspec/rubyspec/commit/65ea6db724fce04fd80b96d790a57e23bc6672f7 COMMIT Tweaks for File.basename specs on Windows. http://github.com/rubyspec/rubyspec/commit/c7ece4484d6e1a4cd73467816c7c7e4e98633d18 COMMIT ENV.index, ENV.key: very basic specs http://github.com/rubyspec/rubyspec/commit/c276fc51a7bec0524a6a5063257a577d5f3fd16c --- 20100126T080208 +++ 20100127T080336 @@ -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 -リビジョン: 26417 +リビジョン: 26436 ノード種別: ディレクトリ 準備中の処理: 特になし 最終変更者: yugui @@ -1484,7 +1484,7 @@ .# test_thread.rb:172 .# test_thread.rb:183 .# test_thread.rb:191 -F# test_thread.rb:206 +.# test_thread.rb:206 .# test_thread.rb:219 .# test_thread.rb:235 .# test_thread.rb:241 @@ -1998,24 +1998,7 @@ test_attr.rb # test_attr.rb:1 .# test_attr.rb:27 . -# 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) +PASS 945 tests == test.rb #