diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-01-25 08:01:14 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-01-25 08:32:19 -0500 |
commit | 1c38dbf8389e230596629b3ce1a1bb9d2ffc2e84 (patch) | |
tree | 89149ecd174cf57524671e062833a30dcdef0c38 /sci-mathematics/gfan | |
parent | sys-libs/glibc: 2.33 patchlevel 7 bump (diff) | |
download | gentoo-1c38dbf8389e230596629b3ce1a1bb9d2ffc2e84.tar.gz gentoo-1c38dbf8389e230596629b3ce1a1bb9d2ffc2e84.tar.bz2 gentoo-1c38dbf8389e230596629b3ce1a1bb9d2ffc2e84.zip |
sci-mathematics/gfan: disable test that fails on x86.
Closes: https://bugs.gentoo.org/818397
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/gfan')
-rw-r--r-- | sci-mathematics/gfan/gfan-0.6.2-r4.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild b/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild index 6ef0572a0ec3..13b77d43b8ad 100644 --- a/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild +++ b/sci-mathematics/gfan/gfan-0.6.2-r4.ebuild @@ -41,6 +41,10 @@ src_prepare() { # This test hangs on x86, bug 717112. rm -r testsuite/0602ResultantFanProjection || \ die "unable to disable test 0602ResultantFanProjection" + + # And this one fails (harmlessly) on x86, bug 818397. + rm -r testsuite/0009RenderStairCase || \ + die "unable to disable test 0009RenderStairCase" } src_configure() { |