Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libossaudio Disable the lib/libossaudio/t_ossaudio...



details:   https://anonhg.NetBSD.org/src/rev/00f50a25f646
branches:  trunk
changeset: 948319:00f50a25f646
user:      gson <gson%NetBSD.org@localhost>
date:      Sat Dec 26 15:28:52 2020 +0000

description:
Disable the lib/libossaudio/t_ossaudio:oss_dsp_trigger_read test case
on sparc until PR port-sparc/55876 gets fixed.

diffstat:

 tests/lib/libossaudio/t_ossaudio.c |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 93c2d3a19a1d -r 00f50a25f646 tests/lib/libossaudio/t_ossaudio.c
--- a/tests/lib/libossaudio/t_ossaudio.c        Sat Dec 26 14:50:50 2020 +0000
+++ b/tests/lib/libossaudio/t_ossaudio.c        Sat Dec 26 15:28:52 2020 +0000
@@ -292,6 +292,10 @@
        struct audio_info info;
        int fd, bits;
 
+#if defined(__sparc__)
+       atf_tc_skip("PR port-sparc/55876");
+#endif
+
        if ((fd = open("/dev/audio", O_RDONLY)) == -1)
                atf_tc_skip("Audio device unavailable for recording");
 



Home | Main Index | Thread Index | Old Index