Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664936 - sci-libs/gsl-1.16 test failure
Summary: sci-libs/gsl-1.16 test failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL: https://savannah.gnu.org/bugs/?56843
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-08-31 07:22 UTC by Alexey
Modified: 2024-07-01 00:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (file_664936.txt,19.25 KB, text/plain)
2018-08-31 07:22 UTC, Alexey
Details
build.log (build.log,292.61 KB, text/x-log)
2018-08-31 07:22 UTC, Alexey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey 2018-08-31 07:22:11 UTC
Created attachment 545582 [details]
emerge --info

====================================
   gsl 1.16: eigen/test-suite.log
====================================

# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: test
==========

FAIL: herm random, normalized(1), unsorted (0.999999999999999112 observed vs 1 expected) [117761]
FAIL: herm random, normalized(2), val/asc (0.999999999999999112 observed vs 1 expected) [117789]
FAIL: herm random, normalized(0), val/desc (0.999999999999999112 observed vs 1 expected) [117811]
FAIL: herm random, normalized(1), abs/asc (0.999999999999999112 observed vs 1 expected) [117836]
FAIL: herm random, normalized(1), abs/desc (0.999999999999999112 observed vs 1 expected) [117860]
FAIL test (exit status: 1)
Comment 1 Alexey 2018-08-31 07:22:33 UTC
Created attachment 545584 [details]
build.log
Comment 2 Larry the Git Cow gentoo-dev 2024-07-01 00:22:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711048ea5f88dac08d70ff8c28f825f9a8985c4b

commit 711048ea5f88dac08d70ff8c28f825f9a8985c4b
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2024-07-01 00:19:53 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2024-07-01 00:22:25 +0000

    sci-libs/gsl: fudge tolerance to fix a flaky test
    
    Add a non-upstream patch to embiggen this tolerance.
    
    Closes: https://bugs.gentoo.org/664936
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 sci-libs/gsl/files/gsl-2.7.1-test-tolerance.patch | 47 +++++++++++++++++
 sci-libs/gsl/gsl-2.7.1-r3.ebuild                  | 62 +++++++++++++++++++++++
 2 files changed, 109 insertions(+)