aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add documentation and tests for keyword argument value omissionShugo Maeda2021-09-113-18/+32
* Another test for [Feature #14579]Nobuyoshi Nakada2021-09-111-0/+1
* Allow value omission in Hash literalsShugo Maeda2021-09-111-0/+17
* Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA2021-09-111-0/+1
* Use Test::Unit::Runner instead of MiniTest::UnitHiroshi SHIBATA2021-09-112-4/+4
* Use CoreAssertions instead of AssertionsHiroshi SHIBATA2021-09-111-1/+1
* Use MiniTestHiroshi SHIBATA2021-09-112-4/+4
* [Bug #18154] Fix memory leak in String#initializePeter Zhu2021-09-081-0/+10
* Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...Hiroshi SHIBATA2021-09-061-1/+1
* Refined test [Bug #18140]Nobuyoshi Nakada2021-09-021-1/+4
* Test against the target classNobuyoshi Nakada2021-09-021-2/+2
* Guard array when appendingAaron Patterson2021-09-021-0/+6
* Support tracing of attr_reader and attr_writerJeremy Evans2021-08-291-0/+50
* Free previously used tables [Bug #18134]Nobuyoshi Nakada2021-08-291-0/+9
* Add negative position tests [Bug #18138]Nobuyoshi Nakada2021-08-291-0/+4
* Add out of range tests for Array#slice!Nobuyoshi Nakada2021-08-291-0/+13
* Fix warnings in test_optimization.rbJeremy Evans2021-08-241-6/+7
* Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis2021-08-221-0/+12
* Allow tracing of optimized methodsJeremy Evans2021-08-211-0/+45
* ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh2021-08-201-6/+6
* Module#ancestors should not return superclasses of refinementsShugo Maeda2021-08-201-0/+12
* Remove old warning aged nearly 8 yearsNobuyoshi Nakada2021-08-191-9/+0
* Allow omission of parentheses in one line pattern matching [Feature #16182]Kazuki Tsujimoto2021-08-191-7/+7
* Take into account data in emoji-variation-sequences.txt in tests.Martin Dürst2021-08-171-4/+4
* Show verbose error messages when single pattern match failsKazuki Tsujimoto2021-08-151-0/+127
* Don't cancel JIT-ed code on TracePoint :classTakashi Kokubun2021-08-121-0/+8
* Print JIT cancel when all JIT-ed code is cancelledTakashi Kokubun2021-08-121-0/+9
* Assert for duplicated ARGF [Bug #18074]Nobuyoshi Nakada2021-08-101-0/+7
* Assert that each contents are read [Bug #18074]Nobuyoshi Nakada2021-08-101-3/+6
* add some lines to delete unused TracePointKoichi Sasada2021-08-101-2/+6
* Fix ARGF.read(length) short read [Bug #18074]Csaba Henk2021-08-101-0/+9
* Use Rational for Float#round with ndigits > 14Jeremy Evans2021-08-061-0/+8
* Make backtrace generation work outward from current frameJeremy Evans2021-08-061-0/+28
* Reenable GC at the end of testPeter Zhu2021-08-041-0/+2
* Add keyrest to ruby2_keywords parameters [Bug #18011]Nobuyoshi Nakada2021-08-032-3/+4
* Stop infinite object allocation to get rid of OOM killerNobuyoshi Nakada2021-08-021-2/+3
* Skip test_ensure_after_nomemoryerrorJeremy Evans2021-07-291-0/+1