mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
ea379a7f8d
commit
9c8f53c10d
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
Wed Jan 27 22:48:40 2010 Yusuke Endoh <mame@tsg.ne.jp>
|
||||||
|
|
||||||
* lib/matrix.rb (determinant): fix name error.
|
* 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}
|
assert_raise(SystemExit, '[ruby-dev:38760]') {test_proc.call}
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_thread_signal_backtrace
|
def test_thread_signal_location
|
||||||
stdout, stderr, status = EnvUtil.invoke_ruby("-d", <<-RUBY, false, true)
|
stdout, stderr, status = EnvUtil.invoke_ruby("-d", <<-RUBY, false, true)
|
||||||
Thread.start do
|
Thread.start do
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in a new issue