mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a86d454538
commit
8119cbae1f
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ Thu May 15 21:04:06 2014 Hiroshi Shirosaki <h.shirosaki@gmail.com>
|
||||||
* lib/test/unit/parallel.rb: fix test-all parallel failure if a test
|
* lib/test/unit/parallel.rb: fix test-all parallel failure if a test
|
||||||
is skipped after raise.
|
is skipped after raise.
|
||||||
DL::TestFunc#test_sinf is skipped after raise on mingw ruby.
|
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
|
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.
|
failure.
|
||||||
[ruby-core:62133] [Bug #9767]
|
[ruby-core:62133] [Bug #9767]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue