ruby-changes:33880
From: kazu <ko1@a...>
Date: Fri, 16 May 2014 18:18:58 +0900 (JST)
Subject: [ruby-changes:33880] kazu:r45961 (trunk): fix typos [ci skip]
kazu 2014-05-16 18:18:51 +0900 (Fri, 16 May 2014) New Revision: 45961 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45961 Log: fix typos [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 45960) +++ ChangeLog (revision 45961) @@ -22,9 +22,9 @@ Thu May 15 21:04:06 2014 Hiroshi Shiros https://github.com/ruby/ruby/blob/trunk/ChangeLog#L22 * lib/test/unit/parallel.rb: fix test-all parallel failure if a test is skipped after raise. DL::TestFunc#test_sinf is skipped after raise on mingw ruby. - But it causes Mashal.load failure due to undefined class/module + But it causes Marshal.load failure due to undefined class/module DL::DLError when doing test-all parallel and test-all doesn't - complete. We create new MiniTest::Skip object to avoid Mashal.load + complete. We create new MiniTest::Skip object to avoid Marshal.load failure. [ruby-core:62133] [Bug #9767] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/