summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-06-18ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true`Yusuke Endoh
2021-06-17[rubygems/rubygems] Close then unlink tempfiles on WindowsNobuyoshi Nakada
2021-06-15Time#getlocal tests for [Feature #17544]Nobuyoshi Nakada
2021-06-14[Bug #17880] Set leaf false on opt_setinlinecache (#4565)Eileen M. Uchitelle
2021-06-14[lib/ostruct] Fix YAML testMarc-Andre Lafortune
2021-06-14[lib/ostruct] Allow overriding of `block_given?`Marc-Andre Lafortune
2021-06-15Suppress exception report in inner threadNobuyoshi Nakada
2021-06-15Close leaked file descriptorsNobuyoshi Nakada
2021-06-14Add fallback block to `OpenStruct#delete_field` (#1409)jfrazx
2021-06-14Fix fiber scheduler address resolve solaris testsBruno Sutic
2021-06-14Wake up join list within thread EC context. (#4471)Samuel Williams
2021-06-14Add scheduler hook `Addrinfo.getaddrinfo`. (#4375)Samuel Williams
2021-06-08Make ENV.clone warn and ENV.dup raiseJeremy Evans
2021-06-08[ruby/psych] Fix the test that does not work with libyaml-0.1.7Yusuke Endoh
2021-06-07Do not use YAML module in tests of PsychHiroshi SHIBATA
2021-06-07Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-06-07[ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier
2021-06-03Warn more duplicate literal hash keysNobuyoshi Nakada
2021-06-03Warn more duplicate literal hash keysNobuyoshi Nakada
2021-06-03Assertions for duplicate literal hash key warningsNobuyoshi Nakada
2021-06-03[rubygems/rubygems] Rename test/rubygems/test_{case,utilities}.rb to avoid "t...Yusuke Endoh
2021-06-02[ruby/rdoc] Add an alias for test-unit with older versions of RubyGemsaycabta
2021-06-01Make `Thread#native_thread_id` not-implemented if unsupportedNobuyoshi Nakada
2021-05-31The test for command injection on Unix platforms should be omitted on Windowsaycabta
2021-05-29Attempt to fix floating point test failureJeremy Evans
2021-05-29Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans
2021-05-28compile.c: Emit send for === calls in when statementsAlan Wu
2021-05-28Resolve to missing `Gem::TestCase` issue with random order testsHiroshi SHIBATA
2021-05-28[rubygems/rubygems] Use pend instead of skipHiroshi SHIBATA
2021-05-28[rubygems/rubygems] Fix "instance variable not initialized" warningDavid Rodríguez
2021-05-28[rubygems/rubygems] Test installing a non deprecated fileDavid Rodríguez
2021-05-28[rubygems/rubygems] Remove no longer needed `RUBYGEMS_TEST_PATH` env variableDavid Rodríguez
2021-05-28[rubygems/rubygems] Remove no longer relevant commentsºDavid Rodríguez
2021-05-28[rubygems/rubygems] Require the new files in `test/` relativelyDavid Rodríguez
2021-05-28[rubygems/rubygems] Copy files specific to testing rubygems to `test`David Rodríguez
2021-05-28[rubygems/rubygems] Try fix ruby-core CIHiroshi SHIBATA
2021-05-27Fix lazy enumerator with index sizeJeremy Evans
2021-05-27Guard for the ftp protocol feature of OpenURIHiroshi SHIBATA
2021-05-27Defer to require prime for OpenSSL::TestBNHiroshi SHIBATA
2021-05-27Promote net-smtp to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-pop to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-imap to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-ftp to the bundled gemsHiroshi SHIBATA
2021-05-27Promote matrix to the bundled gemsHiroshi SHIBATA
2021-05-27Promote prime to the bundled gemsHiroshi SHIBATA
2021-05-26Rescue NotImplementedError for a test of Thread#native_thread_idYusuke Endoh
2021-05-26Suppress debug messageNobuyoshi Nakada
2021-05-26Add Thread#native_thread_id [Feature #17853]NARUSE, Yui
2021-05-26RSS library is the bundled gems nowHiroshi SHIBATA
2021-05-26Ignore lib/irb/ext/tracer.rb with TestRequireLib because tracer library was r...Hiroshi SHIBATA