Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-02 | Removed Solaris conditions from core directory | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/13037 | |||
2024-02-05 | Update to ruby/spec@3fc4444 | Benoit Daloze | |
2023-04-25 | Update to ruby/spec@7f69c86 | Benoit Daloze | |
2020-03-28 | Remove Process.clock_getres "matches the resolution in practice" specs | Benoit Daloze | |
* Almost all platforms return incorrect values for Process.clock_getres, it should be removed: https://bugs.ruby-lang.org/issues/16740 | |||
2019-11-30 | Update to ruby/spec@4eec3dc | Benoit Daloze | |
2019-11-06 | Exclude some clocks on armv8 too | Benoit Daloze | |
* See https://bugs.ruby-lang.org/issues/16234#note-16 | |||
2019-09-07 | armv7l and armv7l are the same platform, generalize to armv7 | Benoit Daloze | |
[Bug #16007] | |||
2019-06-27 | Update to ruby/spec@8d74d49 | Benoit Daloze | |
2019-05-24 | Only exclude the failing clocks for Process.clock_getres specs on AIX | Benoit Daloze | |
* https://rubyci.org/logs/rubyci.s3.amazonaws.com/aix71_ppc/ruby-trunk/log/20190522T103301Z.fail.html.gz | |||
2019-05-20 | Remove redundant ignore rule for Process#clock_getres specs | Benoit Daloze | |
2019-05-20 | Move exclusion for Hyper-V next to other skipped constants | Benoit Daloze | |
2019-04-28 | CLOCK_MONOTONIC_RAW_APPROX seems less precise than advertised on macOS | Benoit Daloze | |
* https://travis-ci.org/ruby/ruby/builds/525651487 | |||
2019-04-28 | Move the check for CentOS CLOCK_MONOTONIC_RAW next to others | Benoit Daloze | |
* Fixes "No behavior expectation was found in the example" * https://rubyci.org/logs/rubyci.s3.amazonaws.com/centos6/ruby-trunk/log/20190428T093004Z.fail.html.gz | |||
2019-04-28 | Skip CLOCK_UPTIME_RAW_APPROX since it seems less precise than advertised on ↵ | Benoit Daloze | |
macOS * See https://travis-ci.org/ruby/ruby/jobs/525595997 | |||
2019-04-28 | Add missing platform guard | Benoit Daloze | |
2019-04-28 | Skip problematic Process.clock_getres specs on ARM | Benoit Daloze | |
* https://rubyci.org/logs/rubyci.s3.amazonaws.com/scw-9d6766/ruby-trunk/log/20190428T051708Z.fail.html.gz * https://rubyci.org/logs/rubyci.s3.amazonaws.com/scw-ad7f67/ruby-trunk/log/20190428T045405Z.fail.html.gz | |||
2019-04-28 | Refactor logic in Process.clock_gettime spec | Benoit Daloze | |
2019-04-28 | Fix typo in spec | Benoit Daloze | |
2019-04-27 | Update to ruby/spec@15c9619 | Benoit Daloze | |
2019-01-20 | Update to ruby/spec@35a9fba | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2018-08-18 | Always set autoclose=false for IO.for_fd fds | eregon | |
* I believe this should be default behavior, see [Feature #2250]. * Now make test-spec MSPECOPT='-R100 spec/ruby/library/socket' works fine. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2017-09-20 | Move spec/rubyspec to spec/ruby for consistency | eregon | |
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |