aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Fix performance regression in `require`David Rodríguez2020-06-051-0/+11
* [rubygems/rubygems] Add build warning when rake based extension is present, b...Josef Šimánek2020-06-051-0/+31
* [rubygems/rubygems] Fix template cleanup as wellDavid Rodríguez2020-06-051-1/+3
* [rubygems/rubygems] Fix installing template files with dotsDavid Rodríguez2020-06-051-0/+5
* [rubygems/rubygems] Move require to the topbronzdoc2020-06-051-2/+1
* [rubygems/rubygems] Use ruby_with_rubygems_in_load_path helperbronzdoc2020-06-051-3/+5
* [rubygems/rubygems] Make sure rubygems/package can be directly required reliablybronzdoc2020-06-051-0/+6
* [rubygems/rubygems] Make `rake package` log messages to stdout by defaultDavid Rodríguez2020-06-051-0/+28
* [rubygems/rubygems] Move setting verbosity to each testDavid Rodríguez2020-06-051-1/+8
* [rubygems/rubygems] Don't leave side effects on verbosityDavid Rodríguez2020-06-051-0/+8
* [rubygems/rubygems] Remove unnecessary rescue and loading of bundlerDavid Rodríguez2020-06-051-6/+2
* test/socket/test_addrinfo.rb: Fix syntax errorYusuke Endoh2020-06-041-1/+1
* test/socket/test_addrinfo.rb: Suppress Errno::EACCES when addr is in useYusuke Endoh2020-06-041-1/+4
* Properly resolve refinements in defined? on private call [Bug #16932]Nobuyoshi Nakada2020-06-041-0/+21
* Properly resolve refinements in defined? on method call [Bug #16932]Nobuyoshi Nakada2020-06-041-0/+28
* Ensure origins for all included, prepended, and refined modulesJeremy Evans2020-06-032-0/+56
* Fixed `defined?` against protected method callNobuyoshi Nakada2020-06-021-0/+1
* Split test_defined_methodNobuyoshi Nakada2020-06-021-1/+22
* test/ruby/test_process.rb: GID.from_name may raise Errno:ESRCHYusuke Endoh2020-05-301-3/+9
* Correctly remove temporary directory if path yielded is mutatedJeremy Evans2020-05-291-0/+11
* Explicitly loading with envutil.rbHiroshi SHIBATA2020-05-282-0/+2
* test/drb/test_drbssl.rb: skip LeakChecker as openssl keeps /dev/randomYusuke Endoh2020-05-271-0/+1
* Test for [Feature #16832]Nobuyoshi Nakada2020-05-261-0/+13
* Make Thread#thread_variable? similar to #thread_variable_getJeremy Evans2020-05-251-1/+1
* cause SEGV for the test.Koichi Sasada2020-05-261-1/+1
* [ruby/rdoc] Check uninitialized instance variable in testaycabta2020-05-241-1/+1
* [ruby/rdoc] Process crossref before tidylinkaycabta2020-05-241-0/+7
* [ruby/rdoc] Escape method names in HTMLNate Matykiewicz2020-05-241-0/+14
* Fixup d48c92aa04ffd3a1cecef599eaa5e4409aab2fe4Hiroshi SHIBATA2020-05-231-1/+1
* Rename TestScheduler* to TestFiber for convention of the test directoryHiroshi SHIBATA2020-05-236-6/+6
* [ruby/fiddle] Improve documentation on how to correctly free memory and free ...Chris Seaton2020-05-234-47/+94
* [ruby/fiddle] Fix assignment to array within struct (#26)sinisterchipmunk2020-05-231-0/+14
* [ruby/fiddle] Make array access override compatible with base class (#25)sinisterchipmunk2020-05-231-0/+22
* Fix origin iclass pointer for modulesJeremy Evans2020-05-221-0/+59
* Revert "Fix origin iclass pointer for modules"Jeremy Evans2020-05-221-59/+0
* Fix origin iclass pointer for modulesJeremy Evans2020-05-221-0/+59
* Run major GC three times to make sure the minor GC reasonYusuke Endoh2020-05-221-1/+1
* test/ruby/test_optimization.rb: Proc creation test should count :T_DATAYusuke Endoh2020-05-211-1/+1
* [ruby/reline] Add a test of autowrap for yamatanoorotiaycabta2020-05-171-0/+10
* Removed useless implementation testsNobuyoshi Nakada2020-05-171-113/+14
* Removed PRNG implementation details from the testNobuyoshi Nakada2020-05-171-135/+79
* Fixed argument forwarding in reserved word method [Bug #16854]Nobuyoshi Nakada2020-05-151-0/+5
* fix for multi-run test.Koichi Sasada2020-05-151-6/+9
* Move `test/scheduler` -> `test/fiber` [Bug #16892][ruby-core:98366].Samuel Williams2020-05-158-0/+0
* test/scheduler: suppress warningsYusuke Endoh2020-05-152-4/+2
* Endless method definition including `rescue` modifierNobuyoshi Nakada2020-05-141-0/+6
* Removed trailing spaces [ci skip]Nobuyoshi Nakada2020-05-143-5/+5
* Thread scheduler for light weight concurrency.Samuel Williams2020-05-1411-47/+511
* Restore class variable setting for testsaycabta2020-05-142-0/+44
* Initialize Reline callbacks when test suit startsaycabta2020-05-141-0/+6