aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Feature #18339] GVL Instrumentation APIJean Boussier2022-06-031-0/+50
* Move `GC.verify_compaction_references` [Bug #18779]Nobuyoshi Nakada2022-06-021-10/+1
* Fix the condition when a new buffer is needed without GMPNobuyoshi Nakada2022-06-021-0/+9
* [rubygems/rubygems] Restore ability to load old marshalled gemspec that use `...David Rodríguez2022-06-011-0/+0
* [rubygems/rubygems] Improve null private type testDavid Rodríguez2022-06-011-1/+1
* Skip failing test with freebsdHiroshi SHIBATA2022-05-311-0/+2
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-05-312-46/+65
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-05-312-46/+65
* Fix use-after-free with interacting TracePointsAlan Wu2022-05-302-0/+31
* Skip failing test with freebsdHiroshi SHIBATA2022-05-301-0/+2
* [ruby/stringio] Accept external and internal encodings pairNobuyoshi Nakada2022-05-301-0/+6
* Also skip failing test with freebsd 12Hiroshi SHIBATA2022-05-301-0/+2
* [ruby/stringio] Fix handling of chomp with paragraph separatorJeremy Evans2022-05-301-12/+12
* [ruby/stringio] Ignore chomp keyword for nil separatorJeremy Evans2022-05-301-2/+5
* [ruby/stringio] Fix each with multiple character string and chompJeremy Evans2022-05-301-0/+7
* [ruby/stringio] Fix expanding size at ungetc/ungetbyteNobuyoshi Nakada2022-05-301-4/+21
* Skip failing test with freebsdHiroshi SHIBATA2022-05-301-0/+5
* [rubygems/rubygems] Fix rubygems update when non default `--install-dir` is c...David Rodríguez2022-05-281-0/+31
* Fix GC race condition in autoload.Samuel Williams2022-05-261-0/+1
* Retain reference to blocking fibers.Samuel Williams2022-05-252-18/+22
* Define unsupported GC compaction methods as rb_f_notimplementMike Dalessio2022-05-241-15/+43
* [rubygems/rubygems] Support the change of did_you_mean about Exception#detail...Yusuke Endoh2022-05-231-1/+7
* Prevent a warning: `*' interpreted as argument prefixYusuke Endoh2022-05-231-2/+2
* Make the test class naming consistentTakashi Kokubun2022-05-201-1/+1
* Rename test_jit to test_mjitTakashi Kokubun2022-05-205-15/+15
* Rewrite with assert_ractor for multiple ractor environmentHiroshi SHIBATA2022-05-201-71/+86