summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2023-03-10Revert and refine tests for uninitialized queueNobuyoshi Nakada
2023-03-10Remove stale testsNobuyoshi Nakada
2023-03-09Allow classes and modules to become too complexHParker
2023-03-09Make sure TestDefaultGems#test_validate_gemspec runs even when Dir.pwd != srcdirlukeg
2023-03-09Remove SIGCHLD `waidpid`. (#7476)Samuel Williams
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-05Omit test_version for Cirrus for nowTakashi Kokubun
2023-03-05Remove an obsoleted testTakashi Kokubun
2023-03-05Skip a failing shape testTakashi Kokubun
2023-03-05Drop existing MJIT testsTakashi Kokubun
2023-03-03[Bug #19471] `Regexp.compile` should handle keyword argumentsNobuyoshi Nakada
2023-03-01Remove support for the Regexp.new 3rd argumentJeremy Evans
2023-02-27YJIT: Detect and reject `send(:alias_for_send, :foo)`Alan Wu
2023-02-27Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA
2023-02-27Prefer to use File.readlines instead of IO.readlinesHiroshi SHIBATA
2023-02-25Add `IO::Buffer.string` for efficient string creation. (#7364)Samuel Williams
2023-02-24YJIT: Generate Block::entry_exit with block entry PCAlan Wu
2023-02-23Implement ObjectSpace::WeakKeyMap basic allocatorJean Boussier
2023-02-21Add marking and sweeping time to GC.statPeter Zhu
2023-02-20YJIT: Fix assertion for partially mapped last pages (#7337)Takashi Kokubun
2023-02-20Update some tests for the new message format of NoMethodErrorYusuke Endoh
2023-02-17[Bug#19445] Fix keyword splat in enumeratorNobuyoshi Nakada
2023-02-16YJIT: Fix false assumption that String#+@ => ::StringAlan Wu
2023-02-16YJIT: jit_prepare_routine_call() for String#+@ missingAlan Wu
2023-02-15Fix removing ivars from clases and modules.Haldun Bayhantopcu
2023-02-14[Bug #19259] `Data#with` should call `initialize` methodNobuyoshi Nakada
2023-02-10use correct svar even if env is escapedKoichi Sasada
2023-02-09Copy cvar table on cloneeileencodes
2023-02-09[Bug #19426] Fix endless `Range#step` with `#succ` methodNobuyoshi Nakada
2023-02-08Only emit circular dependency warning for owned thread shieldsJean byroot Boussier
2023-02-08Add RUBY_GC_HEAP_INIT_SIZE_%d_SLOTS to pre-init pools granularlyJean Boussier
2023-02-07Use more agressive RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR for GC testsJean Boussier
2023-02-06Revert "Only emit circular dependency warning for owned thread shields"Jean byroot Boussier
2023-02-06Only emit circular dependency warning for owned thread shieldsJean Boussier
2023-02-06Limit maximum number of IVs on a shape on T_OBJECTSJemma Issroff
2023-02-01Add a test for svar #7225 (#7228)Takashi Kokubun
2023-02-01[Bug #19398] Memory leak in WeakMapPeter Zhu
2023-01-31YJIT: Fix BorrowMutError on BOP invalidation (#7212)Takashi Kokubun
2023-01-30YJIT: Fix BorrowMutError on GC.compact (#7176)Takashi Kokubun
2023-01-30Fix parsing of regexps that toggle extended mode on/off inside regexpJeremy Evans
2023-01-30bignum.c: rb_int_parse_cstr handle `0` stringsJean Boussier
2023-01-24Add tests for variables in `END` block shared with the toplevelNobuyoshi Nakada
2023-01-22Fix Integer#ceildiv to respect #coerce (#7118)Kouhei Yanagita
2023-01-20[Feature #19314] Add new arguments of String#bytespliceShugo Maeda
2023-01-19[ci skip] Add ticket label to testPeter Zhu
2023-01-19don't allow setting class variable on module that's frozen [Bug #19341]lukeg
2023-01-19String#bytesplice should return selfShugo Maeda
2023-01-17Change ArgumentError message when Comparable#clamp receives min value higher ...KaĆ­que Kandy Koga
2023-01-17Fix crash when defining ivars on special constantsPeter Zhu