aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-073-1/+68
* Add --with-libffi-source-dir feature and removed --enable-bundled-libffi opti...Hiroshi SHIBATA2022-10-072-0/+6
* [ruby/fiddle] test: don't use assert_true/assert_falseSutou Kouhei2022-10-071-2/+2
* [ruby/fiddle] test: ensure freeing closureSutou Kouhei2022-10-071-3/+6
* [ruby/fiddle] test: ensure freeing closureSutou Kouhei2022-10-071-10/+15
* [ruby/fiddle] test: don't use power-assertSutou Kouhei2022-10-071-6/+2
* [ruby/fiddle] test: ensure freeing closureSutou Kouhei2022-10-072-18/+25
* [ruby/fiddle] Add Fiddle::Closure.create and Fiddle::Closure.freeSutou Kouhei2022-10-071-40/+58
* [ruby/fiddle] test: suppress a warningSutou Kouhei2022-10-071-1/+2
* [ruby/fiddle] Add `sym_defined?` methods to test if a symbol is defined (http...Aaron Patterson2022-10-071-0/+4
* [ruby/fiddle] Move "type" constants to `Fiddle::Types` (https://github.com/ru...Aaron Patterson2022-10-071-0/+6
* [ruby/fiddle] Add constants for unsigned values (https://github.com/ruby/fidd...Aaron Patterson2022-10-071-0/+10
* [ruby/fiddle] test: ensure GC-ing closuresSutou Kouhei2022-10-074-6/+24
* [ruby/date] Fix misplaced time zone offset checksNobuyoshi Nakada2022-10-071-0/+5
* [ruby/rdoc] Special characters are prohibited as filename on WindowsNobuyoshi Nakada2022-10-071-1/+10
* [ruby/rdoc] Escape file namesNobuyoshi Nakada2022-10-071-0/+14
* [ruby/rdoc] Escape main titleNobuyoshi Nakada2022-10-071-0/+21
* [ruby/rdoc] Escape HYPERLINKsNobuyoshi Nakada2022-10-071-0/+5
* [ruby/rdoc] Escape RDOCLINKsNobuyoshi Nakada2022-10-071-0/+25
* [ruby/rdoc] Escape TIDYLINKsNobuyoshi Nakada2022-10-071-0/+23
* Add debug output to test_thrashing_for_young_objectsPeter Zhu2022-10-061-5/+8
* [ruby/rdoc] Add center alignNobuyoshi Nakada2022-10-061-2/+2
* [ruby/rdoc] Allow spaces around pipesNobuyoshi Nakada2022-10-061-1/+1
* [ruby/rdoc] Allow escaped pipes in cellsNobuyoshi Nakada2022-10-061-1/+3
* [ruby/rdoc] Allow leading pipes to be ommittedNobuyoshi Nakada2022-10-061-3/+3
* [ruby/rdoc] Allow trailing pipes to be ommittedNobuyoshi Nakada2022-10-061-0/+19
* Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)Samuel Williams2022-10-061-0/+11
* [ruby/rdoc] Allow RDoc markups in table cellsNobuyoshi Nakada2022-10-061-0/+4
* [ruby/rdoc] Add `RDoc::Markup::ToHtml#accept_table` testNobuyoshi Nakada2022-10-061-0/+23
* [ruby/open-uri] fix: added test case that validates that bad TLS version is s...Nishant Patel2022-10-061-10/+20
* [ruby/open-uri] feat: allow option to pass version of SSL / TLS to use during...Nishant Patel2022-10-061-0/+10
* [ruby/open-uri] Use omit instead of skip for test-unitHiroshi SHIBATA2022-10-061-2/+2
* [ruby/open-uri] Run global constant count test only under Ruby 3.2Hiroshi SHIBATA2022-10-061-0/+1
* [ruby/open-uri] Avoid busting the global constant cacheJean Boussier2022-10-061-1/+9
* [ruby/irb] Fixed sort of variables in completionImir Kiyamov2022-10-051-0/+11
* Cannot `define` from defined `Data` class againNobuyoshi Nakada2022-10-031-0/+2
* [rubygems/rubygems] Revert "Cleaup unnecessary code"David Rodríguez2022-10-032-0/+20
* [ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga2022-10-031-1/+46
* Also the tests should use the configured pkg-configNobuyoshi Nakada2022-10-021-2/+2
* Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson2022-09-304-185/+2
* Fix frozen object inspecteileencodes2022-09-301-0/+9
* [rubygems/rubygems] Fix matching of eabihf platformsDavid Rodríguez2022-10-011-0/+8
* [rubygems/rubygems] Fix matching of linux platforms with eabi modifiersDavid Rodríguez2022-10-011-0/+20
* [ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng2022-10-011-0/+13
* Add Data class implementation: Simple immutable value objectVictor Shepelev2022-09-301-0/+170
* [rubygems/rubygems] Prevent a "warning: assigned but unused variable - data"Yusuke Endoh2022-09-301-1/+1
* Reduce diff to proc.c @ b0b9f7201acab05c2a3ad92c3043a1f01df3e17fBenoit Daloze2022-09-291-2/+5
* Extend tests for a zsuper method of which the method it resolved to has been ...Benoit Daloze2022-09-291-0/+41
* Resolve zsuper method during lookup but preserve owner separatelyBenoit Daloze2022-09-291-11/+55
* [rubygems/rubygems] Refine error message to check the push URL instead of jus...Jenny Shen2022-09-293-6/+6