summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2020-03-04fix 6e271e4cbbe6a8bc4d4f75dc553ce054eae7af00Koichi Sasada
2020-03-04Run major GC to make sure the minor GC reasonKoichi Sasada
2020-03-04Run major GC to make sure the minor GC next time.Koichi Sasada
2020-03-03Don't tweak RubyVM compile options if it's not definedCharles Oliver Nutter
2020-03-03Suppress an "assigned but unused variable" warningYusuke Endoh
2020-03-03Preserve `kwarg` flag and fix up f5c904c2a9Nobuyoshi Nakada
2020-03-02Suppress "assigned but unused variable" warningsYusuke Endoh
2020-03-02Allow newlines inside braced patternNobuyoshi Nakada
2020-03-02Revert "show debug info."Koichi Sasada
2020-03-02show debug info.Koichi Sasada
2020-03-01Allow trailing comma in hash patternKazuki Tsujimoto
2020-03-01require enc/trans/single_byte in advance.Koichi Sasada
2020-02-28Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun
2020-02-28Avoid infinite loop on --jit-waitTakashi Kokubun
2020-02-28Moved not-implemented method tests [Bug #16662]Nobuyoshi Nakada
2020-02-28setup Other class.Koichi Sasada
2020-02-27Make Module#include affect the iclasses of the moduleJeremy Evans
2020-02-25should count only string.Koichi Sasada
2020-02-24Fixed symbol misused as IDNobuyoshi Nakada
2020-02-23Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada
2020-02-23Warn non-nil `$\` [Feature #14240]Nobuyoshi Nakada
2020-02-23Warn non-nil `$,` in `IO#print` tooNobuyoshi Nakada
2020-02-22Proc from Symbol needs a receiverNobuyoshi Nakada
2020-02-22* remove trailing spaces. [ci skip]git
2020-02-22Introduce disposable call-cache.Koichi Sasada
2020-02-22`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada
2020-02-22`Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada
2020-02-20TestTime#test_memsize: skip when on GC_DEBUG卜部昌平
2020-02-18Avoid jumping to a wrong destinationTakashi Kokubun
2020-02-18Pass keyword arguments to IOs properly [Bug #16639]Nobuyoshi Nakada
2020-02-13Get rid of warnings/exceptions at cleanupNobuyoshi Nakada
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-12Workaround of instance variable on hidden objectNobuyoshi Nakada
2020-02-12Isolate the test for Encoding#replicateNobuyoshi Nakada
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-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-07Show unmatched sequence on failureNobuyoshi Nakada
2020-02-07Made a test more robustNobuyoshi Nakada
2020-02-07Removed useless empty linesNobuyoshi Nakada
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-03Check type of empty keyword [Bug #16603]Seiei Miyagi