summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-06-05[rubygems/rubygems] Simplify #warn test to not rely on the effect of -C on -IBenoit Daloze
2020-06-05[rubygems/rubygems] Fix `$LOADED_FEATURES` cache sometimes not respectedDavid Rodríguez
2020-06-05[rubygems/rubygems] Fix performance regression in `require`David Rodríguez
2020-06-05[rubygems/rubygems] Add build warning when rake based extension is present, b...Josef Šimánek
2020-06-05[rubygems/rubygems] Fix template cleanup as wellDavid Rodríguez
2020-06-05[rubygems/rubygems] Fix installing template files with dotsDavid Rodríguez
2020-06-05[rubygems/rubygems] Move require to the topbronzdoc
2020-06-05[rubygems/rubygems] Use ruby_with_rubygems_in_load_path helperbronzdoc
2020-06-05[rubygems/rubygems] Make sure rubygems/package can be directly required reliablybronzdoc
2020-06-05[rubygems/rubygems] Make `rake package` log messages to stdout by defaultDavid Rodríguez
2020-06-05[rubygems/rubygems] Move setting verbosity to each testDavid Rodríguez
2020-06-05[rubygems/rubygems] Don't leave side effects on verbosityDavid Rodríguez
2020-06-05[rubygems/rubygems] Remove unnecessary rescue and loading of bundlerDavid Rodríguez
2020-06-04test/socket/test_addrinfo.rb: Fix syntax errorYusuke Endoh
2020-06-04test/socket/test_addrinfo.rb: Suppress Errno::EACCES when addr is in useYusuke Endoh
2020-06-04Properly resolve refinements in defined? on private call [Bug #16932]Nobuyoshi Nakada
2020-06-04Properly resolve refinements in defined? on method call [Bug #16932]Nobuyoshi Nakada
2020-06-03Ensure origins for all included, prepended, and refined modulesJeremy Evans
2020-06-02Fixed `defined?` against protected method callNobuyoshi Nakada
2020-06-02Split test_defined_methodNobuyoshi Nakada
2020-05-30test/ruby/test_process.rb: GID.from_name may raise Errno:ESRCHYusuke Endoh
2020-05-29Correctly remove temporary directory if path yielded is mutatedJeremy Evans
2020-05-28Explicitly loading with envutil.rbHiroshi SHIBATA
2020-05-27test/drb/test_drbssl.rb: skip LeakChecker as openssl keeps /dev/randomYusuke Endoh
2020-05-26Test for [Feature #16832]Nobuyoshi Nakada
2020-05-25Make Thread#thread_variable? similar to #thread_variable_getJeremy Evans
2020-05-26cause SEGV for the test.Koichi Sasada
2020-05-24[ruby/rdoc] Check uninitialized instance variable in testaycabta
2020-05-24[ruby/rdoc] Process crossref before tidylinkaycabta
2020-05-24[ruby/rdoc] Escape method names in HTMLNate Matykiewicz
2020-05-23Fixup d48c92aa04ffd3a1cecef599eaa5e4409aab2fe4Hiroshi SHIBATA
2020-05-23Rename TestScheduler* to TestFiber for convention of the test directoryHiroshi SHIBATA
2020-05-23[ruby/fiddle] Improve documentation on how to correctly free memory and free ...Chris Seaton
2020-05-23[ruby/fiddle] Fix assignment to array within struct (#26)sinisterchipmunk
2020-05-23[ruby/fiddle] Make array access override compatible with base class (#25)sinisterchipmunk
2020-05-22Fix origin iclass pointer for modulesJeremy Evans
2020-05-22Revert "Fix origin iclass pointer for modules"Jeremy Evans
2020-05-22Fix origin iclass pointer for modulesJeremy Evans
2020-05-22Run major GC three times to make sure the minor GC reasonYusuke Endoh
2020-05-21test/ruby/test_optimization.rb: Proc creation test should count :T_DATAYusuke Endoh
2020-05-17[ruby/reline] Add a test of autowrap for yamatanoorotiaycabta
2020-05-17Removed useless implementation testsNobuyoshi Nakada
2020-05-17Removed PRNG implementation details from the testNobuyoshi Nakada
2020-05-15Fixed argument forwarding in reserved word method [Bug #16854]Nobuyoshi Nakada
2020-05-15fix for multi-run test.Koichi Sasada
2020-05-15Move `test/scheduler` -> `test/fiber` [Bug #16892][ruby-core:98366].Samuel Williams
2020-05-15test/scheduler: suppress warningsYusuke Endoh
2020-05-14Endless method definition including `rescue` modifierNobuyoshi Nakada
2020-05-14Removed trailing spaces [ci skip]Nobuyoshi Nakada
2020-05-14Thread scheduler for light weight concurrency.Samuel Williams