AudioTaperPotTest.ScaleTest fails, but values are equal
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
High
|
Daniel Schürmann |
Bug Description
Hi!
During building of the package for Arch Linux of mixxx 2.2.0, I have one failing test:
```
[----------] 1 test from AudioTaperPotTest
[ RUN ] AudioTaperPotTe
Loading resources from "/build/
src/test/
Value of: catpb.parameter
Actual: 1.99526
Expected: db2ratio(maxDB)
Which is: 1.99526
[ FAILED ] AudioTaperPotTe
[----------] 1 test from AudioTaperPotTest (0 ms total)
```
It's a bit puzzling, as the values seem equal.
The full test log can be found in attachment and the PKGBUILD can be found here (might only be showing the 2.2.0 build in a couple of hours, as I'm on the road right now): https:/
Packages are built using a pristine systemd-nspawn container on each iteration and currently I'm building on a Lenovo W540 (which has a Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz - that's a Haswell), in case that's of interest to you.
Changed in mixxx: | |
assignee: | nobody → Daniel Schürmann (daschuer) |
status: | Confirmed → In Progress |
Changed in mixxx: | |
status: | Incomplete → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
I think we need to replace ASSERT_EQ by ASSERT_DOUBLE_EQ in line 23