gnu: ruby-stackprof: Adjust skipped test on powerpc-linux.

* gnu/packages/ruby.scm (ruby-stackprof)[arguments]: On powerpc-linux
adjust the 'skip-dubious-test phase.
This commit is contained in:
Efraim Flashner 2022-03-16 15:07:59 +02:00
parent d74d18437e
commit 21457fb31e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -7500,7 +7500,8 @@ navigation capabilities to @code{pry}, using @code{byebug}.")
(modify-phases %standard-phases
(add-before 'check 'skip-dubious-test
(lambda _
,@(if (target-riscv64?)
,@(if (or (target-riscv64?)
(target-ppc32?))
;; This unreliable test can fail with "Expected 32 to be <= 25."
'((substitute* "test/test_stackprof.rb"
((".*assert_operator profile\\[:missed_samples.*") "")))