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/2a1e7cd6f1cd
branches:  trunk
changeset: 1017400:2a1e7cd6f1cd
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 999a659c2336 -r 2a1e7cd6f1cd 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