summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-08-31[rubygems/rubygems] Refactor reseting `RUBYGEMS_GEMDEPS` in testsDavid Rodríguez
2021-08-31[rubygems/rubygems] Use `Gem.use_gemdeps` only from binstubsDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove misleading commentDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary spec manipulationDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove redundant part of error messageDavid Rodríguez
2021-08-31Omit some tests until debugging is completeaycabta
2021-08-31[Feature #16972] Add mode: option to Pathname#mkpathNobuyoshi Nakada
2021-08-30[ruby/irb] Relax backtrace nest levelsNobuyoshi Nakada
2021-08-30[ruby/irb] Added the extra stdout message with test-unitHiroshi SHIBATA
2021-08-30[ruby/irb] Use capture_output instead of capture_ioHiroshi SHIBATA
2021-08-30[ruby/irb] Use pend instead of skipHiroshi SHIBATA
2021-08-30Add --autocomplete / --noautocomplete optionsaycabta
2021-08-30[ruby/reline] Disable autocompletion in testsaycabta
2021-08-30[ruby/irb] Remove path settings for debuggingaycabta
2021-08-29Support tracing of attr_reader and attr_writerJeremy Evans
2021-08-29[ruby/reline] Fix tests so that the completion journey starts on first C-n/C-paycabta
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-26Fix example fiber scheduler reg. writable eventsLars Kanis
2021-08-24Fix warnings in test_optimization.rbJeremy Evans
2021-08-24[ruby/fiddle] Simplify libc and libm path logics (https://github.com/ruby/fid...Nobuyoshi Nakada
2021-08-24[ruby/fiddle] Improve "offsetof" calculations (https://github.com/ruby/fiddle...Aaron Patterson
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-20[ruby/error_highlight] Fixed the argument for DidYouMean.formatter=Yusuke Endoh
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-15Extract the wrapped value when yydebug [Bug #18075]Nobuyoshi Nakada
2021-08-15Show verbose error messages when single pattern match failsKazuki Tsujimoto
2021-08-14[ruby/readline-ext] Give up Editlineaycabta
2021-08-14[ruby/reline] Add workspace member for the latest IRB's implementationaycabta
2021-08-14[ruby/reline] Remove private visibilityaycabta
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-12Revert "Try to run test_interrupt_in_other_thread with Editline"aycabta
2021-08-12Try to run test_interrupt_in_other_thread with Editlineaycabta
2021-08-12Outer block is required to rescue Timeout::Erroraycabta
2021-08-11Add TODO comment to #test_interrupt_in_other_threadaycabta
2021-08-11Add comments about testing stepsaycabta
2021-08-11Put the result of the process into a variable onceaycabta
2021-08-11Stop exiting to show "SUCCESS"aycabta
2021-08-11Add logging about Errno::EPIPEaycabta
2021-08-11Write log to stdout immediatelyaycabta
2021-08-11Stop checking char from "read"aycabta
2021-08-11Break immediately if assertions finishedaycabta
2021-08-11Add "START" logaycabta