summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2021-05-25Disable compaction on platforms that can't support itAaron Patterson
2021-05-25Removed gdbm from ruby repoHiroshi SHIBATA
2021-05-25Removed dbm from ruby repoHiroshi SHIBATA
2021-05-25Removed tracer from ruby repoHiroshi SHIBATA
2021-05-24Set USE_COLORIZE to the default value in a testaycabta
2021-05-24[ruby/irb] update test/irb/test_init.rb to avoid useless evaljethrodaniel
2021-05-24[ruby/irb] respect NO_COLOR environment variableMark Delk
2021-05-21Use YAML.safe_load to use the permitted_classes optionaycabta
2021-05-22Refined portability of test for [Bug #17739]Nobuyoshi Nakada
2021-05-21Do not allow array modifications after freeze inside sort!Jeremy Evans
2021-05-21Build CDHASH properly when loading iseq from binaryAlan Wu
2021-05-21Avoid setting the visibility of refinement method entriesAlan Wu
2021-05-21ripper: wrap endless method in bodystmt [Bug #17869]Nobuyoshi Nakada
2021-05-21ripper: assertions for rescue/ensure in method bodyNobuyoshi Nakada
2021-05-21Get rid of sporadic WSAEACCES on Windows [ruby-dev:42661]Nobuyoshi Nakada
2021-05-21simple rescue+while+break should not use `throw`Koichi Sasada
2021-05-21[ruby/rdoc] Drop support for Ruby 2.4Nobuyoshi Nakada