aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core
Commit message (Expand)AuthorAgeFilesLines
* fix typo of r66177naruse2018-12-041-1/+1
* Use getent and cut on Solaris to get home directorynaruse2018-12-041-2/+8
* Use Dir.home to avoid platform dependencynaruse2018-12-041-1/+1
* Use /bin/echo instead of shell builtin echonaruse2018-12-032-2/+2
* spec/ruby/core/io/*_spec.rb: explain MJIT failuresnormal2018-12-032-6/+6
* Revert "using_spec.rb: skip broken test for MinGW for now"k0kubun2018-11-291-9/+7
* using_spec.rb: skip broken test for MinGW for nowk0kubun2018-11-281-7/+9
* Update to ruby/spec@cdd6ff7eregon2018-11-2748-25/+439
* restore using_spec.rbko12018-11-271-2/+0
* enable another assertionko12018-11-271-3/+2
* enable at least one behaviorko12018-11-271-1/+1
* to debug https://ci.appveyor.com/project/ruby/ruby/builds/20566898/job/hda294...ko12018-11-271-0/+2
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-222-2/+0
* Enable refinements at Object#respond_to?nobu2018-11-221-11/+32
* Enable refinements to public_send.nobu2018-11-221-0/+18
* Skip known MJIT random test failuresk0kubun2018-11-202-14/+22
* io.c: ungetbyte silently ignores upper bitsshyouhei2018-11-191-3/+19
* Refine Timezone class in test-specnobu2018-11-042-2/+15
* spec/../shared/exit.rb: move the mingw guard to herek0kubun2018-10-272-5/+7
* Update to ruby/spec@8b743a3eregon2018-10-2750-100/+574
* Spec: Fix spec/ruby/core/array/reject_spec.rb & miscmarcandre2018-10-162-9/+8
* kill_spec.rb: exclude spec unstable on MinGWk0kubun2018-10-131-13/+17
* spec: add comments to re-enable specs for MinGW [ci skip]k0kubun2018-10-102-0/+4
* terminate_spec.rb: exclude unstable spec for MinGWk0kubun2018-10-101-1/+3
* Timezone at Time#+ and Time#-nobu2018-10-081-0/+13
* Timezone support by Time [Feature #14850]nobu2018-10-082-0/+29
* add_spec.rb: skip unstable spec on mingwk0kubun2018-10-071-16/+18
* Revert search_convpath specshirosaki2018-09-291-1/+1
* Use String arguments for #search_convpatheregon2018-09-261-9/+3
* Update to ruby/spec@241f9e7eregon2018-09-2575-199/+1224
* Enumerable#to_h with block and so onnobu2018-09-205-0/+42
* Lazy Enumerator reduce intermediate array creationnobu2018-09-181-11/+0
* Tests of Enumerator::Yielder#yield with multiple argumentsnobu2018-09-181-0/+7
* Alias Struct#select as Struct#filter. Patch by Kenichi Kamiya.marcandre2018-09-163-22/+39
* rid of warnings [Fix GH-1953]nobu2018-09-154-16/+28
* Spec updates [Bug #15060] [Fix GH-1495]nobu2018-09-041-7/+24
* Update to ruby/spec@09fa86ceregon2018-08-275-1/+70
* spec/ruby/core/io/select_spec.rb: workaround stuck IO.selectnormal2018-08-201-5/+9
* Always set autoclose=false for IO.for_fd fdseregon2018-08-181-1/+2
* Add version guards for Enumerator::ArithmeticSequenceeregon2018-08-173-27/+77
* process.c: fix rubyspec of Process.groupsmrkn2018-08-101-2/+2
* Add colon to avoid chkbuild's alertnaruse2018-08-081-1/+1
* enumerator.c: Introduce Enumerator::ArithmeticSequencemrkn2018-08-063-23/+18
* Update to ruby/spec@9be7c7eeregon2018-08-0335-93/+709
* process.c (rb_f_exec): pause MJIT before replacing processnormal2018-07-071-2/+1
* wait2_spec.rb: skip leak checker for nowk0kubun2018-07-071-1/+2
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-053-112/+118
* Revert r63758 and related commitsnaruse2018-07-043-118/+112
* time.c: [DOC] Time#localtimenobu2018-07-021-0/+13
* Update to ruby/spec@a454137eregon2018-06-2735-34/+149