CVS commit: src/tests/dev/audio

2023-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 11 09:26:08 UTC 2023 Modified Files: src/tests/dev/audio: audiotest.c Log Message: mmap() fails for size == 0 with EINVAL unless the mapping is anonymous. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/tests/dev/audio

2023-12-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Dec 11 09:26:08 UTC 2023 Modified Files: src/tests/dev/audio: audiotest.c Log Message: mmap() fails for size == 0 with EINVAL unless the mapping is anonymous. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/tests/dev/audio

2023-08-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 08:36:38 UTC 2023 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Appease GCC 12.3.0 -Wmisleading-indentation It does not matter whether this statement is a part of this if-then block or not,

CVS commit: src/tests/dev/audio

2023-08-03 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 3 08:36:38 UTC 2023 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Appease GCC 12.3.0 -Wmisleading-indentation It does not matter whether this statement is a part of this if-then block or not,

CVS commit: src/tests/dev/audio

2023-06-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jun 24 05:27:14 UTC 2023 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/tests/dev/audio/audiotest.c Please note that

CVS commit: src/tests/dev/audio

2023-06-23 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Jun 24 05:27:14 UTC 2023 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/tests/dev/audio/audiotest.c Please note that

CVS commit: src/tests/dev/audio

2023-04-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 23 16:49:38 UTC 2023 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Allow 24bit support. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/tests/dev/audio/audiotest.c Please note that

CVS commit: src/tests/dev/audio

2023-04-23 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Apr 23 16:49:38 UTC 2023 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Allow 24bit support. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/tests/dev/audio/audiotest.c Please note that

CVS commit: src/tests/dev/audio

2023-02-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Feb 13 22:24:06 UTC 2023 Modified Files: src/tests/dev/audio: audiotest.c Log Message: s/plyaback/playback/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/tests/dev/audio/audiotest.c Please

CVS commit: src/tests/dev/audio

2023-02-13 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Mon Feb 13 22:24:06 UTC 2023 Modified Files: src/tests/dev/audio: audiotest.c Log Message: s/plyaback/playback/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/tests/dev/audio/audiotest.c Please

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:22:41 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Add two tests for AUDIO_SETINFO after mmap. These tests affect only standalone test, not atf. To generate a diff of this

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:22:41 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Add two tests for AUDIO_SETINFO after mmap. These tests affect only standalone test, not atf. To generate a diff of this

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:19:16 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Fix typo in comments. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/tests/dev/audio/audiotest.c Please

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:19:16 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Fix typo in comments. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/tests/dev/audio/audiotest.c Please

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:14:40 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Separate mmap_len test by parameters. This change affects only standalone test, not atf. To generate a diff of this commit:

CVS commit: src/tests/dev/audio

2022-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 13 07:14:40 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: audiotest: Separate mmap_len test by parameters. This change affects only standalone test, not atf. To generate a diff of this commit:

CVS commit: src/tests/dev/audio

2022-04-23 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Apr 23 07:47:42 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: tests: Add tests for AUDIO_GET[IO]OFFS ioctls. - AUDIO_GETIOFFS_one_{RDONLY,RDWR,WRONLY} - AUDIO_GETOOFFS_one_{RDONLY,RDWR,WRONLY} -

CVS commit: src/tests/dev/audio

2022-04-23 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Apr 23 07:47:42 UTC 2022 Modified Files: src/tests/dev/audio: audiotest.c Log Message: tests: Add tests for AUDIO_GET[IO]OFFS ioctls. - AUDIO_GETIOFFS_one_{RDONLY,RDWR,WRONLY} - AUDIO_GETOOFFS_one_{RDONLY,RDWR,WRONLY} -

CVS commit: src/tests/dev/audio

2021-12-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 5 07:30:51 UTC 2021 Modified Files: src/tests/dev/audio: audiotest.c Log Message: s/recored/record/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/dev/audio/audiotest.c Please

CVS commit: src/tests/dev/audio

2021-12-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sun Dec 5 07:30:51 UTC 2021 Modified Files: src/tests/dev/audio: audiotest.c Log Message: s/recored/record/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/dev/audio/audiotest.c Please

CVS commit: src/tests/dev/audio

2021-07-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Jul 21 06:18:32 UTC 2021 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Add AUDIO_SETINFO_gain_balance test. The test checks whether AUDIO_SETINFO can change the gain and the balance at the same time (if MD

CVS commit: src/tests/dev/audio

2021-07-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Jul 21 06:18:32 UTC 2021 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Add AUDIO_SETINFO_gain_balance test. The test checks whether AUDIO_SETINFO can change the gain and the balance at the same time (if MD

CVS commit: src/tests/dev/audio

2020-10-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 09:00:17 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Argument for AUDIO_WSEEK ioctl is u_long, not int. Fix false positive for aarch64eb (LP64BE): AUDIO_WSEEK, failed, Line 4467: n expects 4

CVS commit: src/tests/dev/audio

2020-10-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Oct 13 09:00:17 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Argument for AUDIO_WSEEK ioctl is u_long, not int. Fix false positive for aarch64eb (LP64BE): AUDIO_WSEEK, failed, Line 4467: n expects 4

CVS commit: src/tests/dev/audio

2020-04-30 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri May 1 05:45:57 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Fix two tests. - kqueue_mode_{RDONLY,RDWR}_READ: Fix expected value. This is rest of rev1.9. - AUDIO_SETINFO_params_simul: Fix condition.

CVS commit: src/tests/dev/audio

2020-04-30 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri May 1 05:45:57 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Fix two tests. - kqueue_mode_{RDONLY,RDWR}_READ: Fix expected value. This is rest of rev1.9. - AUDIO_SETINFO_params_simul: Fix condition.

CVS commit: src/tests/dev/audio

2020-03-26 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Mar 26 13:43:10 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Add tests for poll(POLLIN) before read(). This affects only standalone test, not atf. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/dev/audio

2020-03-26 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Mar 26 13:43:10 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Add tests for poll(POLLIN) before read(). This affects only standalone test, not atf. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/dev/audio

2020-03-26 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Mar 26 13:37:44 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Sync with sys/dev/audio/audio.c rev1.65. > Fix to start recording immediately when open() with READ mode is called. This affects only

CVS commit: src/tests/dev/audio

2020-03-26 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Mar 26 13:37:44 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Sync with sys/dev/audio/audio.c rev1.65. > Fix to start recording immediately when open() with READ mode is called. This affects only

CVS commit: src/tests/dev/audio

2020-03-25 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Mar 25 13:07:04 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c t_audio.awk Log Message: Use exact match to search testname. This didn't affect test results. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/tests/dev/audio

2020-03-25 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Mar 25 13:07:04 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c t_audio.awk Log Message: Use exact match to search testname. This didn't affect test results. To generate a diff of this commit: cvs rdiff -u -r1.7

CVS commit: src/tests/dev/audio

2020-03-04 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Mar 4 14:20:44 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Sync with sys/dev/audio/audio.c rev1.62. > Restore backward compatibility with netbsd-7 audio. To generate a diff of this commit: cvs

CVS commit: src/tests/dev/audio

2020-03-04 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Mar 4 14:20:44 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Sync with sys/dev/audio/audio.c rev1.62. > Restore backward compatibility with netbsd-7 audio. To generate a diff of this commit: cvs

CVS commit: src/tests/dev/audio

2020-03-01 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Mar 2 04:25:08 UTC 2020 Modified Files: src/tests/dev/audio: Makefile Log Message: Re-add -lrumpdev dropped in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/dev/audio/Makefile

CVS commit: src/tests/dev/audio

2020-03-01 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Mar 2 04:25:08 UTC 2020 Modified Files: src/tests/dev/audio: Makefile Log Message: Re-add -lrumpdev dropped in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/tests/dev/audio/Makefile

CVS commit: src/tests/dev/audio

2020-02-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 22 05:53:19 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Update AUDIO_SETINFO_channels test. The kernel limits the number of channels that userland apps can set to the number of channels supported

CVS commit: src/tests/dev/audio

2020-02-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 22 05:53:19 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Update AUDIO_SETINFO_channels test. The kernel limits the number of channels that userland apps can set to the number of channels supported

CVS commit: src/tests/dev/audio

2020-02-18 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Feb 18 12:11:27 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Add tests. AUDIO_SETINFO_channels AUDIO_SETINFO_sample_rate AUDIO_SETINFO_sample_rate_0 To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/dev/audio

2020-02-18 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Feb 18 12:11:27 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Add tests. AUDIO_SETINFO_channels AUDIO_SETINFO_sample_rate AUDIO_SETINFO_sample_rate_0 To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/dev/audio

2020-02-14 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Feb 14 13:20:48 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Improve around {audioctl_,}open_multiuser. - Make multiuser bool and remove newval. - try_audioctl_open_multiuser() doesn't need multiuser

CVS commit: src/tests/dev/audio

2020-02-14 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Feb 14 13:20:48 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Improve around {audioctl_,}open_multiuser. - Make multiuser bool and remove newval. - try_audioctl_open_multiuser() doesn't need multiuser

CVS commit: src/tests/dev/audio

2020-02-13 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Feb 13 18:06:26 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: don't use variable 'newval' uninitialized when multiuser mode unchanged To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev/audio

2020-02-13 Thread Tobias Nygren
Module Name:src Committed By: tnn Date: Thu Feb 13 18:06:26 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: don't use variable 'newval' uninitialized when multiuser mode unchanged To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev/audio

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 12 07:02:21 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Add sentinel to the testtable[] array. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/audio/audiotest.c

CVS commit: src/tests/dev/audio

2020-02-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Feb 12 07:02:21 UTC 2020 Modified Files: src/tests/dev/audio: audiotest.c Log Message: Add sentinel to the testtable[] array. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/audio/audiotest.c

CVS commit: src/tests/dev/audio

2017-01-26 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Jan 27 05:14:54 UTC 2017 Modified Files: src/tests/dev/audio: t_pad_output.bz2.uue Log Message: Revert to previous. Audio passes the test properly again. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/dev/audio

2017-01-26 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Fri Jan 27 05:14:54 UTC 2017 Modified Files: src/tests/dev/audio: t_pad_output.bz2.uue Log Message: Revert to previous. Audio passes the test properly again. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/dev/audio

2016-12-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Dec 11 08:09:29 UTC 2016 Modified Files: src/tests/dev/audio: t_pad_output.bz2.uue Log Message: Update test output to reflect audio changes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev/audio

2016-12-11 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sun Dec 11 08:09:29 UTC 2016 Modified Files: src/tests/dev/audio: t_pad_output.bz2.uue Log Message: Update test output to reflect audio changes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev/audio

2011-01-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 24 08:26:23 UTC 2011 Modified Files: src/tests/dev/audio: h_pad_musa.c Log Message: Represent test data as bytes to make it endian-independent. from martin To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/dev/audio

2010-10-31 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun Oct 31 13:54:32 UTC 2010 Modified Files: src/tests/dev/audio: Makefile Log Message: There's apparently a circular dependency between -lrump and -lrumpuser. This poses problems when linking statically, as for sun2. Add -lrump

CVS commit: src/tests/dev/audio

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 13:49:48 UTC 2010 Modified Files: src/tests/dev/audio: t_pad.sh Log Message: Update test program to deal with uuencoded golden data. XXX: is it not possible to use a pipeline in atf_check? To generate a diff of this

CVS commit: src/tests/dev/audio

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 14:43:15 UTC 2010 Modified Files: src/tests/dev/audio: Makefile Log Message: need to update install filename too To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/audio/Makefile Please note

CVS commit: src/tests/dev/audio

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 13:49:48 UTC 2010 Modified Files: src/tests/dev/audio: t_pad.sh Log Message: Update test program to deal with uuencoded golden data. XXX: is it not possible to use a pipeline in atf_check? To generate a diff of this

CVS commit: src/tests/dev/audio

2010-08-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Aug 4 14:43:15 UTC 2010 Modified Files: src/tests/dev/audio: Makefile Log Message: need to update install filename too To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/audio/Makefile Please note