summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2019-09-07 12:53:07 +0200
committerBenoit Daloze <eregontp@gmail.com>2019-09-07 12:53:47 +0200
commit324dd9d01f0c97631a2588f63231bcb651844cca (patch)
treefd897735f42040fe3cc2ff8c3054ab5349e877a0 /spec
parent5511213487f9e6c6bd23a227ee64f9c541680f02 (diff)
armv7l and armv7l are the same platform, generalize to armv7
[Bug #16007]
Diffstat (limited to 'spec')
-rw-r--r--spec/ruby/core/process/fixtures/clocks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/process/fixtures/clocks.rb b/spec/ruby/core/process/fixtures/clocks.rb
index 2b4916661c..92540ddd45 100644
--- a/spec/ruby/core/process/fixtures/clocks.rb
+++ b/spec/ruby/core/process/fixtures/clocks.rb
@@ -34,7 +34,7 @@ module ProcessSpecs
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)
}