Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2024 15:28:46 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c6b41ba65021 - main - mixer tests: Serialize
Message-ID:  <202409091528.489FSkgJ073736@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=c6b41ba65021eff2b1db9157f813666a3e0543a1

commit c6b41ba65021eff2b1db9157f813666a3e0543a1
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-09-08 17:32:10 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-09-09 15:28:30 +0000

    mixer tests: Serialize
    
    These tests modify attributes of a global mixer device, and aren't
    prepared to run in parallel.
---
 usr.sbin/mixer/tests/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/usr.sbin/mixer/tests/Makefile b/usr.sbin/mixer/tests/Makefile
index 9a5bb3a183ab..c8056169f9a4 100644
--- a/usr.sbin/mixer/tests/Makefile
+++ b/usr.sbin/mixer/tests/Makefile
@@ -1,3 +1,6 @@
 ATF_TESTS_SH+=	mixer_test
 
+# mixer tests fiddle with a singleton dummy audio device.
+TEST_METADATA.mixer_test=	is_exclusive=true
+
 .include <bsd.test.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409091528.489FSkgJ073736>