Page MenuHomeFreeBSD

sound tests: Test hot-unload
Needs ReviewPublic

Authored by christos on Thu, Nov 6, 1:58 PM.
Tags
None
Referenced Files
F136410012: D53614.diff
Mon, Nov 17, 4:23 PM
Unknown Object (File)
Sun, Nov 16, 7:47 PM
Unknown Object (File)
Fri, Nov 14, 7:12 AM
Unknown Object (File)
Fri, Nov 14, 5:42 AM
Unknown Object (File)
Fri, Nov 7, 12:11 PM
Unknown Object (File)
Fri, Nov 7, 12:11 PM
Unknown Object (File)
Fri, Nov 7, 12:11 PM
Unknown Object (File)
Fri, Nov 7, 8:51 AM
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 68580
Build 65463: 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
46

Does we need atf_checks here??

tests/sys/sound/hotunload.sh
32

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.