summaryrefslogtreecommitdiff
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* fix 6e271e4cbbe6a8bc4d4f75dc553ce054eae7af00Koichi Sasada2020-03-041-1/+1
* Run major GC to make sure the minor GC reasonKoichi Sasada2020-03-041-0/+1
* Run major GC to make sure the minor GC next time.Koichi Sasada2020-03-041-1/+2
* Don't tweak RubyVM compile options if it's not definedCharles Oliver Nutter2020-03-031-6/+10
* Suppress an "assigned but unused variable" warningYusuke Endoh2020-03-031-0/+1
* Preserve `kwarg` flag and fix up f5c904c2a9Nobuyoshi Nakada2020-03-031-0/+2
* Suppress "assigned but unused variable" warningsYusuke Endoh2020-03-021-0/+2
* Allow newlines inside braced patternNobuyoshi Nakada2020-03-021-0/+14
* Revert "show debug info."Koichi Sasada2020-03-021-1/+1
* show debug info.Koichi Sasada2020-03-021-1/+1
* Allow trailing comma in hash patternKazuki Tsujimoto2020-03-011-0/+9
* require enc/trans/single_byte in advance.Koichi Sasada2020-03-011-0/+1
* Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun2020-02-281-5/+27
* Avoid infinite loop on --jit-waitTakashi Kokubun2020-02-281-4/+26
* Moved not-implemented method tests [Bug #16662]Nobuyoshi Nakada2020-02-281-90/+0
* setup Other class.Koichi Sasada2020-02-281-0/+6
* Make Module#include affect the iclasses of the moduleJeremy Evans2020-02-271-0/+51
* should count only string.Koichi Sasada2020-02-251-2/+5
* Fixed symbol misused as IDNobuyoshi Nakada2020-02-241-0/+8
* Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada2020-02-231-0/+14
* Warn non-nil `$\` [Feature #14240]Nobuyoshi Nakada2020-02-231-2/+4
* Warn non-nil `$,` in `IO#print` tooNobuyoshi Nakada2020-02-231-1/+1
* Proc from Symbol needs a receiverNobuyoshi Nakada2020-02-221-2/+10
* * remove trailing spaces. [ci skip]git2020-02-221-1/+1
* Introduce disposable call-cache.Koichi Sasada2020-02-222-0/+67
* `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada2020-02-221-0/+7
* `Proc` made by `Symbol#to_proc` should be a lambda [Bug #16260]Nobuyoshi Nakada2020-02-221-0/+4
* TestTime#test_memsize: skip when on GC_DEBUG卜部昌平2020-02-201-0/+1
* Avoid jumping to a wrong destinationTakashi Kokubun2020-02-181-0/+10
* Pass keyword arguments to IOs properly [Bug #16639]Nobuyoshi Nakada2020-02-181-0/+7
* Get rid of warnings/exceptions at cleanupNobuyoshi Nakada2020-02-131-0/+3
* should be compared with called_idKoichi Sasada2020-02-131-3/+10
* Use inline cache for super callsJohn Hawthorn2020-02-131-0/+13
* Copy non-inlined encoding indexNobuyoshi Nakada2020-02-121-0/+2
* Make temporary lock string encoding freeNobuyoshi Nakada2020-02-121-1/+1
* Workaround of instance variable on hidden objectNobuyoshi Nakada2020-02-121-0/+12
* Isolate the test for Encoding#replicateNobuyoshi Nakada2020-02-121-0/+2
* Make yield in singleton class definitions in methods a SyntaxErrorJeremy Evans2020-02-111-1/+1
* Restart timer thread even after preparation failedNobuyoshi Nakada2020-02-111-0/+9
* Fixed duplicated warningNobuyoshi Nakada2020-02-101-0/+6
* test/ruby/test_thread_queue.rb: add a wait to yield a threadYusuke Endoh2020-02-091-0/+1
* Check if bindable against the refined target [Bug #16617]Nobuyoshi Nakada2020-02-091-0/+19
* Disable GC until VM objects get initialized [Bug #16616]Nobuyoshi Nakada2020-02-091-0/+1
* Show unmatched sequence on failureNobuyoshi Nakada2020-02-071-1/+2
* Made a test more robustNobuyoshi Nakada2020-02-071-4/+7
* Removed useless empty linesNobuyoshi Nakada2020-02-071-2/+0
* Add the loaded feature after no exception raisedNobuyoshi Nakada2020-02-041-0/+7
* Do not warn CR inside string literalNobuyoshi Nakada2020-02-041-2/+7
* Fix inaccuracy in encoding testsLars Kanis2020-02-041-4/+4
* Check type of empty keyword [Bug #16603]Seiei Miyagi2020-02-031-0/+6