Page MenuHomeFreeBSD

sound tests: Test hot-unload
Needs ReviewPublic

Authored by christos on Thu, Nov 6, 1:58 PM.
Tags
None
Referenced Files
F136921893: D53614.diff
Thu, Nov 20, 4:29 PM
F136916294: D53614.id165950.diff
Thu, Nov 20, 3:42 PM
F136914821: D53614.id165952.diff
Thu, Nov 20, 3:31 PM
F136914571: D53614.id166328.diff
Thu, Nov 20, 3:29 PM
F136914328: D53614.id.diff
Thu, Nov 20, 3:27 PM
F136912878: D53614.diff
Thu, Nov 20, 3:15 PM
Unknown Object (File)
Mon, Nov 17, 4:23 PM
Unknown Object (File)
Sun, Nov 16, 7:47 PM
Subscribers

Details

Reviewers
markj
emaste
Summary

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68457
Build 65340: arc lint + arc unit

Event Timeline

@markj This is not going to work nice if we run the test in parallel, since the detach caused by the kldunload here might interfere with the other test that use snd_dummy.

tests/sys/sound/hotunload.sh
45

Does we need atf_checks here??

tests/sys/sound/hotunload.sh
31

Leftover also, deleted it.

Bump. Repeating a previous comment:

@markj This is not going to work nice if we run the test in parallel, since the detach caused by the kldunload here might interfere with the other test that use snd_dummy.

Clean up. Finalized on my part.