summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ruby/rdoc] update all files if any file is newerNobuyoshi Nakada2020-09-181-4/+11
* [ruby/rdoc] Support full filename to make a link for a text fileaycabta2020-09-181-0/+8
* Add missing goto found;Benoit Daloze2020-09-171-1/+2
* Fix Mutex#unlock with a scheduler and thread contentionBenoit Daloze2020-09-171-0/+23
* Document the various scheduler hooksBenoit Daloze2020-09-171-0/+3
* Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...Benoit Daloze2020-09-172-1/+27
* Rename scheduler.{mutex_lock,mutex_unlock} to {block,unblock}Benoit Daloze2020-09-171-12/+15
* Use a similar pattern for waiting and readyBenoit Daloze2020-09-171-4/+3
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-09-171-2/+2
* Fix assertion failed in Complex.polar without NDEBUG (#3551)Kenta Murata2020-09-161-0/+5
* Add a note at the top of the test schedulerBenoit Daloze2020-09-161-0/+4
* RUBY_ISEQ_DUMP_DEBUG=to_binary never kept the debug information for String li...Benoit Daloze2020-09-161-1/+1
* Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"Benoit Daloze2020-09-161-1/+0
* skip on RUBY_ISEQ_DUMP_DEBUG=to_binaryKoichi Sasada2020-09-161-0/+1
* Use build_message on test_securerandom.rb (#3543)Hiroshi SHIBATA2020-09-161-1/+1
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-154-14/+6
* Revert "[ruby/securerandom] Use build_message instead of message for test-unit"Hiroshi SHIBATA2020-09-151-1/+1
* [ruby/securerandom] Use build_message instead of message for test-unitHiroshi SHIBATA2020-09-151-1/+1
* [ruby/ostruct] Avoid self calling our public methods.Marc-Andre Lafortune2020-09-141-0/+18
* [ruby/ostruct] Reinstate recent changesMarc-Andre Lafortune2020-09-141-0/+16
* Optimize Pathname#relative? / absolute?Marc-Andre Lafortune2020-09-141-5/+5
* [ruby/ostruct] Revert recent changesMarc-Andre Lafortune2020-09-141-16/+0
* [ruby/ostruct] Add access to public instance methods in case they are overridenMarc-Andre Lafortune2020-09-141-0/+5
* [ruby/ostruct] Allow overriding public methodsMarc-Andre Lafortune2020-09-141-0/+6
* [ruby/ostruct] Add really basic test that was missingMarc-Andre Lafortune2020-09-141-0/+5
* [ruby/ostruct] Revert "ostruct.rb: deferred accessors"Marc-Andre Lafortune2020-09-141-1/+6
* [ruby/tmpdir] Warn when environment variables skipped (fixes #2)Nobuyoshi Nakada2020-09-141-4/+4
* [ruby/tmpdir] Test "not writable" caseNobuyoshi Nakada2020-09-141-0/+2
* [ruby/tmpdir] Test "not a directory" casesNobuyoshi Nakada2020-09-141-0/+6
* [ruby/tmpdir] Test also TMP and TEMP environment variablesNobuyoshi Nakada2020-09-141-12/+17
* [ruby/tmpdir] Prefer better failure messageNobuyoshi Nakada2020-09-141-1/+1
* [ruby/zlib] Add Zlib::GzipReader.zcat for handling multiple gzip streams in g...Jeremy Evans2020-09-141-0/+24
* [ruby/net-smtp] Net::SMTP.start arguments are keyword argumentsTOMITA Masahiro2020-09-141-6/+88
* [ruby/net-smtp] TLS should not check the host name by default.TOMITA Masahiro2020-09-141-1/+3
* Add support for Queue & SizedQueue.Samuel Williams2020-09-141-0/+31
* Add support for ConditionVariable.Samuel Williams2020-09-142-1/+40
* Improve handling of urgent notification pipe.Samuel Williams2020-09-141-14/+12
* Make Mutex per-Fiber instead of per-ThreadBenoit Daloze2020-09-142-7/+77
* Rename `Fiber{}` to `Fiber.schedule{}`.Samuel Williams2020-09-145-11/+11
* Standardised scheduler interface.Samuel Williams2020-09-143-76/+2
* Simplify bitmasks for IO events.Samuel Williams2020-09-141-2/+2
* [ruby/irb] Omit output if first line of multiline is too longaycabta2020-09-141-0/+76
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-141-4/+81
* [ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta2020-09-121-0/+16
* [ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta2020-09-121-0/+36
* Let String#slice! return nil (#3533)Soutaro Matsumoto2020-09-111-0/+2
* Optimize ObjectSpace.dump_allJean Boussier2020-09-091-0/+6
* Add a :since option to dump_allJean Boussier2020-09-091-0/+23
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-092-16/+18
* Workaroud for macOS Big Sur(11.0)Hiroshi SHIBATA2020-09-081-0/+5