| #
dd81b19e |
| 11-Nov-2025 |
Christos Margiolis <christos@FreeBSD.org> |
sound tests: Test polling
Co-authored by: meka@tilda.center Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D53188
|
|
Revision tags: release/13.5.0-p6, release/14.3.0-p5, release/13.5.0-p5, release/14.2.0-p7, release/14.3.0-p4, release/14.3.0-p3, release/14.2.0-p6, release/13.5.0-p4, release/13.5.0-p3, release/14.2.0-p5, release/14.3.0-p2, release/14.3.0-p1, release/14.2.0-p4, release/13.5.0-p2, release/14.3.0, release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3 |
|
| #
27ef5d48 |
| 21-Jan-2025 |
Florian Walpen <dev@submerge.ch> |
sound: Unit test the pcm sample read and write macros
Main goal is to have a unit test, with sample test data that is verified against the current macro implementation of pcm sample read and write f
sound: Unit test the pcm sample read and write macros
Main goal is to have a unit test, with sample test data that is verified against the current macro implementation of pcm sample read and write functions. With a test in place, we can proceed on a planned refactoring of the sample read and write code, and confidently check the new code for regressions.
Implementation of the unit test itself has to avoid any cast or conversion affected by endianness, to make the tests compatible with all machine architectures.
MFC after: 1 week Reviewed by: christos, markj Differential Revision: https://reviews.freebsd.org/D48330
show more ...
|
|
Revision tags: release/14.2.0, release/13.4.0 |
|
| #
95eb4b87 |
| 27-Jul-2024 |
Christos Margiolis <christos@FreeBSD.org> |
sound tests: Add sndstat nvlist ATF test
Sponsored by: The FreeBSD Foundation MFC after: 2 days Reviewed by: dev_submerge.ch, markj Differential Revision: https://reviews.freebsd.org/D45901
|