aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Moved ujit code invalidation test into bootstraptestMaxime Chevalier-Boisvert2021-10-201-27/+0
* MicroJIT: avoid having to invalidate running output codeAlan Wu2021-10-201-0/+27
* Fix evaluation order of hash values for duplicate keysJeremy Evans2021-10-182-5/+28
* Reap rarely leaked threadsNobuyoshi Nakada2021-10-141-0/+3
* Add more `grpowned?` testsNobuyoshi Nakada2021-10-141-0/+20
* Remove autoload for constant if the autoload failsJeremy Evans2021-10-081-1/+26
* Add tests for the edge caces of `String#end_with?`Nobuyoshi Nakada2021-10-081-0/+2
* Dump outer variables tables when dumping an iseq to binaryAaron Patterson2021-10-071-0/+10
* Remove duplicate value checks on `mrhs` which always has the valueNobuyoshi Nakada2021-10-081-3/+5
* test/ruby/test_process (test_no_curdir): tentatively skipped on SolarisYusuke Endoh2021-10-071-0/+3
* marshal.c Marshal.load accepts a freeze: true option.Jean Boussier2021-10-051-0/+38
* Show the last line at unexpected end-of-input errorNobuyoshi Nakada2021-10-051-0/+4
* Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans2021-10-041-3/+0
* Revert rescue around internal realpath call on SolarisJeremy Evans2021-10-041-0/+3
* Only rescue realpath calls during require on SolarisJeremy Evans2021-10-041-3/+0
* The same warning for static symbol literalNobuyoshi Nakada2021-10-041-3/+3
* Fix the warning message for dynamic symbol literal in conditionNobuyoshi Nakada2021-10-041-1/+1
* Remove extraneous conversion to float [Bug #18236]Nobuyoshi Nakada2021-10-031-0/+8
* Temporarily skip test_no_curdir test to avoid CI failures on SolarisJeremy Evans2021-10-021-0/+3
* Do not load file with same realpath twice when requiringJeremy Evans2021-10-021-2/+28
* Avoid race condition in Regexp#matchJeremy Evans2021-10-011-0/+21
* Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada2021-10-021-0/+19
* Fix the encoding of loaded feature names [Bug #18191]Nobuyoshi Nakada2021-10-011-0/+22
* Make Array#min/max optimization respect refined methodsJeremy Evans2021-09-302-0/+31
* marshal.c: don't call the proc with partially initialized objects. (#4866)Jean byroot Boussier2021-09-301-0/+12
* Show failed environment variablesNobuyoshi Nakada2021-09-271-2/+2
* Use the flag for uninitialized module [Bug #18185]Nobuyoshi Nakada2021-09-241-0/+3
* Consider modified modules initialized [Bug #18185]Nobuyoshi Nakada2021-09-241-0/+26
* Revive the test using US-ASCII incompatible symbolNobuyoshi Nakada2021-09-231-0/+4
* Prohibit invalid encoding symbols [Bug #18184]Nobuyoshi Nakada2021-09-231-3/+7
* Check the encoding of `ruby2_keywords_flag` [Bug #18184]Nobuyoshi Nakada2021-09-231-1/+5
* Check the entire name as `ruby2_keywords_flag` [Bug #18184]Nobuyoshi Nakada2021-09-221-1/+7
* Allow to include uninitialized modules [Bug #18177]Nobuyoshi Nakada2021-09-201-0/+12
* Adjust test to set+get big values on all platforms and add MINGW-UCRTLars Kanis2021-09-201-7/+7
* Revert "Do not load file with same realpath twice when requiring"Jeremy Evans2021-09-181-28/+2
* Do not load file with same realpath twice when requiringJeremy Evans2021-09-181-2/+28
* ast.c: AST.of against C method should return nil (as Ruby 2.6--3.0)Yusuke Endoh2021-09-181-1/+1
* ast.c: AST.of checks if a given method object is defined in CYusuke Endoh2021-09-181-0/+5
* Removed Module.allocate [Bug #17048]Nobuyoshi Nakada2021-09-171-12/+0
* Already initialized modules cannot be replaced [Bug #17048]Nobuyoshi Nakada2021-09-171-14/+26
* [Feature #18172] Fix duplicate test nameNobuyoshi Nakada2021-09-171-1/+1
* [Feature #18172] Add MatchData#match_lengthNobuyoshi Nakada2021-09-161-0/+17
* [Feature #18172] Add MatchData#matchNobuyoshi Nakada2021-09-161-0/+17
* [Bug #18173] Update loaded_features_indexNobuyoshi Nakada2021-09-161-0/+17
* Add test cases for constants and keywordsShugo Maeda2021-09-151-0/+7
* Marshal.load: do not call the proc until strings have their encodingJean Boussier2021-09-151-0/+17
* Handle overwriting Object::ENV in spawnJeremy Evans2021-09-141-0/+12
* Use capture_output instead of capture_ioHiroshi SHIBATA2021-09-132-3/+3
* Adds mixed hash value and value omission testsBrandon Weaver2021-09-132-0/+2
* Preserve the encoding of the argument in IndexError [Bug #18160]Nobuyoshi Nakada2021-09-121-1/+6