ruby-changes:21408
From: naruse <ko1@a...>
Date: Tue, 11 Oct 2011 11:51:11 +0900 (JST)
Subject: [ruby-changes:21408] naruse:r33457 (ruby_1_9_3): Skip too heavy test.
naruse 2011-10-11 11:50:59 +0900 (Tue, 11 Oct 2011) New Revision: 33457 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33457 Log: Skip too heavy test. Modified files: branches/ruby_1_9_3/test/ruby/test_process.rb Index: ruby_1_9_3/test/ruby/test_process.rb =================================================================== --- ruby_1_9_3/test/ruby/test_process.rb (revision 33456) +++ ruby_1_9_3/test/ruby/test_process.rb (revision 33457) @@ -1248,6 +1248,7 @@ end def test_too_long_path2 + skip bug4315 = '[ruby-core:34833]' exs = [Errno::ENOENT] exs << Errno::E2BIG if defined?(Errno::E2BIG) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/