aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make ENV.clone warn and ENV.dup raiseJeremy Evans2021-06-081-0/+40
* [ruby/psych] Fix the test that does not work with libyaml-0.1.7Yusuke Endoh2021-06-081-1/+1
* Do not use YAML module in tests of PsychHiroshi SHIBATA2021-06-071-8/+8
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-06-071-4/+4
* [ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier2021-06-071-0/+57
* Warn more duplicate literal hash keysNobuyoshi Nakada2021-06-031-0/+1
* Warn more duplicate literal hash keysNobuyoshi Nakada2021-06-031-0/+4
* Assertions for duplicate literal hash key warningsNobuyoshi Nakada2021-06-031-2/+15
* [rubygems/rubygems] Rename test/rubygems/test_{case,utilities}.rb to avoid "t...Yusuke Endoh2021-06-03128-128/+127
* [ruby/rdoc] Add an alias for test-unit with older versions of RubyGemsaycabta2021-06-021-0/+3
* Make `Thread#native_thread_id` not-implemented if unsupportedNobuyoshi Nakada2021-06-011-1/+1
* The test for command injection on Unix platforms should be omitted on Windowsaycabta2021-05-311-0/+1
* Attempt to fix floating point test failureJeremy Evans2021-05-291-1/+1
* Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans2021-05-291-0/+11
* compile.c: Emit send for === calls in when statementsAlan Wu2021-05-281-1/+1
* Resolve to missing `Gem::TestCase` issue with random order testsHiroshi SHIBATA2021-05-281-0/+1
* [rubygems/rubygems] Use pend instead of skipHiroshi SHIBATA2021-05-2825-64/+64
* [rubygems/rubygems] Fix "instance variable not initialized" warningDavid Rodríguez2021-05-281-1/+0
* [rubygems/rubygems] Test installing a non deprecated fileDavid Rodríguez2021-05-281-2/+2
* [rubygems/rubygems] Remove no longer needed `RUBYGEMS_TEST_PATH` env variableDavid Rodríguez2021-05-281-7/+5
* [rubygems/rubygems] Remove no longer relevant commentsºDavid Rodríguez2021-05-282-12/+5
* [rubygems/rubygems] Require the new files in `test/` relativelyDavid Rodríguez2021-05-28135-135/+135
* [rubygems/rubygems] Copy files specific to testing rubygems to `test`David Rodríguez2021-05-284-0/+2365
* [rubygems/rubygems] Try fix ruby-core CIHiroshi SHIBATA2021-05-286-55/+55
* Fix lazy enumerator with index sizeJeremy Evans2021-05-271-0/+4
* Guard for the ftp protocol feature of OpenURIHiroshi SHIBATA2021-05-271-122/+128
* Defer to require prime for OpenSSL::TestBNHiroshi SHIBATA2021-05-271-18/+23
* Promote net-smtp to the bundled gemsHiroshi SHIBATA2021-05-275-752/+0
* Promote net-pop to the bundled gemsHiroshi SHIBATA2021-05-271-166/+0
* Promote net-imap to the bundled gemsHiroshi SHIBATA2021-05-274-1314/+0
* Promote net-ftp to the bundled gemsHiroshi SHIBATA2021-05-273-2782/+0
* Promote matrix to the bundled gemsHiroshi SHIBATA2021-05-272-1223/+0
* Promote prime to the bundled gemsHiroshi SHIBATA2021-05-271-298/+0
* Rescue NotImplementedError for a test of Thread#native_thread_idYusuke Endoh2021-05-261-1/+1
* Suppress debug messageNobuyoshi Nakada2021-05-261-0/+1
* Add Thread#native_thread_id [Feature #17853]NARUSE, Yui2021-05-261-0/+21
* RSS library is the bundled gems nowHiroshi SHIBATA2021-05-261-2/+0
* Ignore lib/irb/ext/tracer.rb with TestRequireLib because tracer library was r...Hiroshi SHIBATA2021-05-261-0/+1
* Disable compaction on platforms that can't support itAaron Patterson2021-05-251-15/+26
* Removed gdbm from ruby repoHiroshi SHIBATA2021-05-251-734/+0
* Removed dbm from ruby repoHiroshi SHIBATA2021-05-251-634/+0
* Removed tracer from ruby repoHiroshi SHIBATA2021-05-251-234/+0
* Set USE_COLORIZE to the default value in a testaycabta2021-05-241-2/+5
* [ruby/irb] update test/irb/test_init.rb to avoid useless evaljethrodaniel2021-05-241-2/+2
* [ruby/irb] respect NO_COLOR environment variableMark Delk2021-05-241-0/+16
* Use YAML.safe_load to use the permitted_classes optionaycabta2021-05-211-3/+3
* Refined portability of test for [Bug #17739]Nobuyoshi Nakada2021-05-221-2/+3
* Do not allow array modifications after freeze inside sort!Jeremy Evans2021-05-211-0/+30
* Build CDHASH properly when loading iseq from binaryAlan Wu2021-05-211-0/+13
* Avoid setting the visibility of refinement method entriesAlan Wu2021-05-211-0/+22