1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core
eregon 5a3c024df0 Set Thread.report_on_exception=true by default to report exceptions in Threads
* [Feature #14143] [ruby-core:83979]
* vm.c (vm_init2): Set Thread.report_on_exception to true.
* thread.c (thread_start_func_2): Add indication the message is caused
  by report_on_exception = true.
* spec/ruby: Specify the new behavior.
* test/ruby/test_thread.rb: Adapt and improve tests for
  Thread.report_on_exception and Thread#report_on_exception.
* test/ruby/test_thread.rb, test/ruby/test_exception.rb: Unset
  report_on_exception for tests expecting no extra output.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-12 18:43:42 +00:00
..
argf
array Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
basicobject
bignum Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
binding
builtin_constants
class
comparable
complex Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
dir Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
encoding Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
enumerable Add case equality arity to Enumerable#all?, any?, none? and one?, 2017-12-10 22:36:28 +00:00
enumerator Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
env
exception
false Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
fiber
file Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
filetest
fixnum Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
float Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
gc
hash Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
integer Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
io Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
kernel catch up r61131. 2017-12-12 00:56:24 +00:00
main Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
marshal
matchdata
math
method
module Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
mutex Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
nil Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
numeric Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
objectspace
proc
process Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
random Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
range
rational
regexp
signal
string Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
struct struct.c: add keyword_init option to Struct.new 2017-12-12 08:12:43 +00:00
symbol Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
systemexit
thread Set Thread.report_on_exception=true by default to report exceptions in Threads 2017-12-12 18:43:42 +00:00
threadgroup
time Update to ruby/spec@bacedc5 2017-12-01 15:41:50 +00:00
tracepoint Update to ruby/spec@e2d0d1e 2017-12-01 17:51:16 +00:00
true Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00
unboundmethod
warning Update to ruby/spec@a6b8805 2017-10-28 15:15:48 +00:00