summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix example fiber scheduler reg. writable eventsLars Kanis2021-08-262-1/+46
* Fix warnings in test_optimization.rbJeremy Evans2021-08-241-6/+7
* [ruby/fiddle] Simplify libc and libm path logics (https://github.com/ruby/fid...Nobuyoshi Nakada2021-08-241-6/+5
* [ruby/fiddle] Improve "offsetof" calculations (https://github.com/ruby/fiddle...Aaron Patterson2021-08-241-0/+33
* 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
* [ruby/error_highlight] Fixed the argument for DidYouMean.formatter=Yusuke Endoh2021-08-201-1/+1
* 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
* Extract the wrapped value when yydebug [Bug #18075]Nobuyoshi Nakada2021-08-151-0/+9
* Show verbose error messages when single pattern match failsKazuki Tsujimoto2021-08-151-0/+127
* [ruby/readline-ext] Give up Editlineaycabta2021-08-141-1/+1
* [ruby/reline] Add workspace member for the latest IRB's implementationaycabta2021-08-141-1/+1
* [ruby/reline] Remove private visibilityaycabta2021-08-141-1/+1
* 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
* Revert "Try to run test_interrupt_in_other_thread with Editline"aycabta2021-08-121-2/+3
* Try to run test_interrupt_in_other_thread with Editlineaycabta2021-08-121-3/+2
* Outer block is required to rescue Timeout::Erroraycabta2021-08-121-2/+2
* Add TODO comment to #test_interrupt_in_other_threadaycabta2021-08-111-0/+1
* Add comments about testing stepsaycabta2021-08-111-4/+6
* Put the result of the process into a variable onceaycabta2021-08-111-2/+4
* Stop exiting to show "SUCCESS"aycabta2021-08-111-1/+0
* Add logging about Errno::EPIPEaycabta2021-08-111-0/+1
* Write log to stdout immediatelyaycabta2021-08-111-1/+1
* Stop checking char from "read"aycabta2021-08-111-3/+6
* Break immediately if assertions finishedaycabta2021-08-111-0/+2
* Add "START" logaycabta2021-08-111-0/+1
* 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
* Add comment about I/O that is not ttyaycabta2021-08-101-0/+1
* Omit on Readline 7.0 because it's wrong behaviour for not TTY envaycabta2021-08-091-0/+1
* Extended logging for debugging readline failures.Samuel Williams2021-08-091-4/+7
* Rework the readline test to be more robust.Samuel Williams2021-08-091-46/+43
* Use #full_message instead of #backtrace_locationsaycabta2021-08-081-1/+1
* Show backtrace locations when I/O timed outaycabta2021-08-081-2/+2
* Use TERM=xterm for tests on Solarisaycabta2021-08-071-1/+1
* Set TERM env for some CI environmentsaycabta2021-08-072-2/+3
* 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
* Check the result of tigetstrNobuyoshi Nakada2021-08-061-0/+8
* test/reline/test_terminfo.rb: skip when setupterm failsYusuke Endoh2021-08-061-0/+2
* Show Readline::VERSION for debuggingaycabta2021-08-061-1/+1
* Omit test_interrupt_in_other_thread with Editlineaycabta2021-08-061-0/+1
* Fix reversal of assertion resultaycabta2021-08-061-1/+1