зеркало из https://github.com/github/ruby.git
refine message of assert_join_threads.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d5802c512e
Коммит
f4b417eb43
|
@ -533,10 +533,11 @@ eom
|
|||
end
|
||||
end
|
||||
if !errs.empty?
|
||||
msg = errs.map {|t, err|
|
||||
msg = "exceptions on #{errs.length} threads:\n" +
|
||||
errs.map {|t, err|
|
||||
"#{t.inspect}:\n" +
|
||||
err.backtrace.map.with_index {|line, i|
|
||||
if i == 0
|
||||
"#{t.inspect}:\n" +
|
||||
"#{line}: #{err.message} (#{err.class})"
|
||||
else
|
||||
"\tfrom #{line}"
|
||||
|
|
Загрузка…
Ссылка в новой задаче