ruby-changes:57646
From: Benoit <ko1@a...>
Date: Sat, 7 Sep 2019 19:55:53 +0900 (JST)
Subject: [ruby-changes:57646] 324dd9d01f (master): armv7l and armv7l are the same platform, generalize to armv7
https://git.ruby-lang.org/ruby.git/commit/?id=324dd9d01f From 324dd9d01f0c97631a2588f63231bcb651844cca Mon Sep 17 00:00:00 2001 From: Benoit Daloze <eregontp@g...> Date: Sat, 7 Sep 2019 12:53:07 +0200 Subject: armv7l and armv7l are the same platform, generalize to armv7 [Bug #16007] diff --git a/spec/ruby/core/process/fixtures/clocks.rb b/spec/ruby/core/process/fixtures/clocks.rb index 2b49166..92540dd 100644 --- a/spec/ruby/core/process/fixtures/clocks.rb +++ b/spec/ruby/core/process/fixtures/clocks.rb @@ -34,7 +34,7 @@ module ProcessSpecs https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/process/fixtures/clocks.rb#L34 end # These clocks in practice on ARM on Linux do not seem to match their reported resolution. - platform_is :armv7l, :aarch64 do + platform_is :armv7, :aarch64 do clocks = clocks.reject { |clock, value| [:CLOCK_PROCESS_CPUTIME_ID, :CLOCK_THREAD_CPUTIME_ID, :CLOCK_MONOTONIC_RAW].include?(clock) } -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/