COMMIT String#%: Appears to be platform independent (as it should) in 1.9 http://github.com/rubyspec/rubyspec/commit/d5b73d23e5fb400c45c0706a18d2f11f271d932d COMMIT Thread#raise: improve spec for cases when there is a local exception http://github.com/rubyspec/rubyspec/commit/03eddd8dd167bae0df1236e4d9fdf6034f03d2ab --- 20091010T082040 +++ 20091011T082051 @@ -1,17200 +1,17201 @@ - raises the given exception - raises the given exception with the given message - can go unhandled -- re-raises active exception +- re-raises active exception when called without any argument +- raise the given argument even when there is an active exception Thread#raise on same thread - aborts execution @@ -31809,7 +31810,7 @@ Finished in seconds -2894 files, 11440 examples, 36361 expectations, 67 failures, 67 errors +2894 files, 11441 examples, 36362 expectations, 67 failures, 67 errors exit 1 failed(rubyspec) == end #