aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* thread_pthread.c: main thread always gets hit by signalsnormal2018-08-251-0/+20
* test/ruby/test_io.rb (test_recycled_fd_close): use IO#read to avoid ppoll callnormal2018-08-241-1/+1
* check trace flags at loading [Bug #14702]ko12018-08-231-0/+14
* test/ruby/test_io.rb (test_select_leak): quiet unused variable warningnormal2018-08-191-1/+1
* test/ruby/test_system.rb: suppress prompt and echo on Windowsnobu2018-08-181-0/+3
* passing non-stdio fds is not supported on Windowsnobu2018-08-171-1/+1
* process.c: defaults to close_others falsenormal2018-08-161-0/+9
* test_env.rb: change mingw branchk0kubun2018-08-151-4/+1
* skip tests failing on AppVeyor MinGWk0kubun2018-08-151-0/+3
* thread_pthread.c: eliminate timer thread by restructuring GVLnormal2018-08-133-7/+9
* Fix problem about notimplemented caseusa2018-08-131-33/+72
* Revert "Support optional inherit argument for Module#method_defined?"kazu2018-08-131-72/+33
* Support optional inherit argument for Module#method_defined?usa2018-08-131-33/+72
* test_rubyvm_mjit.rb: skip testing MJIT if not supportedk0kubun2018-08-111-0/+6
* test_env.rb: a failure on appveyornobu2018-08-111-1/+1
* test_rubyvm_mjit.rb: dump output on test_pausek0kubun2018-08-111-1/+4
* hash.c: env block size limit on Windowsnobu2018-08-111-4/+14
* _mjit_compile_pc_and_sp.erb: always move pck0kubun2018-08-111-0/+19
* enumerator.c: fix for non-integral argument for ArithmeticSequence#lastmrkn2018-08-101-0/+24
* enumerator.c: undef new and allocate of ArithmeticSequencemrkn2018-08-091-0/+8
* mjit.c: add :wait option to RubyVM::MJIT.pausek0kubun2018-08-092-23/+52
* Fix error when Encoding.default_external is Encoding::IBM437kazu2018-08-091-5/+5
* Skip test_inplace_nonascii if external encoding is us-asciikazu2018-08-091-0/+3
* add 'x' mode character for O_EXCLkazu2018-08-091-0/+8
* io.c: fix non-ascii filename inplace editnobu2018-08-091-2/+19
* mjit.c: initial support for mswin MJITk0kubun2018-08-071-0/+44
* enumerator.c: Introduce Enumerator::ArithmeticSequencemrkn2018-08-064-4/+383
* thread_pthread.c: restore timer-thread for now :<normal2018-08-063-9/+7
* test/ruby/test_thread.rb (test_thread_timer_and_interrupt): add timeoutsnormal2018-08-051-2/+3
* test/ruby/test_process.rb (test_wait_and_sigchld): allow extra SIGCHLDnormal2018-08-051-1/+5
* test/ruby/test_io.rb (test_select_leak): speedup and reduce memory usenormal2018-08-041-5/+20
* test/ruby/test_thread.rb (test_thread_interrupt_for_killed_thread): conserve ...normal2018-08-041-0/+1
* test/ruby/test_io.rb (test_race_gets_and_close): timeout each threadnormal2018-08-041-4/+5
* ast.c: allocator of Nodenobu2018-08-031-0/+4
* random.c: endless range randomnobu2018-08-031-0/+1
* test_jit.rb: split the test concernk0kubun2018-08-021-14/+17
* Move obsoleted test/thread/test_*.rb with the current implementation.hsbt2018-07-312-0/+863
* test/ruby/test_io.rb (test_race_gets_and_close): use SIGABRT on timeoutnormal2018-07-311-1/+1
* thread_pthread: remove timer-thread by restructuring GVLnormal2018-07-291-1/+1
* test/ruby/test_process.rb (test_wait_and_sigchld): improve reliabilitynormal2018-07-291-14/+16
* test_jit.rb: skip known test failure on MinGWk0kubun2018-07-291-0/+4
* test_jit.rb: use the appropiate namek0kubun2018-07-291-1/+1
* mjit.c: disable compaction on empty queue w/ --jit-waitk0kubun2018-07-291-3/+6
* mjit.c: introduce JIT compaction [experimental]k0kubun2018-07-281-2/+11
* mjit.c: keep all .o filesk0kubun2018-07-271-18/+23
* test_jit.rb: test unload_unitsk0kubun2018-07-271-0/+23
* ruby.c: taint ARGV on Windowsnobu2018-07-271-0/+7
* test/ruby/test_io.rb (test_select_leak): skip with MJITnormal2018-07-251-0/+1
* test_jit.rb: give up debugging cc1 issuek0kubun2018-07-241-15/+13
* test_jit.rb: suppress unused variable warningk0kubun2018-07-241-1/+1