summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Ignore failure to set nonblock mode. (#6524)Samuel Williams2022-10-111-0/+16
* Add MatchData#deconstruct/deconstruct_keysVladimir Dementyev2022-10-101-0/+32
* Do not set `$!` to `SyntaxError` when error tolerantNobuyoshi Nakada2022-10-091-0/+2
* Extract `assert_error_tolerant`Nobuyoshi Nakada2022-10-091-100/+27
* Allow abbreviated dump options with additional optionsNobuyoshi Nakada2022-10-091-2/+3
* Set AST prettyprint width to 80 explicitlyNobuyoshi Nakada2022-10-091-20/+20
* Fix flaky test test_thrashing_for_young_objectsPeter Zhu2022-10-081-0/+3
* [ruby/optparse] Don't treat empty string as an option descriptionMaciek Rząsa2022-10-081-0/+23
* "expr_value" can be erroryui-knk2022-10-081-0/+35
* Move `error` from top_stmts and top_stmt to stmtyui-knk2022-10-082-22/+27
* Treat "end" as reserved word with consideration of indentyui-knk2022-10-081-0/+51
* Generates "end" tokens if parser hits end of inputyui-knk2022-10-081-0/+378
* Add error_tolerant option to RubyVM::ASTyui-knk2022-10-081-0/+13
* [ruby/irb] Sort constant completion's candidatesst00122022-10-081-2/+3
* [ruby/irb] Correct assert_equal's usage in completion testsst00122022-10-081-15/+15
* [ruby/irb] Add constant completion testst00122022-10-081-0/+16
* [ruby/irb] Regroup completion testsst00122022-10-081-113/+117
* [ruby/irb] Add tests for primitive types' method completionst00122022-10-081-16/+48
* Add more debugging output to test_thrashing_for_young_objectsPeter Zhu2022-10-071-1/+3
* 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