summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-06-22Fix infinite loop when b_return TracePoint throwsAlan Wu
2022-06-20Include JIT information in crash reportsChris Seaton
2022-06-20test_instrumentation_api.rb: Allow one less exitJean Boussier
2022-06-20[Feature #18788] Support options as `String` to `Regexp.new`Nobuyoshi Nakada
2022-06-20Warn suspicious flag to `Regexp.new`Nobuyoshi Nakada
2022-06-20Prevent a warning "possibly useless use of a literal in void context"Yusuke Endoh
2022-06-20Prevent a warning "Expected ... to define AutoloadTest but it didn't"Yusuke Endoh
2022-06-19Scale the time to wait native threads to run hookNobuyoshi Nakada
2022-06-18[Bug #18813] Warn when autoload has to lookup in parent namespaceJean Boussier
2022-06-17Debug TestThreadInstrumentationJean Boussier
2022-06-17GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier
2022-06-17Skip failing test on FreeBSD [ci skip]Nobuyoshi Nakada
2022-06-16Allow calling protected methods from refinementsJohn Hawthorn
2022-06-17Respect the encoding of the source [Bug #18827]Nobuyoshi Nakada
2022-06-17ENV.merge! support multile arguments [Feature #18279]Nobuyoshi Nakada
2022-06-16Added tests for setting ivars on frozen objsJemma Issroff
2022-06-16Adding more clone tests, and adding dup testsJemma Issroff
2022-06-16[ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi
2022-06-16Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada
2022-06-16HTTPHeader.content_range throws error on non-byte unitsShishir Joshi
2022-06-15MJIT: Handle JIT failure properlyTakashi Kokubun
2022-06-15Remove MJIT worker thread (#6006)Takashi Kokubun
2022-06-14MJIT: Add a test for Process.waitall handlingTakashi Kokubun
2022-06-14ripper: Check if anonymous parameters defined [Bug #18828]Nobuyoshi Nakada
2022-06-13Move String RVALUES between poolsMatt Valentine-House
2022-06-13Prevent a "warning: `*' interpreted as argument prefix"Yusuke Endoh
2022-06-13Prevent a warning: assigned but unused variable - outYusuke Endoh
2022-06-10Make method id explicit in rb_exec_recursive_outerJohn Hawthorn
2022-06-10Fix nested bmethod TracePoint and memory leakAlan Wu
2022-06-09Remove a leftover requireTakashi Kokubun
2022-06-09Fix exit locations test (#5995)Eileen M. Uchitelle
2022-06-09Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle
2022-06-09Stop ignoring 4th positional argument to IO.#{foreach,readlines}Jeremy Evans
2022-06-08Fix MJIT's ISEQ_BODY macro usage at 5f10bd634fbTakashi Kokubun
2022-06-08MJIT: Ignore existence of .bundle.dSYM on macOSTakashi Kokubun
2022-06-08Add key force_major_gc_count to GC.stat_heapPeter Zhu
2022-06-07Refactor TestThreadInstrumentation to investigate CI flakinessJean Boussier
2022-06-07[ruby/error_highlight] Use Exception#detailed_message instead of overriding #...Yusuke Endoh
2022-06-07Manually merged https://github.com/ruby/did_you_mean/pull/177Hiroshi SHIBATA
2022-06-07Revert "error.c: Let Exception#inspect inspect its message"Yusuke Endoh
2022-06-07error.c: Let Exception#inspect inspect its messageYusuke Endoh
2022-06-07[ruby/rdoc] Allow boolean arguments to `rb_attr` and `rb_define_attr`Nobuyoshi Nakada
2022-06-06Ignore invalid escapes in regexp commentsJeremy Evans
2022-06-06Fix Module#const_source_location for autoload constants with direct requiresJeremy Evans
2022-06-06Fix Range#cover? returning true for beginless ranges of different typesJeremy Evans
2022-06-06Add Module#undefined_instance_methodsJeremy Evans
2022-06-06[ruby/rdoc] Use runnable command as DUMMY_PAGERNobuyoshi Nakada
2022-06-06[ruby/cgi] jruby supportPavel Rosický
2022-06-06Use `sleep 0.5` for tests of GVL instrumentation APIYusuke Endoh
2022-06-04[ruby/rdoc] Remove `RDoc::RI::Driver#in_path?`Nobuyoshi Nakada