Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922926 - media-sound/audacity: tests fail on x86: SnappingTest.cpp:25: FAILED: REQUIRE( SnapFunctionsRegistry::Snap(format, project, time, nearest).time == Approx(expected) ) with expansion: 1.9 == Approx( 1.91 )
Summary: media-sound/audacity: tests fail on x86: SnappingTest.cpp:25: FAILED: REQUIRE...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 916258
  Show dependency tree
 
Reported: 2024-01-25 20:46 UTC by matoro
Modified: 2024-01-25 20:47 UTC (History)
2 users (show)

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


Attachments
build.log and emerge --info (build.log.gz,83.27 KB, application/gzip)
2024-01-25 20:47 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-01-25 20:46:09 UTC
Floating-point precision issue.

3/4 Testing: lib-snapping
3/4 Test: lib-snapping
Command: "/var/tmp/portage/media-sound/audacity-3.3.3/work/audacity-Audacity-3.3.3_build/tests/lib-snapping-test"
Directory: /var/tmp/portage/media-sound/audacity-3.3.3/work/audacity-Audacity-3.3.3_build/libraries/lib-snapping/tests
"lib-snapping" start time: Jan 25 20:33 UTC
Output:
----------------------------------------------------------
20:33:03: Debug: GetSupportedPlaybackRates() Could not get device info!
20:33:03: Debug: GetSupportedCaptureRates() Could not get device info!
 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib-snapping-test is a Catch v2.13.8 host application.
Run with -? for options
 
-------------------------------------------------------------------------------
Snapping
-------------------------------------------------------------------------------
/var/tmp/portage/media-sound/audacity-3.3.3/work/audacity-Audacity-3.3.3/libraries/lib-snapping/tests/SnappingTest.cpp:79
...............................................................................
 
/var/tmp/portage/media-sound/audacity-3.3.3/work/audacity-Audacity-3.3.3/libraries/lib-snapping/tests/SnappingTest.cpp:25: FAILED:
  REQUIRE( SnapFunctionsRegistry::Snap(format, project, time, nearest).time == Approx(expected) )
with expansion:
  1.9 == Approx( 1.91 )
 
===============================================================================
test cases:  1 |  0 passed | 1 failed
assertions: 41 | 40 passed | 1 failed
 
<end of output>
Test time =   0.00 sec
----------------------------------------------------------
Test Failed.
"lib-snapping" end time: Jan 25 20:33 UTC
"lib-snapping" time elapsed: 00:00:00
----------------------------------------------------------

Reproducible: Always
Comment 1 matoro archtester 2024-01-25 20:47:34 UTC
Created attachment 883133 [details]
build.log and emerge --info