[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/100: gnu: ruby-stackprof: Always skip the GC test.
From: |
guix-commits |
Subject: |
82/100: gnu: ruby-stackprof: Always skip the GC test. |
Date: |
Mon, 10 Jul 2023 03:27:38 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit d3d4cdf26096f306b8c73286a9ce5e640c1b51af
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Jun 30 10:44:13 2023 +0100
gnu: ruby-stackprof: Always skip the GC test.
As this is very flaky.
* gnu/packages/ruby.scm (ruby-stackprof)[arguments]: Tweak skipping tests.
---
gnu/packages/ruby.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 024e436664..68db28eb17 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9213,15 +9213,12 @@ navigation capabilities to @code{pry}, using
@code{byebug}.")
"mocha>.freeze, [\"> 0.14\"])\n"))))
(add-before 'check 'skip-dubious-test
(lambda _
- #$(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.*") ""))
- ;; This unreliable test can fail with "Expected 0 to be >=
1."
- #~(substitute* "test/test_stackprof.rb"
- (("def test_(cputime)" _ name)
- (string-append "def skip_" name))))))
+ (substitute* "test/test_stackprof.rb"
+ ;; This unreliable test can fail with "Expected 0 to be >= 1."
+ (("def test_(cputime)" _ name)
+ (string-append "def skip_" name))
+ ;; This test often fails
+ (("def test_gc") "def skip_test_gc"))))
(add-before 'check 'build-tests
(lambda _
(invoke "rake" "compile")))
- 33/100: gnu: ruby-listen: Update to 3.8.0., (continued)
- 33/100: gnu: ruby-listen: Update to 3.8.0., guix-commits, 2023/07/10
- 30/100: gnu: ruby-minitest-focus: Update to 1.3.1., guix-commits, 2023/07/10
- 51/100: gnu: ruby-marcel: Fix build., guix-commits, 2023/07/10
- 46/100: gnu: ruby-timecop: Update to 0.9.6., guix-commits, 2023/07/10
- 58/100: gnu: ruby-bibtex-ruby: Remove ruby-byebug dependency., guix-commits, 2023/07/10
- 64/100: gnu: ruby-braintree: Update to 4.12.0., guix-commits, 2023/07/10
- 65/100: gnu: ruby-multi-json: Fix build., guix-commits, 2023/07/10
- 63/100: gnu: ruby-benchmark-ips: Update to 2.12.0., guix-commits, 2023/07/10
- 60/100: gnu: facter: Update to 4.4.1., guix-commits, 2023/07/10
- 91/100: gnu: ruby-minitest-tu-shim: Fix build., guix-commits, 2023/07/10
- 82/100: gnu: ruby-stackprof: Always skip the GC test.,
guix-commits <=
- 92/100: gnu: ruby-rspec-block-is-expected: Update to 1.0.5., guix-commits, 2023/07/10
- 84/100: gnu: ruby-mapping: Fix build., guix-commits, 2023/07/10
- 62/100: gnu: ruby-awesome-print: Update to 1.9.2., guix-commits, 2023/07/10
- 73/100: gnu: ruby-net-http-persistent: Update to 4.0.2., guix-commits, 2023/07/10
- 67/100: gnu: ruby-octokit: Update to 6.1.1., guix-commits, 2023/07/10
- 76/100: gnu: ruby-slop: Update to 4.10.1., guix-commits, 2023/07/10
- 98/100: gnu: ruby-sass: Update to 3.7.4., guix-commits, 2023/07/10
- 99/100: gnu: ruby-safe-yaml: Fix build., guix-commits, 2023/07/10
- 32/100: gnu: ruby-term-ansicolor: Fix build., guix-commits, 2023/07/10
- 70/100: gnu: ruby-spy: Remove ruby-pry-byebug input., guix-commits, 2023/07/10