зеркало из https://github.com/github/ruby.git
* test/ruby/test_exception.rb
(TestException#test_thread_signal_location): change test method name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ea379a7f8d
Коммит
9c8f53c10d
|
@ -1,3 +1,9 @@
|
|||
Wed Jan 27 23:20:52 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* test/ruby/test_exception.rb
|
||||
(TestException#test_thread_signal_location):
|
||||
change test method name.
|
||||
|
||||
Wed Jan 27 22:48:40 2010 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* lib/matrix.rb (determinant): fix name error.
|
||||
|
|
|
@ -243,7 +243,7 @@ class TestException < Test::Unit::TestCase
|
|||
assert_raise(SystemExit, '[ruby-dev:38760]') {test_proc.call}
|
||||
end
|
||||
|
||||
def test_thread_signal_backtrace
|
||||
def test_thread_signal_location
|
||||
stdout, stderr, status = EnvUtil.invoke_ruby("-d", <<-RUBY, false, true)
|
||||
Thread.start do
|
||||
begin
|
||||
|
|
Загрузка…
Ссылка в новой задаче