summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add missing `#close` call to `test_dup_timeout` test. (#6560)Samuel Williams2022-10-151-0/+2
* Introduce `Fiber::Scheduler#io_select` hook for non-blocking `IO.select`. (#6...Samuel Williams2022-10-152-0/+29
* Add a test for transition orderAaron Patterson2022-10-141-0/+25
* [ruby/delegate] Fix DelegateClass block "method redefined" warningJonathan Hefner2022-10-151-0/+12
* Copy `IO#timeout` on `IO#dup`. (#6546)Samuel Williams2022-10-151-0/+8
* [ruby/pp] [Feature #19045] Add support Data#pretty_printmanga_osyo2022-10-141-0/+9
* Only expose Ruby Shape API if VM_CHECK_MODE is enabledAaron Patterson2022-10-131-1/+1
* [ruby/uri] Fix splitting relative URINobuyoshi Nakada2022-10-131-0/+7
* Add missing `f.resume` to fiber test. (#6539)Samuel Williams2022-10-131-0/+1
* URI.parse should set empty string in host instead of nilNARUSE, Yui2022-10-132-4/+11
* Suppress a "warning: method redefined" in test/ruby/test_method.rbYusuke Endoh2022-10-121-0/+1
* Suppress warnings in test/ruby/test_ast.rbYusuke Endoh2022-10-121-1/+9
* Simplify implementation of scheduler `io_read` and `io_write`. (#6527)Samuel Williams2022-10-121-6/+4
* Add :ssl_min_version and :ssl_max_version optionsKazuki Yamaguchi2022-10-121-19/+18
* Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams2022-10-122-53/+50
* Make inline cache reads / writes atomic with object shapesJemma Issroff2022-10-111-24/+33
* Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff2022-10-114-2/+185
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2022-10-112-5/+5
* [rubygems/rubygems] Bump rb-sys in /test/rubygems/test_gem_ext_cargo_builder/...dependabot[bot]2022-10-112-5/+5
* 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