Skip to content

Commit

Permalink
armv7l and armv7l are the same platform, generalize to armv7
Browse files Browse the repository at this point in the history
[Bug #16007]
  • Loading branch information
eregon committed Sep 7, 2019
1 parent 5511213 commit 324dd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/core/process/fixtures/clocks.rb
Expand Up @@ -34,7 +34,7 @@ def self.clock_constants_for_resolution_checks
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)
}
Expand Down

0 comments on commit 324dd9d

Please sign in to comment.