зеркало из https://github.com/github/ruby.git
* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): small
but critical typo of r31642. sorry... [Bug #4798] [ruby-core:36550] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
13e644cb2a
Коммит
36cad2f9a6
|
@ -1,3 +1,9 @@
|
|||
Mon May 30 20:22:00 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/ruby/test_signal.rb (TestSignal#test_signal_requiring): small
|
||||
but critical typo of r31642. sorry...
|
||||
[Bug #4798] [ruby-core:36550]
|
||||
|
||||
Mon May 30 15:44:16 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* insns.def (opt_mult): as r31805, volatile it.
|
||||
|
|
|
@ -198,7 +198,7 @@ class TestSignal < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_signal_requiring
|
||||
skip "limitation of GenerateConsoleCtrlEvent()" if /mswin|mignw/ =~ RUBY_PLATFORM
|
||||
skip "limitation of GenerateConsoleCtrlEvent()" if /mswin|mingw/ =~ RUBY_PLATFORM
|
||||
t = Tempfile.new(%w"require_ensure_test .rb")
|
||||
t.puts "sleep"
|
||||
t.close
|
||||
|
|
Загрузка…
Ссылка в новой задаче