summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api/devdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
| | | | | | | | | | | | | | Bump GPLv2+ to GPLv3+ for some files, clarify BSD 2-clause. Everything else stays under GPLv3+. New Linking Exception exempts resulting executables from LGPLv3 section 4. Add CONTRIBUTORS file to keep track of licensing. Remove 'Copyright Red Hat Inc' comments. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
* * devdsp.c: Outputs the names of the main test functions.Corinna Vinschen2004-08-171-14/+128
| | | | | | | | | (forkrectest): Expect child success. (forkplaytest): Ditto. (syncwithchild): Output the child status and the desired value. (sinegenw): Reduce volume of the beep. (sinegenb): Ditto. (dup_test): New test.
* * winsup.api/devdsp.c (forkrectest): Move synchronization with childCorinna Vinschen2004-04-131-7/+40
| | | | | | so that test passes also under high CPU load. (forkplaytest): Ditto. (abortplaytest): New function to test ioctl code SNDCTL_DSP_RESET.
* * winsup.api/devdsp.c (ioctltest): Add 2 tests for ioctl codesCorinna Vinschen2004-04-051-2/+20
| | | | SNDCTL_DSP_CHANNELS and SNDCTL_DSP_GETCAPS.
* * winsup.api/devdsp.c: New file, testing fhandler_dev_dsp code.Corinna Vinschen2004-03-241-0/+618
* winsup.api/devdsp_okay.h: Ditto.