aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Include JIT information in crash reportsChris Seaton2022-06-202-3/+1
* test_instrumentation_api.rb: Allow one less exitJean Boussier2022-06-201-7/+5
* [Feature #18788] Support options as `String` to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+17
* Warn suspicious flag to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+6
* Prevent a warning "possibly useless use of a literal in void context"Yusuke Endoh2022-06-201-0/+6
* Prevent a warning "Expected ... to define AutoloadTest but it didn't"Yusuke Endoh2022-06-201-0/+3
* Scale the time to wait native threads to run hookNobuyoshi Nakada2022-06-191-2/+6
* [Bug #18813] Warn when autoload has to lookup in parent namespaceJean Boussier2022-06-181-0/+17
* Debug TestThreadInstrumentationJean Boussier2022-06-171-4/+14
* GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier2022-06-171-1/+3
* Skip failing test on FreeBSD [ci skip]Nobuyoshi Nakada2022-06-171-1/+3
* Allow calling protected methods from refinementsJohn Hawthorn2022-06-161-0/+35
* Respect the encoding of the source [Bug #18827]Nobuyoshi Nakada2022-06-172-0/+22
* ENV.merge! support multile arguments [Feature #18279]Nobuyoshi Nakada2022-06-171-0/+8
* Added tests for setting ivars on frozen objsJemma Issroff2022-06-161-0/+30
* Adding more clone tests, and adding dup testsJemma Issroff2022-06-162-0/+156
* [ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi2022-06-161-0/+21
* Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada2022-06-161-10/+0
* HTTPHeader.content_range throws error on non-byte unitsShishir Joshi2022-06-161-0/+10
* MJIT: Handle JIT failure properlyTakashi Kokubun2022-06-151-0/+12
* Remove MJIT worker thread (#6006)Takashi Kokubun2022-06-151-1/+5
* MJIT: Add a test for Process.waitall handlingTakashi Kokubun2022-06-141-0/+13
* ripper: Check if anonymous parameters defined [Bug #18828]Nobuyoshi Nakada2022-06-141-0/+38
* Move String RVALUES between poolsMatt Valentine-House2022-06-131-0/+39
* Prevent a "warning: `*' interpreted as argument prefix"Yusuke Endoh2022-06-131-2/+2
* Prevent a warning: assigned but unused variable - outYusuke Endoh2022-06-131-3/+3
* Make method id explicit in rb_exec_recursive_outerJohn Hawthorn2022-06-101-0/+21
* Fix nested bmethod TracePoint and memory leakAlan Wu2022-06-101-0/+22
* Remove a leftover requireTakashi Kokubun2022-06-091-1/+0
* Fix exit locations test (#5995)Eileen M. Uchitelle2022-06-091-3/+12
* Add ability to trace exit locations in yjit (#5970)Eileen M. Uchitelle2022-06-091-0/+101
* Stop ignoring 4th positional argument to IO.#{foreach,readlines}Jeremy Evans2022-06-091-0/+3
* Fix MJIT's ISEQ_BODY macro usage at 5f10bd634fbTakashi Kokubun2022-06-081-0/+10
* MJIT: Ignore existence of .bundle.dSYM on macOSTakashi Kokubun2022-06-081-4/+16
* Add key force_major_gc_count to GC.stat_heapPeter Zhu2022-06-081-0/+1
* Refactor TestThreadInstrumentation to investigate CI flakinessJean Boussier2022-06-071-10/+24
* [ruby/error_highlight] Use Exception#detailed_message instead of overriding #...Yusuke Endoh2022-06-071-3/+10
* Manually merged https://github.com/ruby/did_you_mean/pull/177Hiroshi SHIBATA2022-06-078-42/+58
* Revert "error.c: Let Exception#inspect inspect its message"Yusuke Endoh2022-06-071-6/+0
* error.c: Let Exception#inspect inspect its messageYusuke Endoh2022-06-071-0/+6
* [ruby/rdoc] Allow boolean arguments to `rb_attr` and `rb_define_attr`Nobuyoshi Nakada2022-06-071-70/+19
* Ignore invalid escapes in regexp commentsJeremy Evans2022-06-061-0/+53
* Fix Module#const_source_location for autoload constants with direct requiresJeremy Evans2022-06-061-0/+17
* Fix Range#cover? returning true for beginless ranges of different typesJeremy Evans2022-06-061-0/+29
* Add Module#undefined_instance_methodsJeremy Evans2022-06-061-0/+9
* [ruby/rdoc] Use runnable command as DUMMY_PAGERNobuyoshi Nakada2022-06-061-1/+6
* [ruby/cgi] jruby supportPavel Rosický2022-06-061-0/+1
* Use `sleep 0.5` for tests of GVL instrumentation APIYusuke Endoh2022-06-061-2/+2
* [ruby/rdoc] Remove `RDoc::RI::Driver#in_path?`Nobuyoshi Nakada2022-06-041-17/+0
* [ruby/rdoc] Enable pager testsNobuyoshi Nakada2022-06-041-5/+3