Disable the lib/libossaudio/t_ossaudio:oss_dsp_trigger_read test case
on sparc until PR port-sparc/55876 gets fixed.
This commit is contained in:
parent
e5ad6630f8
commit
2e0ec785ec
|
@ -292,6 +292,10 @@ ATF_TC_BODY(oss_dsp_trigger_read, tc)
|
|||
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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue