summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-01-20[ruby/irb] Undefine unused constantsTakashi Kokubun
2021-01-20[ruby/irb] Split test files for IRB::Color and IRB::ColorPrinterTakashi Kokubun
2021-01-20[ruby/erb] Prefer __dir__ to reduce ../Takashi Kokubun
2021-01-20Pend erb command tests for Ruby 2.5 for nowTakashi Kokubun
2021-01-19Fixed premature returnNobuyoshi Nakada
2021-01-19[ruby/irb] Stub a screen size for test_contextTakashi Kokubun
2021-01-18[ruby/irb] Support GitHub ActionsTakashi Kokubun
2021-01-18[ruby/irb] Stub a screen size for testsTakashi Kokubun
2021-01-18Avoid suppressing unrelated warningsTakashi Kokubun
2021-01-19test/ruby/test_jit.rb: Avoid a warningYusuke Endoh
2021-01-19test/ruby/test_pattern_matching.rb: Avoid a warningYusuke Endoh
2021-01-19Mark pattern labels as unremoveableVladimir Dementyev
2021-01-18Fix JIT link failuresTakashi Kokubun
2021-01-18[ruby/irb] skip a failling test on TruffleRubyNobuhiro IMAI
2021-01-18[ruby/irb] handle repeated exception separatelyNobuhiro IMAI
2021-01-18[ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI
2021-01-18[ruby/reline] Windows needs more times to wait renderingaycabta
2021-01-18[ruby/reline] Tests with yamatanooroti don't need chdiraycabta
2021-01-17Use the dedicated assertionNobuyoshi Nakada
2021-01-17Warn Struct#initialize with only keyword args (#4070)Takashi Kokubun
2021-01-17Fix Ripper with heredoc.manga_osyo
2021-01-16[ruby/bigdecimal] Fix for the coerce cases in divide and DoDivmodKenta Murata
2021-01-15Keep encoding in the result of File.expand_path [Bug #17517]Nobuyoshi Nakada
2021-01-14Make Module#prepend affect ancestor chain even if argument already included i...Jeremy Evans
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-13Guard callinfoAaron Patterson
2021-01-13Capture to reserved name variables if already defined [Bug #17533]Nobuyoshi Nakada
2021-01-13Positional and keyword arguments for timezone are exclusiveNobuyoshi Nakada
2021-01-13Added `in:` timezone option to `Time.new` [Feature #17485]Nobuyoshi Nakada
2021-01-13Make warning values consistent [Bug #17523]Nobuyoshi Nakada
2021-01-13Revert "[Bug #11213] let defined?(super) call respond_to_missing?"Nobuyoshi Nakada
2021-01-13Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada
2021-01-12Fix method protection for modules in the ancestry chain.Marc-Andre Lafortune
2021-01-13[ruby/bigdecimal] Allow digits=0 in BigDecimal(flt) and Float#to_dKenta Murata
2021-01-13Skip test when UDP server is no response.Hiroshi SHIBATA
2021-01-13[ruby/bigdecimal] Use pre-allocated objects for special valuesKenta Murata
2021-01-13[ruby/bigdecimal] Fix exception message raised in Kernel.BigDecimalKenta Murata
2021-01-13[ruby/reline] Move the cursor correctly when deleting at eolaycabta
2021-01-13[ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta
2021-01-12Fix the failing test with XDG_CONFIG_HOMEHiroshi SHIBATA
2021-01-12Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada
2021-01-12Convert time component strings to integers more strictlyNobuyoshi Nakada
2021-01-12Show seconds of utc_offset if not zeroNobuyoshi Nakada
2021-01-11Suppress constant redefinition warningsNobuyoshi Nakada
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
2021-01-09[ruby/bigdecimal] Add test cases of conversion from FloatKenta Murata
2021-01-09parse.y: handle "duplicated argument name" appropriately on ripper.yNobuhiro IMAI
2021-01-07[ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun
2021-01-08should use `assert_include` here.Koichi Sasada
2021-01-08[ruby/reline] Suppress auto indent for adding newlines in pastingaycabta