Fix a mistake in the pcm_read_write test that would result in not
properly detecting 32bit calculation on 32bit architectures like i386.
As a consequence, the wrong values would be checked, thus failing the
test.
MFC after: 1 week
Differential D48617
sound tests: Fix 32bit calculation detection in pcm_read_write dev_submerge.ch on Thu, Jan 23, 3:43 AM. Authored by Tags None Referenced Files
Subscribers
Details Fix a mistake in the pcm_read_write test that would result in not MFC after: 1 week
Diff Detail
Event TimelineComment Actions To the best of my knowledge, this should fix the test on i386. I haven't spotted any other test failures yet on CI, but that's not conclusive - some architectures seem to have build failures and won't run the tests. Comment Actions LGTM. I just saw that https://ci.freebsd.org/job/FreeBSD-main-i386-test/lastUnstableBuild/testReport/junit/sys.sound/pcm_read_write/pcm_read/ reported this error, as a result of the 32 -> 24 bit conversion not happening. EDIT: Seems like you linked to this as well yesterday. :-) |