summaryrefslogtreecommitdiff
path: root/test/ruby
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-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-18[Bug #18813] Warn when autoload has to lookup in parent namespaceJean 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-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-13Move String RVALUES between poolsMatt Valentine-House
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-07Revert "error.c: Let Exception#inspect inspect its message"Yusuke Endoh
2022-06-07error.c: Let Exception#inspect inspect its messageYusuke Endoh
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-02Move `GC.verify_compaction_references` [Bug #18779]Nobuyoshi Nakada
2022-06-02Fix the condition when a new buffer is needed without GMPNobuyoshi Nakada
2022-05-31Skip failing test with freebsdHiroshi SHIBATA
2022-05-30Fix use-after-free with interacting TracePointsAlan Wu
2022-05-30Skip failing test with freebsdHiroshi SHIBATA
2022-05-30Also skip failing test with freebsd 12Hiroshi SHIBATA
2022-05-30Skip failing test with freebsdHiroshi SHIBATA
2022-05-26Fix GC race condition in autoload.Samuel Williams
2022-05-24Define unsupported GC compaction methods as rb_f_notimplementMike Dalessio
2022-05-20Make the test class naming consistentTakashi Kokubun
2022-05-20Rename test_jit to test_mjitTakashi Kokubun
2022-05-19YJIT: Add opt_succ (#5919)Takashi Kokubun
2022-05-17Restore implicit relationship between `autoload_const` and `autoload_data` du...Samuel Williams
2022-05-17Delete autoload data from global features after autoload has completed. (#5910)Samuel Williams
2022-05-12YJIT: Implement getblockparamAaron Patterson
2022-05-11Ruby shovel operator (<<) speedup. (#5896)Noah Gibbs
2022-05-10Fix the order of assert_eqaul and remove unused variablesNobuyoshi Nakada