summaryrefslogtreecommitdiff
path: root/spec/ruby/core/process
AgeCommit message (Expand)Author
2019-11-30Update to ruby/spec@4eec3dcBenoit Daloze
2019-11-06Exclude some clocks on armv8 tooBenoit Daloze
2019-11-06Fix spawn_spec.rb for Travis arm64 environment.Jun Aruga
2019-09-09Make test-all and test-spec runnable on AndroidYusuke Endoh
2019-09-07armv7l and armv7l are the same platform, generalize to armv7Benoit Daloze
2019-07-27Update to ruby/spec@875a09eBenoit Daloze
2019-07-16Removed twisted testsNobuyoshi Nakada
2019-06-27Update to ruby/spec@8d74d49Benoit Daloze
2019-06-06Make specs pass on OpenBSDJeremy Evans
2019-05-24Add notes for the Process#clock_getres specBenoit Daloze
2019-05-24Only exclude the failing clocks for Process.clock_getres specs on AIXBenoit Daloze
2019-05-24Skip the Process.clock_getres spec on AIXYusuke Endoh
2019-05-20Remove redundant ignore rule for Process#clock_getres specsBenoit Daloze
2019-05-20Move exclusion for Hyper-V next to other skipped constantsBenoit Daloze
2019-05-20skip a test for CLOCK_MONOTONIC_RAW.Koichi Sasada
2019-04-30Skip the spec on Windows because RUBY_EXE is RUNRUBY and it calls ruby as gra...NAKAMURA Usaku
2019-04-28CLOCK_MONOTONIC_RAW_APPROX seems less precise than advertised on macOSBenoit Daloze
2019-04-28Update to ruby/spec@7de852dBenoit Daloze
2019-04-28Move the check for CentOS CLOCK_MONOTONIC_RAW next to othersBenoit Daloze
2019-04-28Skip CLOCK_UPTIME_RAW_APPROX since it seems less precise than advertised on m...Benoit Daloze
2019-04-28Exclude failing Process.clock_getres specs on AIXBenoit Daloze
2019-04-28Add missing platform guardBenoit Daloze
2019-04-28Skip problematic Process.clock_getres specs on ARMBenoit Daloze
2019-04-28Workaround a CentOS bug in Process.clock_getres specsBenoit Daloze
2019-04-28Refactor logic in Process.clock_gettime specBenoit Daloze
2019-04-28Fix typo in specBenoit Daloze
2019-04-28Skip the entire Process.clock_getres spec on FreeBSDBenoit Daloze
2019-04-27Some Solaris versions seem to only provide millisecond accuracy for CLOCK_REA...Benoit Daloze
2019-04-27Skip clock_getres spec on BSDBenoit Daloze
2019-04-27Update to ruby/spec@15c9619Benoit Daloze
2019-02-07Update to ruby/spec@6cf8ebeeregon
2019-01-20Update to ruby/spec@35a9fbaeregon
2018-12-30Exclude Solaris in Process.clock_gettime specseregon
2018-12-30Revert "clock_gettime_spec.rb: exclude invalid clocks for Solaris"eregon
2018-12-30clock_gettime_spec.rb: exclude invalid clocks for Solarisk0kubun
2018-12-30Update to ruby/spec@2d89e48eregon
2018-12-29Skip specs on AIX as it doesn't have /dev/fderegon
2018-12-29Reenable spec on Solaris to find out which clocks fail on Solariseregon
2018-12-29Exclude CLOCKs which require special permissions in Process.clock_gettime specseregon
2018-12-29Reenable spec on Linux to find out which clocks fail on RHELeregon
2018-12-29Refactor Process.clock_gettime spec to give more information when it failseregon
2018-12-29clock_gettime_spec.rb: add more platform guards for RubyCIk0kubun
2018-12-29spawn_spec.rb: add missing platform guardk0kubun
2018-12-29clock_gettime_spec.rb: skip a new spec broken on solarisk0kubun
2018-12-29Update to ruby/spec@c8b36c4eregon
2018-12-29Update to ruby/spec@944ea57eregon
2018-12-26spec/ruby/core/process/setpriority_spec.rb: allow to run under dockermame
2018-11-27Update to ruby/spec@cdd6ff7eregon
2018-08-18Always set autoclose=false for IO.for_fd fdseregon
2018-08-10process.c: fix rubyspec of Process.groupsmrkn