Go to file
David Abdurachmanov 3e5b20e2a9
Disable clocks on riscv64
https://bugs.ruby-lang.org/issues/16007
324dd9d01f

1)
Process.clock_getres matches the clock in practice for Process::CLOCK_PROCESS_CPUTIME_ID FAILED
Expected 10000 == 10000
to be falsy but was true
/builddir/build/BUILD/ruby-2.7.1/spec/ruby/core/process/clock_getres_spec.rb:27:in `block (4 levels) in <top (required)>'
/builddir/build/BUILD/ruby-2.7.1/spec/ruby/core/process/clock_getres_spec.rb:4:in `<top (required)>'
2)
Process.clock_getres matches the clock in practice for Process::CLOCK_THREAD_CPUTIME_ID FAILED
Expected 10000 == 10000
to be falsy but was true
/builddir/build/BUILD/ruby-2.7.1/spec/ruby/core/process/clock_getres_spec.rb:27:in `block (4 levels) in <top (required)>'
/builddir/build/BUILD/ruby-2.7.1/spec/ruby/core/process/clock_getres_spec.rb:4:in `<top (required)>'
Finished in 2010.323383 seconds
3746 files, 30427 examples, 111183 expectations, 2 failures, 0 errors, 3 tagged
make: *** [uncommon.mk:823: yes-test-spec] Error 1

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-05-02 22:24:17 +03:00
.gitignore Upgrade to Ruby 2.3.0. 2016-01-05 11:00:48 +01:00
abe2e7de4d1f2d5861d7c9ab9c7e778f2ee1dcd2.patch Fix atomic detection for RISC-V (riscv64) 2020-04-20 11:00:53 +03:00
libruby.stp Add TapSet for Ruby. 2013-02-22 14:17:04 +01:00
macros.ruby Add %{ruby_default_filter} macro. 2013-04-30 14:42:13 +02:00
macros.rubygems Upgrade to Ruby 2.7.0. 2020-01-15 16:26:13 +01:00
operating_system.rb Fix: return default path with nonexistent home dir 2018-10-23 13:12:19 +02:00
ruby-1.9.3-mkmf-verbose.patch Upgrade to Ruby 2.7.0. 2020-01-15 16:26:13 +01:00
ruby-2.1.0-always-use-i386.patch Upgrade to Ruby 2.7.0. 2020-01-15 16:26:13 +01:00
ruby-2.1.0-custom-rubygems-location.patch Upgrade to Ruby 2.7.1. 2020-04-01 21:06:53 +02:00
ruby-2.1.0-Enable-configuration-of-archlibdir.patch Upgrade to Ruby 2.7.0. 2020-01-15 16:26:13 +01:00
ruby-2.1.0-Prevent-duplicated-paths-when-empty-version-string-i.patch Upgrade to Ruby 2.7.0. 2020-01-15 16:26:13 +01:00
ruby-2.3.0-ruby_version.patch Upgrade to Ruby 2.7.1. 2020-04-01 21:06:53 +02:00
ruby-2.3.1-Rely-on-ldd-to-detect-glibc.patch Upgrade to Ruby 2.7.0. 2020-01-15 16:26:13 +01:00
ruby-2.6.0-config-support-include-directive.patch Fix ".include =" support in openssl.cnf. 2019-03-05 10:39:40 +01:00
ruby-2.7.0-Initialize-ABRT-hook.patch Upgrade to Ruby 2.7.0. 2020-01-15 16:26:13 +01:00
ruby-2.7.0-Remove-RubyGems-dependency.patch Upgrade to Ruby 2.7.1. 2020-04-01 21:06:53 +02:00
ruby-2.7.1-disable-riscv64-clocks.patch Disable clocks on riscv64 2020-05-02 22:24:17 +03:00
ruby-2.8.0-Brace-the-fact-that-lchmod-can-EOPNOTSUPP.patch Upgrade to Ruby 2.7.1. 2020-04-01 21:06:53 +02:00
ruby-2.8.0-Moved-not-implemented-method-tests.patch Upgrade to Ruby 2.7.1. 2020-04-01 21:06:53 +02:00
ruby-2.8.0-remove-unneeded-gem-require-for-ipaddr.patch Prevent issues with openssl loading when RubyGems are disabled. 2020-04-15 18:48:14 +02:00
ruby-exercise.stp Add missing ruby-exercise.stp file. 2013-02-22 14:17:53 +01:00
ruby.spec Disable clocks on riscv64 2020-05-02 22:24:17 +03:00
rubygems.attr Add conflicts RPM generator. 2018-02-13 13:50:15 +01:00
rubygems.con Add conflicts RPM generator. 2018-02-13 13:50:15 +01:00
rubygems.prov Upgrade to Ruby 2.6.0. 2019-01-17 08:31:01 +01:00
rubygems.req Extract composition of dependecy strings into helper. 2019-01-24 10:38:43 +01:00
sources Upgrade to Ruby 2.7.1. 2020-04-01 21:06:53 +02:00
test_abrt.rb Move the ABRT hook test into separate file. 2015-12-13 19:36:58 +01:00
test_systemtap.rb Upgrade to Ruby 2.4.0. 2017-01-09 15:58:21 +01:00