summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2024-03-27Revert "skip `test_gc_stress_at_startup`"Peter Zhu
2024-03-27[DOC] remove repetitive words in commentscrazeteam
2024-03-27Don't clear pending interrupts in the parent process. (#10365)Samuel Williams
2024-03-26[Bug #20392] Block arguments duplication check at `super`Nobuyoshi Nakada
2024-03-26skip `test_gc_stress_at_startup`Koichi Sasada
2024-03-25[Bug #20389] Chilled string cannot be a shared rootNobuyoshi Nakada
2024-03-24Use dedicated methods to abortNobuyoshi Nakada
2024-03-24Move `-test-/fatal/rb_fatal` to `-test-/fatal`Nobuyoshi Nakada
2024-03-23Ignore method chains succeeding `git ls-files`Nobuyoshi Nakada
2024-03-22Do not apply anon_rest optimization when passed array uses keyword-flagged hashJeremy Evans
2024-03-22[Feature #20275] Remove extra backtrace entries for rescue and ensureBenoit Daloze
2024-03-21Fix unexpected node bug for `shareable_constant_value: literal`yui-knk
2024-03-20Avoid deprecation warnings in TestStringJean Boussier
2024-03-19Implement chilled stringsÉtienne Barrié
2024-03-17[Bug #20218] Reject keyword arguments in indexNobuyoshi Nakada
2024-03-17[Bug #19918] Reject block passing in indexNobuyoshi Nakada
2024-03-16Prefer the simple read/write `File` singleton methodsNobuyoshi Nakada
2024-03-16Prefer the simple read/write `File` singleton methodsNobuyoshi Nakada
2024-03-15Cover all warning categories by using `Warning.categories`Nobuyoshi Nakada
2024-03-15Test deprecation warning with `$;`Nobuyoshi Nakada
2024-03-14Ensure test suite is compatible with --frozen-string-literalJean Boussier
2024-03-14`Exception#set_backtrace` accept arrays of `Backtrace::Location`Jean Boussier
2024-03-14[Feature #20244] Issue a single `Warning.warn` callNobuyoshi Nakada
2024-03-14[Feature #20244] Show the conflicting another chdir blockNobuyoshi Nakada
2024-03-14[Feature #20293] Add `Warning.categories`Nobuyoshi Nakada
2024-03-14[Bug #20307] Fix `Hash#update` to make frozen copy of string keysNobuyoshi Nakada
2024-03-14Chomp last punctuations from descriptions for `-h`Nobuyoshi Nakada
2024-03-13Make special const and too complex shapes before T_OBJECT shapesPeter Zhu
2024-03-13Don't create per size pool shapes for non-T_OBJECTPeter Zhu
2024-03-12Skip a flaky GC.compact test for YJITTakashi Kokubun
2024-03-12Check what actually needs to be checkedTakashi Kokubun
2024-03-12Use `assert_crash_report` in `test_crash_report_pipe`Nobuyoshi Nakada
2024-03-12[Bug #20277] Remove stale `String` test conditionalsNobuyoshi Nakada
2024-03-07Clear all refined CCs on reopening refinement modJohn Hawthorn
2024-03-07[Bug #20327] Do not count subsecond to calculate UTC offsetNobuyoshi Nakada
2024-03-04Keep hidden local variables when dumping and loading iseqsJeremy Evans
2024-03-04[Bug #20324] Uncomparable ranges are not overlappingNobuyoshi Nakada
2024-03-04Support NODE_ONCE for pattern matchingS-H-GAMELINKS
2024-03-04Disable callcc when ASAN is enabledKJ Tsanaktsidis
2024-03-01Correctly set anon_kwrest flag for def f(b: 1, **)Jeremy Evans
2024-03-01YJIT: Support opt_invokebuiltin_delegate for leaf builtin (#10152)Takashi Kokubun
2024-03-01Make Struct memory leak test fasterJean Boussier
2024-03-01Don't pin named structs defined in RubyJean Boussier
2024-03-01Use `File.open` and `File.write` instead of `Kernel#open`Nobuyoshi Nakada
2024-02-28Fix crash report path test on WindowsNobuyoshi Nakada
2024-02-28Fix to use `assert_crash_report` resultsNobuyoshi Nakada
2024-02-28Update regex patterns with rbinstall.rbHiroshi SHIBATA
2024-02-28Use dummy command for IO.popenHiroshi SHIBATA
2024-02-28Also ignore git ls-files command with IO.popen style for tmpdir.gemspec and t...Hiroshi SHIBATA
2024-02-27[Bug #20302] Multiple refinements cannot be applied to the same moduleShugo Maeda