summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-02-13skip SEGV test if RUBY_ON_BUG is specifiedKoichi Sasada
2020-02-13should be compared with called_idKoichi Sasada
2020-02-13Use inline cache for super callsJohn Hawthorn
2020-02-12Copy non-inlined encoding indexNobuyoshi Nakada
2020-02-12Make temporary lock string encoding freeNobuyoshi Nakada
2020-02-12Add test_complete_symbolaycabta
2020-02-12test/rubygems: Try not only /usr/bin/env but also /bin/envYusuke Endoh
2020-02-12test/etc/test_etc.rb: skip some tests on AndroidYusuke Endoh
2020-02-12Workaround of instance variable on hidden objectNobuyoshi Nakada
2020-02-12Isolate the test for Encoding#replicateNobuyoshi Nakada
2020-02-12Revert "[ruby/irb] Add test_complete_symbol"Hiroshi SHIBATA
2020-02-12[ruby/irb] Fix auto indent with closed braceaycabta
2020-02-12[ruby/irb] Check doc namespace correctlyaycabta
2020-02-12[ruby/irb] Add test_complete_symbolaycabta
2020-02-11Make yield in singleton class definitions in methods a SyntaxErrorJeremy Evans
2020-02-11Restart timer thread even after preparation failedNobuyoshi Nakada
2020-02-10Fixed duplicated warningNobuyoshi Nakada
2020-02-09test/ruby/test_thread_queue.rb: add a wait to yield a threadYusuke Endoh
2020-02-09[ruby/readline-ext] Use require check instead of DONT_RUN_RELINE_TEST envaycabta
2020-02-09[ruby/readline-ext] Check TestRelineAsReadline existanceaycabta
2020-02-09Check if bindable against the refined target [Bug #16617]Nobuyoshi Nakada
2020-02-09Disable GC until VM objects get initialized [Bug #16616]Nobuyoshi Nakada
2020-02-07support multi-run test for test/did_you_mean/spell_checking/test_class_name_c...S-H-GAMELINKS
2020-02-07remove warning & support multi-run test for test/psych_test_yaml.rb (#2887)S.H
2020-02-07remove warning & support multi-run test for test/psych/visitors/test_to_ruby....S.H
2020-02-07Show unmatched sequence on failureNobuyoshi Nakada
2020-02-07Made a test more robustNobuyoshi Nakada
2020-02-07Removed useless empty linesNobuyoshi Nakada
2020-02-06Revert "[rubygems/rubygems] Fix require issue with file extension priority"Hiroshi SHIBATA
2020-02-06Revert to remove the query command of rubygems.Hiroshi SHIBATA
2020-02-06[rubygems/rubygems] Fix require issue with file extension priorityDavid Rodríguez
2020-02-06[rubygems/rubygems] Make non "test_" method privateDavid Rodríguez
2020-02-04Add the loaded feature after no exception raisedNobuyoshi Nakada
2020-02-04Do not warn CR inside string literalNobuyoshi Nakada
2020-02-04Fix inaccuracy in encoding testsLars Kanis
2020-02-03Fix SimpleDelegator respond_to? regressionJean Boussier
2020-02-03Check type of empty keyword [Bug #16603]Seiei Miyagi
2020-02-03test/rubygems/test_gem_remote_fetcher.rb: Remove a duplicated testYusuke Endoh
2020-02-01Merge the current master branch of rubygems/rubygems.Hiroshi SHIBATA
2020-01-30delegate.rb: fixed keyword arguments in DelegateClassNobuyoshi Nakada
2020-01-29Add more debug printKazuhiro NISHIYAMA
2020-01-29skip SEGV (BUG) tests if ENV['RUBY_ON_BUG'] is given.Koichi Sasada
2020-01-29support multi-run for test/ruby/enc/test_regex_casefold.rbKoichi Sasada
2020-01-29fix test cleanup.Koichi Sasada
2020-01-29Revert "srand() should not run in tests."Koichi Sasada
2020-01-29Revert "remove debug code."Koichi Sasada
2020-01-29restore $LOADED_FEATURES.Koichi Sasada
2020-01-29refactoring: use Proc and Constant.Koichi Sasada
2020-01-29ruby_reset_timezone resets leap_second_info.Tanaka Akira
2020-01-28remove debug code.Koichi Sasada