CVS commit: src/tests/dev/scsipi/libscsitest

2021-08-07 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Sat Aug 7 22:05:26 UTC 2021 Modified Files: src/tests/dev/scsipi/libscsitest: scsitest.c Log Message: Convert the test to cfargs. OK @thorpej. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2021-06-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jun 13 14:45:36 UTC 2021 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: tests/dev/sysmon: Query bits of data, not bits of entropy. Fixes PR kern/47661. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/dev/scsipi/libscsitest

2021-04-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Apr 25 05:33:20 UTC 2021 Modified Files: src/tests/dev/scsipi/libscsitest: scsitest.c Log Message: config_found_ia() -> config_found(). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/dev/fss

2021-01-13 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Jan 14 04:30:40 UTC 2021 Modified Files: src/tests/dev/fss: t_fss.sh Log Message: Unmount and unconfigure in the reverse order that they were done. Fixes problem with leaving a dangling snapshot configured. To generate a

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

2020-08-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Aug 20 13:33:54 UTC 2020 Modified Files: src/tests/dev/cgd: t_cgd_adiantum.c Log Message: clang can't handle __aligned on anonymous structure initializers. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/dev/cgd

2020-08-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Aug 15 10:03:10 UTC 2020 Modified Files: src/tests/dev/cgd: t_cgd_3des.c t_cgd_adiantum.c t_cgd_aes.c t_cgd_blowfish.c Log Message: Plaintext buffers are used directly for write() operations to the raw device.

CVS commit: src/tests/dev/cgd

2020-06-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 30 04:17:31 UTC 2020 Modified Files: src/tests/dev/cgd: t_cgd_adiantum.c Log Message: Missed a spot -- one more 32-bit sign-compare issue. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev/cgd

2020-06-29 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jun 30 04:15:46 UTC 2020 Modified Files: src/tests/dev/cgd: t_cgd_adiantum.c Log Message: Fix sign-compare issue on 32-bit systems. Built fine on amd64, where all unsigned values are representable in ssize_t, but I didn't

CVS commit: src/tests/dev/scsipi/libscsitest

2020-06-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 1 14:42:53 UTC 2020 Modified Files: src/tests/dev/scsipi/libscsitest: Makefile Log Message: LIBISPRIVATE=yes To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/dev/scsipi/libscsitest/Makefile

CVS commit: src/tests/dev/usb/libhid

2020-06-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 1 14:41:25 UTC 2020 Modified Files: src/tests/dev/usb/libhid: Makefile Log Message: Set LIBISPRIVATE=yes To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/dev/usb/libhid/Makefile Please note that

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: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/sysmon

2020-03-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Mar 21 04:50:22 UTC 2020 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: These test cases should now succeed, after fixing rump kernel to handle modules that establish their sysctls via SYSCTL_SETUP() To

CVS commit: src/tests/dev/sysmon

2020-03-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 19 20:10:49 UTC 2020 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: Mark the swsensor tests "expected failure" since the rump world doesn't seem to handle the SYSCTL_SETUP stuff. PR kern/55088 To

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

2020-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 1 20:19:55 UTC 2020 Modified Files: src/tests/dev/usb/t_hid: Makefile Added Files: src/tests/dev/usb: Makefile.inc Log Message: fix build by adding a Makefile.inc that chains up. To generate a diff of this

CVS commit: src/tests/dev/cgd

2020-03-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 1 17:06:26 UTC 2020 Modified Files: src/tests/dev/cgd: Makefile Log Message: librump depends on vfs so add a dependency on for sun2. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2019-04-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Wed Apr 10 06:13:21 UTC 2019 Modified Files: src/tests/dev/cgd: t_cgd.sh Log Message: Fix quoting (quotes really do not nest...) and remove a bunch of it that is harmless, but also pointless (in sh, quotes do not make strings,

CVS commit: src/tests/dev/scsipi/libscsitest

2019-02-06 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Feb 6 09:16:49 UTC 2019 Modified Files: src/tests/dev/scsipi/libscsitest: scsitest.c Log Message: use strncpy() into a buffer that may not be nul terminated. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev/fss

2017-03-15 Thread Martin Husemann
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 disk, instead use the raw partition.

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

2016-12-10 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Dec 11 00:23:44 UTC 2016 Modified Files: src/tests/dev/cgd: t_cgd_aes.c Log Message: AES XTS unit tests should now pass. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/dev/cgd/t_cgd_aes.c Please note

CVS commit: src/tests/dev/cgd

2016-11-24 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Thu Nov 24 22:42:16 UTC 2016 Modified Files: src/tests/dev/cgd: t_cgd_aes.c Log Message: Switch to CHECK_LIBC for writing. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/dev/cgd/t_cgd_aes.c Please note

CVS commit: src/tests/dev/cgd

2016-11-09 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Wed Nov 9 22:01:15 UTC 2016 Modified Files: src/tests/dev/cgd: t_cgd_aes.c Log Message: Add aes-cbc tests. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/dev/cgd/t_cgd_aes.c Please note that diffs are

Re: CVS commit: src/tests/dev/cgd

2016-11-07 Thread Sean Cole
Alexander Nasonov writes: > Sean Cole wrote: >> Module Name: src >> Committed By:scole >> Date:Mon Nov 7 16:33:37 UTC 2016 >> >> Modified Files: >> src/tests/dev/cgd: Makefile >> >> Log Message: >> Only build t_cgd_aes if MKCRYPTO==yes and

Re: CVS commit: src/tests/dev/cgd

2016-11-07 Thread Alexander Nasonov
Sean Cole wrote: > Module Name: src > Committed By: scole > Date: Mon Nov 7 16:33:37 UTC 2016 > > Modified Files: > src/tests/dev/cgd: Makefile > > Log Message: > Only build t_cgd_aes if MKCRYPTO==yes and MKRUMP==yes. In my opinion, the whole directory should be excluded if

CVS commit: src/tests/dev/cgd

2016-11-07 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Mon Nov 7 18:11:45 UTC 2016 Modified Files: src/tests/dev/cgd: t_cgd_aes.c Log Message: Don't use mktemp. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/cgd/t_cgd_aes.c Please note that diffs are not

CVS commit: src/tests/dev/cgd

2016-11-07 Thread Sean Cole
Module Name:src Committed By: scole Date: Mon Nov 7 16:33:37 UTC 2016 Modified Files: src/tests/dev/cgd: Makefile Log Message: Only build t_cgd_aes if MKCRYPTO==yes and MKRUMP==yes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/dev/cgd/Makefile

CVS commit: src/tests/dev/cgd

2016-11-06 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sun Nov 6 21:29:54 UTC 2016 Modified Files: src/tests/dev/cgd: Makefile Log Message: Don't build t_cgd_aes if ${MKCRYPTO} == "no". To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/dev/cgd/Makefile Please

CVS commit: src/tests/dev/clock_subr

2016-08-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Aug 17 12:06:50 UTC 2016 Modified Files: src/tests/dev/clock_subr: t_clock_subr.c Log Message: These clock_subr tests are no longer expected to fail. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/dev/fss

2016-08-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Aug 3 23:53:50 UTC 2016 Modified Files: src/tests/dev/fss: Makefile Log Message: We don't have any FILES, so no need for a FILESDIR To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/fss/Makefile

CVS commit: src/tests/dev/fss

2016-07-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 29 20:27:37 UTC 2016 Modified Files: src/tests/dev/fss: t_fss.sh Log Message: Mount the snapshot read-only; otherwise we get a nasty panic. Re-order the clean-up steps to properly undo what we did. To generate a diff

CVS commit: src/tests/dev

2016-07-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 29 06:13:39 UTC 2016 Modified Files: src/tests/dev: Makefile Added Files: src/tests/dev/fss: Makefile t_fss.sh Log Message: Add a basic test for fss(4) XXX For now, we just create required files (including

CVS commit: src/tests/dev

2016-07-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 29 06:11:12 UTC 2016 Removed Files: src/tests/dev: Makefile.inc Log Message: Remove. Nothing here (or below) seems to refer to it, and it won't work anyway due to the case of the 'l' in CPPFlAGS To generate a diff of

CVS commit: src/tests/dev/usb

2016-05-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu May 5 17:40:26 UTC 2016 Modified Files: src/tests/dev/usb: t_hid.c Log Message: Use rump_schedule() before calling things in the rump context. Hopefully fixes these tests on all ports. To generate a diff of this commit:

CVS commit: src/tests/dev/usb

2016-05-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu May 5 16:55:56 UTC 2016 Modified Files: src/tests/dev/usb: t_hid.c Log Message: t_hid doesn't use rump correctly, and thus consistently fails; mark as such To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/dev/usb

2016-05-02 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon May 2 17:24:06 UTC 2016 Modified Files: src/tests/dev/usb: t_hid.c Log Message: Call rump_init() before using rump functionality. This change should make these test cases consistently fail on all ports. Related to PR

CVS commit: src/tests/dev/dm

2016-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 23 21:18:27 UTC 2016 Modified Files: src/tests/dev/dm: h_dm.c Log Message: XXX: use unused variables. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/dm/h_dm.c Please note that diffs are not

CVS commit: src/tests/dev/usb

2016-01-09 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jan 9 14:31:19 UTC 2016 Modified Files: src/tests/dev/usb: t_hid.c Log Message: locate_item() doesn't need to have a flags argument, as the flags are also in the hid item data structure. To generate a diff of this

CVS commit: src/tests/dev/usb

2016-01-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 8 17:34:57 UTC 2016 Modified Files: src/tests/dev/usb: t_hid.c Log Message: fix test program for hid item checks To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/dev/usb/t_hid.c Please note that

CVS commit: src/tests/dev/usb

2016-01-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Jan 8 17:27:48 UTC 2016 Modified Files: src/tests/dev/usb: Makefile Added Files: src/tests/dev/usb/t_hid: Makefile Log Message: rework build of t_hid to be more reliable, while working around ATF cruddyness To

CVS commit: src/tests/dev/usb

2016-01-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 6 15:34:54 UTC 2016 Modified Files: src/tests/dev/usb: Makefile Log Message: Unbreak the sun2 build: Don't use program-specific LDADD options because those come after the general LDADD options and break static linking.

CVS commit: src/tests/dev/sysmon

2015-04-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 23:23:28 UTC 2015 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: Include better diagnostic info when a required key value cannot be retrieved from envstat -x To generate a diff of this commit:

CVS commit: src/tests/dev/sysmon

2015-04-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Apr 23 04:49:37 UTC 2015 Modified Files: src/tests/dev/sysmon: t_swwdog.c Log Message: When exiting, provide a reason. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/dev/sysmon/t_swwdog.c Please

CVS commit: src/tests/dev/sysmon

2015-02-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Feb 27 09:16:07 UTC 2015 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: Double the timeout (to 120s) for slower machines To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/dev/md

2014-06-09 Thread Havard Eidnes
Module Name:src Committed By: he Date: Mon Jun 9 18:22:05 UTC 2014 Modified Files: src/tests/dev/md: Makefile Log Message: When linking statically (as for sun2), need to list -lrump also after -lrumpuser, because rump_pub_lwproc_switch is used in the latter and defined

CVS commit: src/tests/dev/scsipi/libscsitest

2014-04-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 26 18:53:21 UTC 2014 Modified Files: src/tests/dev/scsipi/libscsitest: Makefile Log Message: Include bsd.own.mk (hi pooka) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev/sysmon

2013-04-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 14 16:07:47 UTC 2013 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: The sh api calls it atf_expect_fail, while the c api calls it atf_tc_expect_fail - this is shell, so fix the names accordingly. XXX Why

CVS commit: src/tests/dev/sysmon

2013-03-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 17 06:29:55 UTC 2013 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: These tests are flaky so mark them as expected failures... when they fail. See PR kern/47661. To generate a diff of this commit: cvs

CVS commit: src/tests/dev/scsipi

2013-03-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Mar 15 16:18:50 UTC 2013 Modified Files: src/tests/dev/scsipi: t_cd.c Log Message: The CD emulator has been fixed, no longer expect the test to die. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/dev

2012-12-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 2 18:39:53 UTC 2012 Modified Files: src/tests/dev/audio: Makefile src/tests/dev/dm: Makefile src/tests/dev/md: Makefile Log Message: Build helper programs as PROGS and not as TESTS_{C,SH} This enables

CVS commit: src/tests/dev

2012-12-02 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 2 18:40:44 UTC 2012 Removed Files: src/tests/dev/audio: Atffile src/tests/dev/dm: Atffile src/tests/dev/md: Atffile Log Message: Actually remove the no-longer-needed Atffiles To generate a diff of

CVS commit: src/tests/dev/sysmon

2012-07-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 19 13:36:18 UTC 2012 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: Add new test cases for entropy-providing sensors To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/dev/scsipi

2012-05-06 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun May 6 17:27:22 UTC 2012 Modified Files: src/tests/dev/scsipi: t_cd.c Log Message: Comment out the expected failure, as it does not trigger anymore. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/dev/raidframe

2011-10-15 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 15 11:31:41 UTC 2011 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: Fix cut-and-paste-o that casused the raid1_normal test case to have no cleanup function defined, resulting in a rump_server process

CVS commit: src/tests/dev/raidframe

2011-08-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Aug 9 13:48:56 UTC 2011 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: Add missing RUMP_SERVER export, so the normal test does not fail with a stupid error. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/dev/raidframe

2011-07-29 Thread Greg Oster
Module Name:src Committed By: oster Date: Fri Jul 29 19:57:38 UTC 2011 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: Note that PR kern/44251 is fixed. Add tests for normal configuration of RAID 1 and RAID 5 sets. To generate a diff of this commit: cvs

CVS commit: src/tests/dev/sysmon

2011-06-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 26 12:14:59 UTC 2011 Modified Files: src/tests/dev/sysmon: t_swwdog.c Log Message: need signal.h for kill() this is why it was wrong for rump_syscalls.h to include this. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/dev/cgd

2011-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu May 19 20:37:50 UTC 2011 Modified Files: src/tests/dev/cgd: t_cgd.sh Log Message: Expand tests for unaligned writes to cgd. No more xfail. PR kern/44515 PR kern/44965 To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/dev/scsipi

2011-03-27 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Mar 27 08:53:57 UTC 2011 Modified Files: src/tests/dev/scsipi: t_cd.c Log Message: validate that getrawpartition() didn't fail. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/dev/scsipi/t_cd.c

CVS commit: src/tests/dev/cgd

2011-03-22 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Mar 22 16:16:31 UTC 2011 Modified Files: src/tests/dev/cgd: t_cgd.sh Log Message: Force cleanup parts to exit with a success status. Failures in cleanup should not be allowed by atf-run (although they currently are ignored).

CVS commit: src/tests/dev/raidframe

2011-03-01 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Tue Mar 1 22:52:54 UTC 2011 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: PR#44239 is now fixed, remove the xfail from the test. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/dev/md

2011-02-10 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 10 13:29:03 UTC 2011 Modified Files: src/tests/dev/md: h_mdserv.c Log Message: explicitly zero-fill the initial md backend To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/dev/md/h_mdserv.c Please

CVS commit: src/tests/dev/cgd

2011-02-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Feb 4 19:58:10 UTC 2011 Modified Files: src/tests/dev/cgd: t_cgd.sh Log Message: test case for PR kern/44515 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/dev/cgd/t_cgd.sh Please note that diffs are

CVS commit: src/tests/dev/cgd

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 3 09:37:43 UTC 2011 Modified Files: src/tests/dev/cgd: t_cgd.sh Log Message: make this work when rawpart != d To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/dev/cgd/t_cgd.sh Please note that

CVS commit: src/tests/dev/md

2011-01-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Jan 3 09:39:46 UTC 2011 Modified Files: src/tests/dev/md: t_md.sh Log Message: use rawpart To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/dev/md/t_md.sh Please note that diffs are not public domain;

CVS commit: src/tests/dev/sysmon

2010-12-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Dec 31 00:35:42 UTC 2010 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: Now that 'rump_server -l stuff' works, use a less heavyweight rump_server for this test. Thanks, pooka! To generate a diff of this

CVS commit: src/tests/dev/sysmon

2010-12-29 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Dec 30 04:01:59 UTC 2010 Modified Files: src/tests/dev/sysmon: t_swsensor.sh Log Message: Now that we update the callout timer as soon as it is updated, we no longer need to have an extended wait for the first powerd event

CVS commit: src/tests/dev/raidframe

2010-12-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Dec 18 09:26:57 UTC 2010 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: Check that raid1 and raid5 can serve data after a component has been nuked. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev/raidframe

2010-12-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Dec 18 09:44:41 UTC 2010 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: test case for PR kern/44251 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/dev/raidframe/t_raid.sh Please note

CVS commit: src/tests/dev/raidframe

2010-12-17 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Dec 17 14:51:27 UTC 2010 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: fix editing artifact To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/raidframe/t_raid.sh Please note that

CVS commit: src/tests/dev/cgd

2010-12-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 15 19:14:37 UTC 2010 Modified Files: src/tests/dev/cgd: t_cgd.sh Log Message: Use proper cleanup. XXX: the atf sh compiler should check for errors. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev

2010-12-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 15 20:37:52 UTC 2010 Modified Files: src/tests/dev: Makefile Added Files: src/tests/dev/raid: Makefile t_raid.sh Log Message: Add first raidframe tests. This is the test for the kernel fault described in PR

CVS commit: src/tests/dev

2010-12-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 15 20:40:18 UTC 2010 Modified Files: src/tests/dev: Makefile Added Files: src/tests/dev/raidframe: Makefile t_raid.sh Removed Files: src/tests/dev/raid: Makefile t_raid.sh Log Message: A few seconds later I

CVS commit: src/tests/dev/raidframe

2010-12-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 15 21:33:10 UTC 2010 Modified Files: src/tests/dev/raidframe: Makefile Log Message: fix post-move testsdir. duh To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/raidframe/Makefile Please note

CVS commit: src/tests/dev/cgd

2010-12-14 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 14 17:48:32 UTC 2010 Modified Files: src/tests/dev/cgd: Makefile t_cgd.sh Added Files: src/tests/dev/cgd: paramsfile Removed Files: src/tests/dev/cgd/h_img2cgd: Makefile cgd.conf img2cgd.c Log Message:

CVS commit: src/tests/dev/md

2010-12-12 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Dec 12 12:50:00 UTC 2010 Modified Files: src/tests/dev/md: t_md.sh Log Message: use rump.halt To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/dev/md/t_md.sh Please note that diffs are not public

CVS commit: src/tests/dev/md

2010-11-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 30 14:29:05 UTC 2010 Modified Files: src/tests/dev/md: h_mdserv.c t_md.sh Log Message: Get rid of the sleep 1 by using rump_daemonize_begin/end(). Notably, md is a little tricky for this, since the ioctl that configures

CVS commit: src/tests/dev/md

2010-11-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 30 14:31:14 UTC 2010 Modified Files: src/tests/dev/md: h_mdserv.c Log Message: comment tyops To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/dev/md/h_mdserv.c Please note that diffs are not public

CVS commit: src/tests/dev/md

2010-11-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 30 19:03:44 UTC 2010 Modified Files: src/tests/dev/md: Makefile Log Message: don't include librump twice To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/md/Makefile Please note that diffs are

CVS commit: src/tests/dev/md

2010-11-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 30 22:15:02 UTC 2010 Modified Files: src/tests/dev/md: t_md.sh Log Message: cleanup server after use (XXX: need better way to reboot it) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev

2010-11-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 11 22:38:47 UTC 2010 Modified Files: src/tests/dev: Makefile Added Files: src/tests/dev/cgd: Makefile t_cgd.sh src/tests/dev/cgd/h_img2cgd: Makefile cgd.conf img2cgd.c Log Message: Add rudimentary cgd

CVS commit: src/tests/dev/cgd/h_img2cgd

2010-11-11 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Nov 11 22:44:50 UTC 2010 Modified Files: src/tests/dev/cgd/h_img2cgd: Makefile Log Message: fix To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/dev/cgd/h_img2cgd/Makefile Please note that diffs are not

CVS commit: src/tests/dev/sysmon

2010-10-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 24 13:11:41 UTC 2010 Modified Files: src/tests/dev/sysmon: t_swwdog.c Log Message: Add a third test-case to verify that disarming of the watchdog works. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/dev/sysmon

2010-10-24 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Oct 24 13:16:12 UTC 2010 Modified Files: src/tests/dev/sysmon: t_swwdog.c Log Message: Due to timing discrepancies desribed in PR kern/43997, tickle the watchdog just a little bit sooner. This maintains the spirit of the

CVS commit: src/tests/dev/dm

2010-10-06 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Wed Oct 6 11:24:56 UTC 2010 Added Files: src/tests/dev/dm: Atffile Makefile dm_targets_cmd.plist dm_version_cmd.plist h_dm.c t_dm.sh Log Message: Import new test program for device-mapper driver it currently call

CVS commit: src/tests/dev/scsipi

2010-09-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Sep 11 16:03:41 UTC 2010 Modified Files: src/tests/dev/scsipi: Makefile t_cd.c Log Message: Query the raw partition at runtime To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/dev/scsipi/Makefile cvs

CVS commit: src/tests/dev/scsipi

2010-09-02 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Sep 2 16:55:15 UTC 2010 Modified Files: src/tests/dev/scsipi: Makefile Log Message: Re-order libraries so that this links statically as well. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/dev/sysmon

2010-08-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 30 08:30:17 UTC 2010 Modified Files: src/tests/dev/sysmon: t_swwdog.c Log Message: Make tcount volatile since a signal handler plays with it. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

  1   2   >