aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Skip known MJIT random test failuresk0kubun2018-11-202-0/+9
* process.c: do not try to pause MJITk0kubun2018-11-201-2/+0
* test_process.rb: Process.daemon seems irrelevant [ci skip]k0kubun2018-11-191-2/+2
* revert r65807k0kubun2018-11-191-0/+2
* string.c: setbyte silently ignores upper bitsshyouhei2018-11-191-0/+11
* test_jit.rb: loosen output checkk0kubun2018-11-181-2/+1
* test_jit.rb: dump information to debug test failurek0kubun2018-11-181-4/+5
* mjit_worker.c: support MJIT in forked Ruby processk0kubun2018-11-181-2/+38
* test_jit.rb: fix typo [ci skip]k0kubun2018-11-181-1/+1
* Test for undef'ed method in class hierachyk0kubun2018-11-161-1/+1
* pack.c: refine warningnobu2018-11-161-0/+7
* appveyor.yml: run memory-exchausting test separatelyk0kubun2018-11-131-1/+0
* test_array.rb: try to avoid NoMemoryError on AppVeyork0kubun2018-11-131-0/+1
* Export rb_flo_div_flo for MJITnobu2018-11-121-0/+1
* Get rid of setting SCRIPT_LINES__ by AST.parsenobu2018-11-091-0/+14
* Rename `AST` module to `AbstractSyntaxTree`yui-knk2018-11-091-21/+21
* refine parse_ratnobu2018-11-081-0/+3
* Generalize r65594nobu2018-11-071-2/+4
* Rename get/setinlinecache to opt_get/opt_setinlinecachemame2018-11-071-1/+1
* test_process.rb: avoid test failure by r65588k0kubun2018-11-071-0/+1
* Fix TracePoint for nested iseq loaded from binary [Bug#14702]ko12018-11-061-8/+69
* Don't set throw data as cause [Bug #15282]naruse2018-11-051-0/+6
* Implement `RubyVM::AST.of` [Feature #14836]yui-knk2018-11-051-0/+12
* parse.y: last node of NODE_ARRAYnobu2018-10-311-0/+4
* parse.y: last location from bisonnobu2018-10-301-0/+5
* support theap for T_HASH. [Feature #14989]ko12018-10-301-0/+1
* introduce TransientHeap. [Bug #14858]ko12018-10-301-0/+15
* revert r65444 and r65446 because of commit missko12018-10-301-15/+0
* introduce TransientHeap. [Bug #14858]ko12018-10-301-0/+15
* Revert "Add test for cause on pty"naruse2018-10-281-49/+0
* Add test for cause on ptynaruse2018-10-281-0/+49
* time.c: added Time::TM#+ and Time::TM#-nobu2018-10-281-9/+2
* fix testnaruse2018-10-271-3/+3
* Print exception's cause like Javanaruse2018-10-271-0/+32
* test_io.rb: skip busy wait test againk0kubun2018-10-271-0/+1
* hash.c: aset deduplicates un-tainted stringnormal2018-10-261-0/+18
* parse.y: remove "shadowing outer local variable" warningmame2018-10-262-18/+2
* Revert "parse.y: remove "shadowing outer local variable" warning"mame2018-10-262-2/+18
* parse.y: remove "shadowing outer local variable" warningmame2018-10-262-18/+2
* Update for tzdata-2018fnobu2018-10-261-3/+9
* _mjit_compile_ivar.erb: cancel on undefined ivark0kubun2018-10-241-0/+21
* test_jit.rb: test newhashfromarrayk0kubun2018-10-241-0/+4
* compile.c: fix peephole optimizationnobu2018-10-241-0/+6
* test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun2018-10-232-2/+0
* revisit more MJIT test skipsk0kubun2018-10-224-15/+5
* test/ruby/test_string.rb: skip test_crypt for MJIT againk0kubun2018-10-222-1/+2
* revert r65292 and r65297k0kubun2018-10-222-6/+0
* Set the size of a new enumerator created by Enumerator#each with arguments to...knu2018-10-221-2/+5
* test_thread.rb: another temporary skip for MJITk0kubun2018-10-221-0/+2
* time.c: optional arguments of Time::TM#initializenobu2018-10-221-1/+1