Module Name:src
Committed By: jmmv
Date: Thu Apr 5 01:04:18 UTC 2012
Modified Files:
src/external/bsd/atf/dist/atf-run: fs.cpp
Log Message:
Fix retry logic to avoid triggering an assertion.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf
Module Name:src
Committed By: jmmv
Date: Wed Jul 11 22:37:16 UTC 2012
Update of /cvsroot/src/external/bsd/atf/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29292
Log Message:
Import atf 0.16:
Experimental version released on July 10th, 2012.
* Added a --enable-tools flag to
Module Name:src
Committed By: jmmv
Date: Wed Jul 11 22:38:40 UTC 2012
Modified Files:
src/external/bsd/atf/dist/atf-c/detail: test_helpers.c
src/external/bsd/atf/dist/atf-run: test_program_test.cpp
src/external/bsd/atf/dist/atf-sh: atf-check.cpp
src/
Module Name:src
Committed By: jmmv
Date: Wed Jul 11 22:40:16 UTC 2012
Modified Files:
src/external/bsd/atf/lib/libatf-c: Makefile bconfig.h
src/external/bsd/atf/lib/libatf-c++: Makefile
src/external/bsd/atf/tests/atf/atf-c: Makefile
src/external/bsd/
Module Name:src
Committed By: jmmv
Date: Wed Jul 11 22:42:40 UTC 2012
Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl
Module Name:src
Committed By: jmmv
Date: Wed Jul 11 22:43:19 UTC 2012
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of atf 0.16.
To generate a diff of this commit:
cvs rdiff -u -r1.946 -r1.947 src/doc/3RDPARTY
cvs rdiff -u -r1.1715 -r1.1716 src/doc/C
Module Name:src
Committed By: jmmv
Date: Sat Jul 14 18:50:23 UTC 2012
Modified Files:
src/sys/arch/macppc/conf: INSTALL
Log Message:
Add umass to the macppc INSTALL kernel so that it is easier to perform
USB-based installations by reading the release files from a USB drive
Module Name:src
Committed By: jmmv
Date: Tue Jul 17 03:13:31 UTC 2012
Modified Files:
src/sys/arch/powerpc/oea: ofwoea_machdep.c
Log Message:
OF_finddevice returns -1 on error, not an arbitrary negative number. Make
conditional explicit so that model_name gets a chance to
Module Name:src
Committed By: jmmv
Date: Fri Aug 24 20:24:40 UTC 2012
Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/regex: Makefile
src/tests/lib/libtre: Makefile
Added Files:
src/tests/lib/libc/regex: t_regex.sh t_regex_att.c
R
Module Name:src
Committed By: jmmv
Date: Fri Aug 24 20:25:50 UTC 2012
Modified Files:
src/tests/fs/ffs: h_ffs_server.c
Log Message:
h_ffs_server.c is not a test program. Remove unnecessary traces of atf.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/te
Module Name:src
Committed By: jmmv
Date: Fri Aug 24 20:26:25 UTC 2012
Modified Files:
src/share/mk: bsd.prog.mk
Log Message:
Allow DPADD to be specified on a per-program basis.
To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 src/share/mk/bsd.prog.mk
Plea
Module Name:src
Committed By: jmmv
Date: Fri Aug 24 20:28:19 UTC 2012
Modified Files:
src/share/mk: bsd.test.mk
Log Message:
Make DPADD and LDADD specific to the test programs. This allows mixing
C and C++ test programs in the same Makefile, and prevents regular programs
Module Name:src
Committed By: jmmv
Date: Sat Aug 25 22:21:16 UTC 2012
Modified Files:
src/share/mk: bsd.test.mk
Log Message:
Fix "make test" to actually print the desired message when atf-run fails.
It was being skipped due to the set -e in the code snippet and the failure
Module Name:src
Committed By: jmmv
Date: Sun Aug 26 22:37:19 UTC 2012
Modified Files:
src/doc: CHANGES
src/tests/usr.bin/mkdep: t_mkdep.sh
src/tools/host-mkdep: host-mkdep.in
src/usr.bin/mkdep: mkdep.1 mkdep.c
Log Message:
Add a new "-P prefix" opti
Module Name:src
Committed By: jmmv
Date: Sun Aug 26 23:03:22 UTC 2012
Modified Files:
src/distrib/sets/lists/tests: mi
src/doc: CHANGES
src/etc/mtree: NetBSD.dist.tests
src/tests: Makefile
Added Files:
src/tests/share: Makefile
src/te
Module Name:src
Committed By: jmmv
Date: Sat Oct 13 21:21:53 UTC 2012
Modified Files:
src/distrib/sets/lists/xserver: md.macppc
Log Message:
Add missing ./usr/X11R7/lib/modules/libexa_g.a to fix MKDEBUGLIB=yes build.
To generate a diff of this commit:
cvs rdiff -u -r1.60
Module Name:src
Committed By: jmmv
Date: Fri Feb 15 17:04:22 UTC 2013
Update of /cvsroot/src/external/bsd/atf/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv9795
Log Message:
Import atf 0.17:
Experimental version released on February 14th, 2013.
* Added the atf_utils_cat_file
Module Name:src
Committed By: jmmv
Date: Fri Feb 15 17:08:01 UTC 2013
Modified Files:
src/external/bsd/atf/dist/atf-c: atf-c-api.3 macros_test.c
src/external/bsd/atf/dist/atf-c++: tests.cpp tests.hpp
src/external/bsd/atf/dist/atf-c++/detail: process.hpp
Module Name:src
Committed By: jmmv
Date: Fri Feb 15 17:08:35 UTC 2013
Modified Files:
src/external/bsd/atf/lib/libatf-c: bconfig.h
src/external/bsd/atf/lib/libatf-c++: Makefile
src/external/bsd/atf/tests/atf/atf-c++/detail: Makefile
src/external/bsd/
Module Name:src
Committed By: jmmv
Date: Fri Feb 15 17:09:10 UTC 2013
Modified Files:
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/tests: mi
Log Message:
Update file lists for atf 0.17.
To generate a diff of this commit:
cvs rdiff -u -r1.1801 -r1.1802 s
Module Name:src
Committed By: jmmv
Date: Fri Feb 15 17:09:38 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of atf 0.17.
To generate a diff of this commit:
cvs rdiff -u -r1.1001 -r1.1002 src/doc/3RDPARTY
cvs rdiff -u -r1.1790 -r1.1791 src/doc
Module Name:src
Committed By: jmmv
Date: Fri Feb 15 19:49:49 UTC 2013
Modified Files:
src/distrib/sets: sets.subr
src/share/man/man5: mk.conf.5
src/share/mk: bsd.README bsd.own.mk
Log Message:
Add the MKKYUA knob.
MKKYUA defaults to no and will remain as s
Module Name:src
Committed By: jmmv
Date: Fri Feb 15 20:07:06 UTC 2013
Modified Files:
src/distrib/sets/lists/comp: mi
src/external/mit/lua/lib/liblua: Makefile
Log Message:
Install lua.hpp.
To generate a diff of this commit:
cvs rdiff -u -r1.1802 -r1.1803 src/dis
Module Name:src
Committed By: jmmv
Date: Fri Feb 15 22:14:21 UTC 2013
Modified Files:
src/distrib/sets/lists/debug: mi
Log Message:
Fix debug entries after the import of atf 0.17.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/sets/lists/debug/mi
Module Name:src
Committed By: jmmv
Date: Sat Feb 16 12:44:26 UTC 2013
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests: Makefile
src/tests/share: Makefile
Added Files:
src/tests/share/examples: Makef
Module Name:src
Committed By: jmmv
Date: Sat Feb 16 15:00:44 UTC 2013
Modified Files:
src/share/mk: bsd.test.mk
Log Message:
Add ATFFILE_EXTRA_TPS.
The new ATFFILE_EXTRA_TPS variable can hold a set of test programs or
subdirectories to be added to the generated Atffile, w
Module Name:src
Committed By: jmmv
Date: Sat Feb 16 15:06:53 UTC 2013
Update of /cvsroot/src/external/bsd/lutok/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv242
Log Message:
Initial import of Lutok, version 0.2.
This is a required component of Kyua and its build will be guar
Module Name:src
Committed By: jmmv
Date: Sat Feb 16 21:29:51 UTC 2013
Added Files:
src/external/bsd/lutok: Makefile prepare-import.sh
src/external/bsd/lutok/lib: Makefile
src/external/bsd/lutok/lib/liblutok: Makefile config.h shlib_version
src/extern
Module Name:src
Committed By: jmmv
Date: Sat Feb 16 21:40:46 UTC 2013
Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 mi
Module Name:src
Committed By: jmmv
Date: Sat Feb 16 21:40:59 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note the import of Lutok 0.2
To generate a diff of this commit:
cvs rdiff -u -r1.1002 -r1.1003 src/doc/3RDPARTY
cvs rdiff -u -r1.1791 -r1.1792 src
Module Name:src
Committed By: jmmv
Date: Tue Feb 19 06:01:40 UTC 2013
Update of /cvsroot/src/external/bsd/kyua-testers/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv20265
Log Message:
Initial import of Kyua Testers, version 0.1:
This is a component of Kyua and its build will
Module Name:src
Committed By: jmmv
Date: Tue Feb 19 06:04:44 UTC 2013
Added Files:
src/external/bsd/kyua-testers: Makefile prepare-import.sh
src/external/bsd/kyua-testers/lib: Makefile
src/external/bsd/kyua-testers/lib/libatf_tester: Makefile
src/ext
Module Name:src
Committed By: jmmv
Date: Tue Feb 19 06:06:45 UTC 2013
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/tests
Module Name:src
Committed By: jmmv
Date: Tue Feb 19 06:06:54 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of kyua-testers, version 0.1.
To generate a diff of this commit:
cvs rdiff -u -r1.1003 -r1.1004 src/doc/3RDPARTY
cvs rdiff -u -r1.1792
Module Name:src
Committed By: jmmv
Date: Tue Feb 19 15:30:07 UTC 2013
Modified Files:
src/tests: Makefile
Removed Files:
src/tests: Atffile
Log Message:
Auto-generate the top-level Atffile.
This fixes a problem in MKKYUA=no builds in which the kyua-testers
subdire
Module Name:src
Committed By: jmmv
Date: Tue Feb 19 15:35:43 UTC 2013
Modified Files:
src/external/bsd/atf/lib/libatf-c: Makefile
src/external/bsd/atf/lib/libatf-c++: Makefile
src/external/bsd/atf/usr.bin/atf-sh: Makefile
Log Message:
Fix atf version in pkg
Module Name:src
Committed By: jmmv
Date: Fri Feb 22 15:14:31 UTC 2013
Modified Files:
src/distrib/sets/lists/comp: mi
src/external/bsd/lutok/lib/liblutok: Makefile
Log Message:
Install lutok's missing test_utils.hpp header file.
To generate a diff of this commit:
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 12:34:11 UTC 2013
Update of /cvsroot/src/external/bsd/kyua-cli/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv16247
Log Message:
Initial import of Kyua CLI, version 0.6:
This is the main component of Kyua and its build will b
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 14:16:58 UTC 2013
Added Files:
src/external/bsd/kyua-cli: Makefile Makefile.inc config.h
prepare-import.sh
src/external/bsd/kyua-cli/lib: Makefile Makefile.inc
src/external/bsd/kyua-cli/lib/cli:
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 14:18:40 UTC 2013
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/misc: mi
src/distrib/sets/lists/tests
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 14:18:52 UTC 2013
Modified Files:
src/external/bsd: Makefile
Log Message:
Makefile
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/external/bsd/Makefile
Please note that diffs are not public domain; t
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 14:22:24 UTC 2013
Modified Files:
src/tests: Makefile
Log Message:
Register kyua-cli into the Atffile when MKKYUA!=no.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/tests/Makefile
Please note that d
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 14:24:13 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note new import of kyua-cli, version 0.6.
To generate a diff of this commit:
cvs rdiff -u -r1.1005 -r1.1006 src/doc/3RDPARTY
cvs rdiff -u -r1.1794
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 14:24:56 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Reword entry about the import of kyua-testers-0.1 to use kyua(1) as the
affected component name.
To generate a diff of this commit:
cvs rdiff -u -r1.1795 -
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 14:58:12 UTC 2013
Modified Files:
src/distrib/sets/lists/misc: mi
src/etc/mtree: NetBSD.dist.base
src/external/bsd/kyua-testers: Makefile
src/external/bsd/kyua-testers/share: Makefile
Log Message:
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 21:04:28 UTC 2013
Modified Files:
src/external/bsd/kyua-testers/dist: atf_list.c atf_list_test.c
Log Message:
Cherry-pick upstream commit 9f81e6f6fece7f7e26643022a5efb93c3595e9bc:
Escape backslashes in test metadata
The
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 21:20:14 UTC 2013
Modified Files:
src/share/mk: bsd.test.mk
src/tests: Makefile
Log Message:
Stop assuming that test programs and directories are the same thing during
Atffile generation.
This is needed to be abl
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 22:01:52 UTC 2013
Modified Files:
src/distrib/sets/lists/tests: mi module.mi
src/share/mk: bsd.test.mk
Log Message:
Autogenerate Kyuafiles next to Atffiles when MKKYUA is set.
This is suboptimal: the current high
Module Name:src
Committed By: jmmv
Date: Sat Feb 23 22:56:47 UTC 2013
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Remove duplicate (and possibly invalid) 'atf' tags from 3 tests.
To generate a diff of this commit:
cvs rdiff -u -r1.522 -r1.523 src/distri
Module Name:src
Committed By: jmmv
Date: Sun Feb 24 03:06:16 UTC 2013
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/etc: mi
src/etc: Makefile
src/etc/mtree: NetBSD.dist.base
src/external/bsd/kyua-cli: Makefile
Added F
Module Name:src
Committed By: jmmv
Date: Sun Feb 24 03:13:00 UTC 2013
Added Files:
src/external/bsd/kyua-testers/share/doc: Makefile
src/external/bsd/kyua-testers/share/doc/kyua-testers: Makefile
Log Message:
Install kyua-testers' distribution documents.
(Followup
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 00:17:26 UTC 2013
Update of /cvsroot/src/external/bsd/kyua-atf-compat/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29838
Log Message:
Initial import of kyua-atf-compat, version 0.1:
This is the last component of the import
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 00:20:10 UTC 2013
Added Files:
src/external/bsd/kyua-atf-compat: Makefile Makefile.inc
prepare-import.sh
src/external/bsd/kyua-atf-compat/share: Makefile Makefile.inc
src/external/bsd/kyua-atf-c
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 00:21:04 UTC 2013
Modified Files:
src/external/bsd: Makefile
Log Message:
Descend into kyua-atf-compat when MKKYUA!=no.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/external/bsd/Makefile
Please not
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 00:22:11 UTC 2013
Modified Files:
src/external/bsd/atf/etc: Makefile
src/external/bsd/atf/share: Makefile
src/external/bsd/atf/tests/atf: Makefile
src/external/bsd/atf/usr.bin: Makefile
Log Message
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 00:23:01 UTC 2013
Modified Files:
src/share/xml: Makefile
Log Message:
Do not bother installing any XML calatog when MKKYUA!=no. We won't need
these any more, and we can possibly get rid of the directory altogether
at a
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 00:31:52 UTC 2013
Modified Files:
src/etc/mtree: NetBSD.dist.base NetBSD.dist.tests
Log Message:
Add new directories for kyua-atf-compat.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/etc/mtree/Net
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 00:33:19 UTC 2013
Modified Files:
src/tests: Makefile
Log Message:
Run tests in kyua-atf-compat if MKKYUA!=no.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/tests/Makefile
Please note that diffs are
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 00:34:15 UTC 2013
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/misc: mi
src/distrib/sets/lists/tests
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 00:34:53 UTC 2013
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note new import of kyua-atf-compat, version 0.1.
To generate a diff of this commit:
cvs rdiff -u -r1.1006 -r1.1007 src/doc/3RDPARTY
cvs rdiff -u -
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 02:02:41 UTC 2013
Modified Files:
src/share/man/man7: Makefile
Added Files:
src/share/man/man7: tests.atf.7 tests.kyua.7
Removed Files:
src/share/man/man7: tests.7
Log Message:
Provide Kyua instructions in
Module Name:src
Committed By: jmmv
Date: Mon Feb 25 18:49:51 UTC 2013
Modified Files:
src/external/bsd/kyua-atf-compat/dist: atf-run.sh
Log Message:
Cherry-pick upstream change d0daf9983f5a0e635f1127dbc827aa114daa90d8:
Fix broken variable parsing with NetBSD's /bin/sh
Qu
Module Name:src
Committed By: jmmv
Date: Tue Feb 26 15:23:19 UTC 2013
Modified Files:
src/external/bsd/kyua-atf-compat/dist: atf-run.sh atf-run_test.sh
Log Message:
Cherry-pick upstream change 70aefdbe5b843d6b24b5a9b816e47f2fb026dde2:
Properly handle tabs when parsing con
Module Name:src
Committed By: jmmv
Date: Sat Mar 9 14:12:08 UTC 2013
Modified Files:
src/etc: Makefile.params
Log Message:
Record the value of MKATF and MKKYUA in /etc/release.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/etc/Makefile.params
Please n
Module Name:src
Committed By: jmmv
Date: Thu Mar 14 06:03:44 UTC 2013
Modified Files:
src/tests/usr.bin/sed: t_sed.sh
Log Message:
Prevent the sed command in c2048 from getting stuck.
Provide some unused input to the sed command in the c2048 test to prevent
the test from
Module Name:src
Committed By: jmmv
Date: Thu Mar 14 06:43:32 UTC 2013
Modified Files:
src/tests/dev/scsipi: t_cd.c
Log Message:
Expect a crash in the noisyeject test. Mention PR kern/47646.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/dev/scsipi
Module Name:src
Committed By: jmmv
Date: Thu Mar 14 07:10:07 UTC 2013
Modified Files:
src/external/bsd/atf/lib/libatf-c: Makefile
src/external/bsd/atf/lib/libatf-c++: Makefile
src/external/bsd/atf/usr.bin/atf-sh: Makefile
Added Files:
src/external/bs
Module Name:src
Committed By: jmmv
Date: Sat Mar 16 01:26:53 UTC 2013
Modified Files:
src/doc: CHANGES
src/share/man/man4/man4.x86: vmt.4
src/sys/arch/x86/x86: vmt.c
Log Message:
Synchronize the clock periodically in vmt(4).
Add periodic clock synchronizat
Module Name:src
Committed By: jmmv
Date: Sat Mar 16 04:21:19 UTC 2013
Modified Files:
src/external/bsd/atf/dist/atf-c: pkg_config_test.sh
src/external/bsd/atf/dist/atf-c++: pkg_config_test.sh
Log Message:
Mark the atf/atf-{c,c++}/pkg_config_test:version tests as ne
Module Name:src
Committed By: jmmv
Date: Sat Mar 16 05:25:00 UTC 2013
Modified Files:
src/tests/fs/common: h_fsmacros.h
Log Message:
Mark the zfs tests as requiring root.
This is wrong. The zfs tests already use rump so they should not require
root. However, I've alread
Module Name:src
Committed By: jmmv
Date: Sat Mar 16 05:45:37 UTC 2013
Modified Files:
src/tests/fs/vfs: t_full.c t_unpriv.c t_vnops.c
Log Message:
Mark a bunch of routinely-broken ZFS tests as expected failures. Point
them at PR kern/47656.
To generate a diff of this co
Module Name:src
Committed By: jmmv
Date: Sat Mar 16 07:54:04 UTC 2013
Modified Files:
src/tests/fs/psshfs: t_psshfs.sh
Log Message:
Use /bin/sh for a temporary script instead of querying the name of the
shell from atf-config.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 01:16:45 UTC 2013
Modified Files:
src/tests/fs/tmpfs: h_funcs.subr
Log Message:
Simplify test_mount and log errors.
If mount_tmpfs fails, show what the stderr output of the command was instead
of failing without details.
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 02:48:31 UTC 2013
Modified Files:
src/tests/fs/vfs: t_renamerace.c
Log Message:
Fix the t_renamerace:lfs_renamerace_dirs test on fast machines.
This test was failing on my machine when run natively but not causing any
pr
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 03:00:05 UTC 2013
Modified Files:
src/tests/ipf: t_filter_exec.sh t_filter_parse.sh t_nat_exec.sh
Log Message:
Mark some long-standing failures as known failures.
The offending tests are these:
- t_filter_exec: f26, f27.
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 04:36:00 UTC 2013
Modified Files:
src/tests/lib/libc/c063: t_fexecve.c
Log Message:
fexecve is not implemented, so mark the test as an expected failure.
While doing this, clean this whole thing: do not define a useless c
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 04:46:07 UTC 2013
Modified Files:
src/tests/lib/libc/c063: t_faccessat.c t_fchmodat.c t_fchownat.c
t_fstatat.c t_linkat.c t_mkdirat.c t_mkfifoat.c t_mknodat.c
t_o_search.c t_openat.c t_readlinkat.c
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 05:02:14 UTC 2013
Modified Files:
src/tests/lib/libc/locale: t_io.c
Log Message:
Mark two routinely-broken tests as expected failures referencing PR lib/47660.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 05:13:13 UTC 2013
Modified Files:
src/tests/lib/libpthread: t_cond.c
Log Message:
Try to trigger the cond_timedwait_race race several times.
Sometime this tests passes (after all, it's exercising a race condition) and
wh
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 05:47:48 UTC 2013
Modified Files:
src/tests/lib/libc/gen: t_sleep.c
Log Message:
Do not special-case qemu when expecting the failure due to PR kern/43997.
I am sporadically observing this in my real machine as well. It'
Module Name:src
Committed By: jmmv
Date: Sun Mar 17 05:56:47 UTC 2013
Modified Files:
src/external/bsd/kyua-testers/dist: fs_test.c
Log Message:
Apply upstream change 1b82d0fe146031526b73454cc64bca7ee1f5b87a:
Fix fs_test:cleanup__mount_point__busy
The first call to kyua_
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 rdi
Module Name:src
Committed By: jmmv
Date: Sun Mar 2 19:56:48 UTC 2014
Modified Files:
src/tests/kernel: t_mqueue.c
Log Message:
Remove unnecessary and broken cleanup routine.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/kernel/t_mqueue.c
Please
Module Name:src
Committed By: jmmv
Date: Sun Mar 2 20:13:12 UTC 2014
Modified Files:
src/tests/kernel: t_sysv.c
Log Message:
Make cleanup routines actually work.
The only way to pass global state from the body to the cleanup is via the
file system.
Fixes leaks of global
Module Name:src
Committed By: jmmv
Date: Sun Mar 2 22:50:13 UTC 2014
Modified Files:
src/external/bsd/atf/dist/tools: atf-version.cpp
src/external/bsd/atf/lib/libatf-c: Makefile
src/external/bsd/atf/lib/libatf-c++: Makefile
src/external/bsd/atf/usr.
Module Name:src
Committed By: jmmv
Date: Mon Mar 3 19:56:32 UTC 2014
Modified Files:
src/external/bsd/atf/tests/atf/atf-sh: Makefile
Added Files:
src/external/bsd/atf/tests/atf/atf-sh: Atffile Kyuafile
Log Message:
Avoid running a helper program for atf-sh as a te
Module Name:src
Committed By: jmmv
Date: Thu Aug 7 14:22:13 UTC 2014
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
Add missing Kyuafile.
To generate a diff of this commit:
cvs rdiff -u -r1.582 -r1.583 src/distrib/sets/lists/tests/mi
Please note that dif
Module Name:src
Committed By: jmmv
Date: Sat Jun 26 11:15:28 UTC 2010
Modified Files:
src/share/man/man7: Makefile
Added Files:
src/share/man/man7: tests.7
Log Message:
Add the tests(7) manual page, which describes why and how to run the
test suite and how to confi
Module Name:src
Committed By: jmmv
Date: Sat Jun 26 11:15:59 UTC 2010
Modified Files:
src/distrib/sets/lists/man: mi
Log Message:
Register the tests(7) manual page.
To generate a diff of this commit:
cvs rdiff -u -r1.1220 -r1.1221 src/distrib/sets/lists/man/mi
Please no
Module Name:src
Committed By: jmmv
Date: Sat Jun 26 11:26:17 UTC 2010
Modified Files:
src/share/man/man7: tests.7
src/share/man/man8: afterboot.8
Log Message:
Move testing instructions from afterboot(8) to tests(7) and change the
former to only provide a link to th
Module Name:src
Committed By: jmmv
Date: Sat Jun 26 11:27:51 UTC 2010
Modified Files:
src/external/bsd/atf/etc/atf: NetBSD.conf
Log Message:
Reference tests(7).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/atf/etc/atf/NetBSD.conf
Please n
Module Name:src
Committed By: jmmv
Date: Tue Jun 29 16:58:14 UTC 2010
Removed Files:
src/external/bsd/atf/tests/atf/tools: Makefile
Log Message:
Remove obsolete Makefile.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/external/bsd/atf/tests/atf/tools/Makef
Module Name:src
Committed By: jmmv
Date: Sat Jul 3 08:04:57 UTC 2010
Update of /cvsroot/src/external/bsd/atf/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv19988
Log Message:
Import atf 0.10:
Miscellaneous features
* Added expected failures support to test cases and atf-run.
Module Name:src
Committed By: jmmv
Date: Sat Jul 3 08:11:34 UTC 2010
Modified Files:
src/external/bsd/atf/dist/atf-c: fs.c tc.c
src/external/bsd/atf/dist/atf-c++: tests.cpp tests.hpp
src/external/bsd/atf/dist/atf-check: atf-check.1
src/external/bsd/
Module Name:src
Committed By: jmmv
Date: Sat Jul 3 08:14:13 UTC 2010
Modified Files:
src/external/bsd/atf: Makefile prepare-import.sh
src/external/bsd/atf/lib/libatf-c: Makefile bconfig.h
src/external/bsd/atf/lib/libatf-c++: Makefile
src/external/bs
Module Name:src
Committed By: jmmv
Date: Sat Jul 3 08:14:47 UTC 2010
Modified Files:
src/etc/mtree: NetBSD.dist.base
Log Message:
Adjust directories for atf 0.10.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/etc/mtree/NetBSD.dist.base
Please note t
Module Name:src
Committed By: jmmv
Date: Sat Jul 3 08:16:51 UTC 2010
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/tests: mi
Log Message:
Update file lists for
Module Name:src
Committed By: jmmv
Date: Sat Jul 3 08:18:30 UTC 2010
Modified Files:
src/tests/fs/lfs: t_pr.c
src/tests/fs/ptyfs: t_nullpts.c
src/tests/fs/union: t_pr.c
src/tests/kernel/tty: t_pr.c
src/tests/lib/semaphore: sem.c
src/
Module Name:src
Committed By: jmmv
Date: Sat Jul 3 08:19:14 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note import of atf 0.10.
To generate a diff of this commit:
cvs rdiff -u -r1.1409 -r1.1410 src/doc/CHANGES
Please note that diffs are not public domain; t
Module Name:src
Committed By: jmmv
Date: Sat Jul 3 08:31:37 UTC 2010
Modified Files:
src/tests/fs/lfs: t_pr.c
Log Message:
Re-add PR number and expected failure condition (as a comment, because the
problem is resolved). Per pooka's request.
To generate a diff of this c
1 - 100 of 311 matches
Mail list logo