summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-05-26Add FrozenError#receiverJeremy Evans
2019-05-26Refactor IRB color dispatchTakashi Kokubun
2019-05-27Support :@@cvar and : on colorizeaycabta
2019-05-26Make the imaginary color on IRB close to pryTakashi Kokubun
2019-05-27parse.y: broke the terminator condition downNobuyoshi Nakada
2019-05-26Colorize imaginary and rational literalsNobuyoshi Nakada
2019-05-26parse.y: adjust error indicatorNobuyoshi Nakada
2019-05-26test/ruby/test_notimp.rb: Use EnvUtil.timeout for timeout scale factorNobuyoshi Nakada
2019-05-26test/ruby/test_process.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh
2019-05-26test/lib/envutil.rb (EnvUtil.timeout): added.Yusuke Endoh
2019-05-26Fix scanner event at invalid syntaxNobuyoshi Nakada
2019-05-26test/rubygems/test_gem_stream_ui.rb (test_ask): extend the timeoutYusuke Endoh
2019-05-25Handle keyword symbol in IRB::Color::SymbolStateTakashi Kokubun
2019-05-25Deal with more syntax highlight edge casesTakashi Kokubun
2019-05-25Fix more unintended syntax highlightsTakashi Kokubun
2019-05-25Always color Symbol as Yellow on IRB::ColorTakashi Kokubun
2019-05-26test/ruby/test_rubyoptions.rb (test_script_from_stdin): scale timeoutYusuke Endoh
2019-05-25Colorize empty embexpr more on IRB::ColorTakashi Kokubun
2019-05-25Support some unhandled syntax highlightTakashi Kokubun
2019-05-25Clear IRB::Color escape sequence before newlineTakashi Kokubun
2019-05-25Add and use Reline::Unicode.escape_for_printTakashi Kokubun
2019-05-24Incremental syntax highlight for IRB source linesTakashi Kokubun
2019-05-25Avoid to show warning message with unused variable.Hiroshi SHIBATA
2019-05-24Support Meta key in Relineaycabta
2019-05-24Mixed encoding error can continue to parseNobuyoshi Nakada
2019-05-24test/ruby/test_gc.rb (test_gc_stress_at_startup): extend time timeoutYusuke Endoh
2019-05-23Test GC.compact with MJIT againTakashi Kokubun
2019-05-23Add `Time#ceil`.manga_osyo
2019-05-23Test GC.compact on MJIT againTakashi Kokubun
2019-05-23Adding Enumerable#filter_mapAlfonso Jiménez
2019-05-22Fix mixed encoding in heredocJeremy Evans
2019-05-22Skip assertion in readline test if Readline version is 4.3Jeremy Evans
2019-05-23Do not kick finalizers on rb_gc().Koichi Sasada
2019-05-23range.c (inspect_range): omit beginless "nil"Yusuke Endoh
2019-05-23hash.c (rb_hash_s_create): Reject `Hash[[nil]]`Yusuke Endoh
2019-05-22Use Reline.test_mode in Reline's test tooaycabta
2019-05-21Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun
2019-05-21re-skip tests of GC.compact.Koichi Sasada
2019-05-21Support DEL keyaycabta
2019-05-21enable test for GC.compact to reproduce an issue on CIKoichi Sasada
2019-05-21Do not modify shared arrayNobuyoshi Nakada
2019-05-21Simplified the guard against old versionsNobuyoshi Nakada
2019-05-21Add "require 'irb'" to use IRB.confaycabta
2019-05-18Add Reline.test_mode to use with special I/Oaycabta
2019-05-18skip a test to pass CIs.Koichi Sasada
2019-05-18Add test for UNTILNobuyoshi Nakada
2019-05-18Distinguish pre-condition and post-condition loopsNobuyoshi Nakada
2019-05-18Remove parent namespace from Readline test classesaycabta
2019-05-17skip tests for GC.compact to pass CI.Koichi Sasada
2019-05-17Test to disable ASCII-only optimizationNobuyoshi Nakada