summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2021-09-15Add test cases for constants and keywordsShugo Maeda
2021-09-15Marshal.load: do not call the proc until strings have their encodingJean Boussier
2021-09-14Handle overwriting Object::ENV in spawnJeremy Evans
2021-09-13Use capture_output instead of capture_ioHiroshi SHIBATA
2021-09-13Adds mixed hash value and value omission testsBrandon Weaver
2021-09-12Preserve the encoding of the argument in IndexError [Bug #18160]Nobuyoshi Nakada
2021-09-11Add documentation and tests for keyword argument value omissionShugo Maeda
2021-09-11Another test for [Feature #14579]Nobuyoshi Nakada
2021-09-11Allow value omission in Hash literalsShugo Maeda
2021-09-11Fixed inconsistent require order for assertions and core_assertionsHiroshi SHIBATA
2021-09-11Use Test::Unit::Runner instead of MiniTest::UnitHiroshi SHIBATA
2021-09-11Use CoreAssertions instead of AssertionsHiroshi SHIBATA
2021-09-11Use MiniTestHiroshi SHIBATA
2021-09-08[Bug #18154] Fix memory leak in String#initializePeter Zhu
2021-09-06Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...Hiroshi SHIBATA
2021-09-02Refined test [Bug #18140]Nobuyoshi Nakada
2021-09-02Test against the target classNobuyoshi Nakada
2021-09-02Guard array when appendingAaron Patterson
2021-08-29Support tracing of attr_reader and attr_writerJeremy Evans
2021-08-29Free previously used tables [Bug #18134]Nobuyoshi Nakada
2021-08-29Add negative position tests [Bug #18138]Nobuyoshi Nakada
2021-08-29Add out of range tests for Array#slice!Nobuyoshi Nakada
2021-08-24Fix warnings in test_optimization.rbJeremy Evans
2021-08-22Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis
2021-08-21Allow tracing of optimized methodsJeremy Evans
2021-08-20ast.c: Rename "save_script_lines" to "keep_script_lines"Yusuke Endoh
2021-08-20Module#ancestors should not return superclasses of refinementsShugo Maeda
2021-08-19Remove old warning aged nearly 8 yearsNobuyoshi Nakada
2021-08-19Allow omission of parentheses in one line pattern matching [Feature #16182]Kazuki Tsujimoto
2021-08-17Take into account data in emoji-variation-sequences.txt in tests.Martin Dürst
2021-08-15Show verbose error messages when single pattern match failsKazuki Tsujimoto
2021-08-12Don't cancel JIT-ed code on TracePoint :classTakashi Kokubun
2021-08-12Print JIT cancel when all JIT-ed code is cancelledTakashi Kokubun
2021-08-10Assert for duplicated ARGF [Bug #18074]Nobuyoshi Nakada
2021-08-10Assert that each contents are read [Bug #18074]Nobuyoshi Nakada
2021-08-10add some lines to delete unused TracePointKoichi Sasada
2021-08-10Fix ARGF.read(length) short read [Bug #18074]Csaba Henk
2021-08-06Use Rational for Float#round with ndigits > 14Jeremy Evans
2021-08-06Make backtrace generation work outward from current frameJeremy Evans
2021-08-04Reenable GC at the end of testPeter Zhu
2021-08-03Add keyrest to ruby2_keywords parameters [Bug #18011]Nobuyoshi Nakada
2021-08-02Stop infinite object allocation to get rid of OOM killerNobuyoshi Nakada
2021-07-29Skip test_ensure_after_nomemoryerrorJeremy Evans
2021-07-29Improve performance of Integer#digitsJeremy Evans
2021-07-29Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans
2021-07-29Do not check pending interrupts when running finalizersJeremy Evans
2021-07-29use me->def instead of me for opt_tableKoichi Sasada
2021-07-28Handle Timeout::Error instead of NoMemoryError in testJeremy Evans
2021-07-28Suppress "possibly useless use of * in void context" warningNobuyoshi Nakada
2021-07-27Make Float#floor with ndigits argument handle errorJeremy Evans