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:
parent
d74d18437e
commit
21457fb31e
1 changed files with 2 additions and 1 deletions
|
@ -7500,7 +7500,8 @@ navigation capabilities to @code{pry}, using @code{byebug}.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'skip-dubious-test
|
(add-before 'check 'skip-dubious-test
|
||||||
(lambda _
|
(lambda _
|
||||||
,@(if (target-riscv64?)
|
,@(if (or (target-riscv64?)
|
||||||
|
(target-ppc32?))
|
||||||
;; This unreliable test can fail with "Expected 32 to be <= 25."
|
;; This unreliable test can fail with "Expected 32 to be <= 25."
|
||||||
'((substitute* "test/test_stackprof.rb"
|
'((substitute* "test/test_stackprof.rb"
|
||||||
((".*assert_operator profile\\[:missed_samples.*") "")))
|
((".*assert_operator profile\\[:missed_samples.*") "")))
|
||||||
|
|
Reference in a new issue