summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2021-07-27Fix infinite loop in ensure after NoMemoryErrorJeremy Evans
2021-07-27Deal with Unicode ranges in the file emoji-sequences.txtMartin Dürst
2021-07-27Adjust test/ruby/enc/test_emoji_breaks.rb to handle Emoji Version 13.1Martin Dürst
2021-07-27Run in a separated process to run finalizers certainlyNobuyoshi Nakada
2021-07-27test/ruby/test_parse.rb: Prevent an "unused variable" warningYusuke Endoh
2021-07-27Try GC more during suppressing the warningNobuyoshi Nakada
2021-07-27Make GCed during suppressing the warningNobuyoshi Nakada
2021-07-25Distinguish signal and timeout [Bug #16608]Nobuyoshi Nakada
2021-07-23Suppress exception message in finalizer [Feature #17798]Nobuyoshi Nakada
2021-07-23Show exception in finalizer [Feature #17798]Nobuyoshi Nakada
2021-07-21Fix interpolated heredoceileencodes
2021-07-17One-line pattern matching is no longer experimentalKazuki Tsujimoto
2021-07-16Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada
2021-07-15Copy hash compare_by_identity setting in more casesJeremy Evans
2021-07-15Add pattern matching pin support for instance/class/global variablesJeremy Evans
2021-07-15Make Struct#keyword_init? return nil by default [Feature #18008]Nobuyoshi Nakada
2021-07-15Add tests and NEWS [Feature #18008]NARUSE, Yui
2021-07-08Split test of Hash.[] and add assertion for default value/procNobuyoshi Nakada