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/fss

2023-05-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu May 11 01:56:31 UTC 2023 Modified Files: src/tests/dev/fss: t_fss.sh Log Message: t_fss.sh: add missing test case head To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/dev/fss/t_fss.sh Please note

CVS commit: src/tests/dev/fss

2023-05-10 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Thu May 11 01:56:31 UTC 2023 Modified Files: src/tests/dev/fss: t_fss.sh Log Message: t_fss.sh: add missing test case head To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/dev/fss/t_fss.sh Please note

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

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 17:49:09 UTC 2022 Modified Files: src/tests/dev/cgd: t_cgd.sh src/tests/dev/md: t_md.sh src/tests/dev/raidframe: t_raid.sh Log Message: Unfortunately rump does not provide the same magic as MAKEDEV does

CVS commit: src/tests/dev

2022-11-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Nov 30 17:49:09 UTC 2022 Modified Files: src/tests/dev/cgd: t_cgd.sh src/tests/dev/md: t_md.sh src/tests/dev/raidframe: t_raid.sh Log Message: Unfortunately rump does not provide the same magic as MAKEDEV does

CVS commit: src/tests/dev/cgd

2022-08-13 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Aug 13 17:46:26 UTC 2022 Modified Files: src/tests/dev/cgd: t_cgdconfig.sh Log Message: When run from py-anita/amd64 this test fails with: cgdconfig: getfsspecname failed: no match for `wd0e' as the virtual machine has

CVS commit: src/tests/dev/cgd

2022-08-13 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sat Aug 13 17:46:26 UTC 2022 Modified Files: src/tests/dev/cgd: t_cgdconfig.sh Log Message: When run from py-anita/amd64 this test fails with: cgdconfig: getfsspecname failed: no match for `wd0e' as the virtual machine has

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/cgd

2019-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 10 06:21:40 UTC 2019 Modified Files: src/tests/dev/cgd: t_cgd_aes.c Log Message: Gracefully skip test if not enough space in temporary directory. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/dev/cgd

2019-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 10 06:21:40 UTC 2019 Modified Files: src/tests/dev/cgd: t_cgd_aes.c Log Message: Gracefully skip test if not enough space in temporary directory. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/dev/raidframe

2019-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 10 06:10:54 UTC 2019 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: Reduce disk image size for tests (PR 44239 has been fixed) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tests/dev/raidframe

2019-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jul 10 06:10:54 UTC 2019 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: Reduce disk image size for tests (PR 44239 has been fixed) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

re: CVS commit: src/tests/dev/fss

2017-03-15 Thread matthew green
"Martin Husemann" writes: > Module Name: src > Committed By: martin > Date: Wed Mar 15 10:53:15 UTC 2017 > > Modified Files: > src/tests/dev/fss: t_fss.sh > > Log Message: > Do not assume an all-zeroes disk label will read back as a disk with > an 'a' partition covering the whole