Up to [cvs.NetBSD.org] / src / etc / mtree
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.96 / (download) - annotate - [select for diffs], Thu Mar 21 19:17:51 2013 UTC (8 weeks, 2 days ago) by christos
Branch: MAIN
CVS Tags: khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.95: +3 -1
lines
Diff to previous 1.95 (colored)
new test directories
Revision 1.95 / (download) - annotate - [select for diffs], Mon Feb 25 00:31:51 2013 UTC (2 months, 3 weeks ago) by jmmv
Branch: MAIN
Changes since 1.94: +2 -1
lines
Diff to previous 1.94 (colored)
Add new directories for kyua-atf-compat.
Revision 1.94 / (download) - annotate - [select for diffs], Sat Feb 23 14:18:36 2013 UTC (2 months, 3 weeks ago) by jmmv
Branch: MAIN
CVS Tags: tls-maxphys-nbase,
tls-maxphys-base
Changes since 1.93: +39 -1
lines
Diff to previous 1.93 (colored)
Register directories and files provided by kyua-cli.
Revision 1.93 / (download) - annotate - [select for diffs], Tue Feb 19 06:06:44 2013 UTC (2 months, 4 weeks ago) by jmmv
Branch: MAIN
Changes since 1.92: +3 -1
lines
Diff to previous 1.92 (colored)
Enable the build of kyua-testers and register its files and directories. This is conditional on MKKYUA.
Revision 1.92 / (download) - annotate - [select for diffs], Sat Feb 16 21:40:44 2013 UTC (3 months ago) by jmmv
Branch: MAIN
Changes since 1.91: +4 -1
lines
Diff to previous 1.91 (colored)
Hook Lutok into the build. This is all protected by the MKKYUA guard.
Revision 1.91 / (download) - annotate - [select for diffs], Sat Feb 16 12:44:26 2013 UTC (3 months ago) by jmmv
Branch: MAIN
Changes since 1.90: +2 -2
lines
Diff to previous 1.90 (colored)
Move tests for examples from tests/examples to tests/share/examples. This is to match the layout of the installed and source files more closely. While doing this, honor the MKSHARE variable, as the files these tests validate are only installed when MKSHARE=yes.
Revision 1.90 / (download) - annotate - [select for diffs], Fri Nov 23 08:36:47 2012 UTC (5 months, 3 weeks ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7
Changes since 1.89: +2 -1
lines
Diff to previous 1.89 (colored)
Adjust for usr/tests/lib/libc/c063 debug entries.
Revision 1.89 / (download) - annotate - [select for diffs], Tue Nov 20 15:41:43 2012 UTC (5 months, 3 weeks ago) by pgoyette
Branch: MAIN
Changes since 1.88: +3 -1
lines
Diff to previous 1.88 (colored)
Also give install a place to put the atf tests for netpgpverify
Revision 1.88 / (download) - annotate - [select for diffs], Sun Nov 18 17:41:52 2012 UTC (5 months, 4 weeks ago) by manu
Branch: MAIN
Changes since 1.87: +2 -1
lines
Diff to previous 1.87 (colored)
Add most system calls for POSIX extended API set, part 2, with test cases: faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2), mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2), utimensat(2), openat(2). Also implement O_SEARCH for openat(2) Still missing: - some flags for openat(2) - fexecve(2) implementation
Revision 1.87 / (download) - annotate - [select for diffs], Mon Nov 12 09:03:52 2012 UTC (6 months ago) by njoly
Branch: MAIN
Changes since 1.86: +3 -1
lines
Diff to previous 1.86 (colored)
Adjust for tests/lib/{libbpfjit,libsljit} debug entries.
Revision 1.86 / (download) - annotate - [select for diffs], Sun Nov 11 17:41:32 2012 UTC (6 months ago) by alnsn
Branch: MAIN
Changes since 1.85: +2 -1
lines
Diff to previous 1.85 (colored)
Build libbpfjit test to the build.
Revision 1.85 / (download) - annotate - [select for diffs], Mon Nov 5 00:57:41 2012 UTC (6 months, 1 week ago) by alnsn
Branch: MAIN
Changes since 1.84: +2 -1
lines
Diff to previous 1.84 (colored)
Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386.
Revision 1.84 / (download) - annotate - [select for diffs], Wed Sep 12 14:07:10 2012 UTC (8 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.83: +2 -1
lines
Diff to previous 1.83 (colored)
New test directory for npf
Revision 1.83 / (download) - annotate - [select for diffs], Sun Aug 26 23:03:22 2012 UTC (8 months, 3 weeks ago) by jmmv
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.82: +3 -1
lines
Diff to previous 1.82 (colored)
Add placeholder test programs for share/mk files. The main goal of this change is to simplify the further addition of test cases for the share/mk infrastructure by adding a few placeholder test programs to the tests tree. To not leave these test programs empty, I have added a bunch of extremely simple test cases to them.
Revision 1.82 / (download) - annotate - [select for diffs], Tue Aug 14 19:13:54 2012 UTC (9 months ago) by alnsn
Branch: MAIN
Changes since 1.81: +3 -1
lines
Diff to previous 1.81 (colored)
Build and install t_bpfilter.
Revision 1.81 / (download) - annotate - [select for diffs], Mon Aug 13 11:17:43 2012 UTC (9 months ago) by christos
Branch: MAIN
Changes since 1.80: +3 -1
lines
Diff to previous 1.80 (colored)
add fdpass directories
Revision 1.80 / (download) - annotate - [select for diffs], Sat Jul 28 16:08:40 2012 UTC (9 months, 3 weeks ago) by njoly
Branch: MAIN
Changes since 1.79: +2 -1
lines
Diff to previous 1.79 (colored)
Add testcase for PR/46743
Revision 1.79 / (download) - annotate - [select for diffs], Sun Jul 22 21:04:44 2012 UTC (9 months, 3 weeks ago) by joerg
Branch: MAIN
Changes since 1.78: +2 -1
lines
Diff to previous 1.78 (colored)
+ /usr/tests/usr.bin/nbperf
Revision 1.78 / (download) - annotate - [select for diffs], Wed Jun 6 21:23:10 2012 UTC (11 months, 1 week ago) by martin
Branch: MAIN
Changes since 1.77: +2 -1
lines
Diff to previous 1.77 (colored)
Add a basic test for infocmp - this would have cought todays terminfo lossage (PR lib/46553).
Revision 1.77 / (download) - annotate - [select for diffs], Sun May 27 23:03:24 2012 UTC (11 months, 3 weeks ago) by martin
Branch: MAIN
Changes since 1.76: +3 -1
lines
Diff to previous 1.76 (colored)
Add new test directory
Revision 1.76 / (download) - annotate - [select for diffs], Fri May 18 15:25:26 2012 UTC (12 months ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Changes since 1.75: +2 -1
lines
Diff to previous 1.75 (colored)
Add a test case for PR kern/46463. From Richard Hansen.
Revision 1.75 / (download) - annotate - [select for diffs], Thu Apr 19 18:51:36 2012 UTC (12 months, 4 weeks ago) by jruoho
Branch: MAIN
Changes since 1.74: +2 -1
lines
Diff to previous 1.74 (colored)
Add a test case for PR bin/39546.
Revision 1.74 / (download) - annotate - [select for diffs], Sat Apr 14 12:21:46 2012 UTC (13 months ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.73: +2 -1
lines
Diff to previous 1.73 (colored)
Add a test case for PR kern/46328 (tested naively with tcpdump(8)).
Revision 1.73 / (download) - annotate - [select for diffs], Sat Apr 14 02:48:44 2012 UTC (13 months ago) by pgoyette
Branch: MAIN
Changes since 1.72: +1 -2
lines
Diff to previous 1.72 (colored)
Revert previous - k_helper3 does not get installed in a subdirectory. Doing it this way will prevent us from creating the subdirectory on non-MODULAR systems. That would have caused a build break due to the unexpected empty directory.
Revision 1.72 / (download) - annotate - [select for diffs], Sat Apr 14 00:14:22 2012 UTC (13 months ago) by pgoyette
Branch: MAIN
Changes since 1.71: +2 -1
lines
Diff to previous 1.71 (colored)
Create the directory for the helper program; hopefully fixes the build break. XXX It's odd that k_helper3 needs to have its directory pre-created, when XXX k_helper, k_helper2, and k_uvm don't need it...
Revision 1.71 / (download) - annotate - [select for diffs], Fri Mar 30 09:27:10 2012 UTC (13 months, 2 weeks ago) by jruoho
Branch: MAIN
Changes since 1.70: +2 -1
lines
Diff to previous 1.70 (colored)
Add regression tests for PR bin/3914 and PR bin/27140.
Revision 1.70 / (download) - annotate - [select for diffs], Tue Mar 27 08:16:33 2012 UTC (13 months, 3 weeks ago) by jruoho
Branch: MAIN
Changes since 1.69: +2 -1
lines
Diff to previous 1.69 (colored)
Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841.
Revision 1.69 / (download) - annotate - [select for diffs], Tue Mar 20 06:18:34 2012 UTC (13 months, 4 weeks ago) by jruoho
Branch: MAIN
Changes since 1.68: +2 -1
lines
Diff to previous 1.68 (colored)
Add regression tests for PR bin/12424, PR bin/12316, and PR bin/14253, all fixed long time ago.
Revision 1.68 / (download) - annotate - [select for diffs], Mon Mar 19 11:16:37 2012 UTC (14 months ago) by njoly
Branch: MAIN
Changes since 1.67: +4 -1
lines
Diff to previous 1.67 (colored)
Adjust to unbreak mkdebug build.
Revision 1.67 / (download) - annotate - [select for diffs], Mon Mar 19 07:05:18 2012 UTC (14 months ago) by jruoho
Branch: MAIN
Changes since 1.66: +2 -1
lines
Diff to previous 1.66 (colored)
Add regression tests for PR bin/2642 and PR bin/23836, both fixed long ago.
Revision 1.66 / (download) - annotate - [select for diffs], Sun Mar 18 12:40:43 2012 UTC (14 months ago) by jruoho
Branch: MAIN
Changes since 1.65: +2 -1
lines
Diff to previous 1.65 (colored)
Add a case for PR bin/44973.
Revision 1.65 / (download) - annotate - [select for diffs], Sun Mar 18 10:12:31 2012 UTC (14 months ago) by jruoho
Branch: MAIN
Changes since 1.64: +2 -1
lines
Diff to previous 1.64 (colored)
Add a test case for PR bin/28126. Does not fail with GNU sed.
Revision 1.64 / (download) - annotate - [select for diffs], Sat Mar 17 17:16:41 2012 UTC (14 months ago) by jruoho
Branch: MAIN
Changes since 1.63: +2 -3
lines
Diff to previous 1.63 (colored)
Adjust set lists and mtree.
Revision 1.63 / (download) - annotate - [select for diffs], Sat Mar 17 16:35:02 2012 UTC (14 months ago) by jruoho
Branch: MAIN
Changes since 1.62: +30 -25
lines
Diff to previous 1.62 (colored)
Adjust set lists and mtree.
Revision 1.62 / (download) - annotate - [select for diffs], Sun Mar 11 18:45:19 2012 UTC (14 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.61: +1 -2
lines
Diff to previous 1.61 (colored)
Adjust set lists and mtree.
Revision 1.61 / (download) - annotate - [select for diffs], Sat Mar 10 19:11:36 2012 UTC (14 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.60: +2 -1
lines
Diff to previous 1.60 (colored)
add awk test directory
Revision 1.60 / (download) - annotate - [select for diffs], Mon Feb 13 21:03:06 2012 UTC (15 months ago) by martin
Branch: MAIN
CVS Tags: netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Changes since 1.59: +3 -3
lines
Diff to previous 1.59 (colored)
Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libc and kernel, but that is an implementation detail unrelated to the tests themselfs. Ok: releng
Revision 1.59 / (download) - annotate - [select for diffs], Sat Feb 11 23:31:23 2012 UTC (15 months ago) by martin
Branch: MAIN
Changes since 1.58: +3 -1
lines
Diff to previous 1.58 (colored)
Add userland part of posix_spawn. Libc functions imported from FreeBSD. Based on Charles Zhang's summer of code project.
Revision 1.58 / (download) - annotate - [select for diffs], Tue Dec 27 14:51:15 2011 UTC (16 months, 3 weeks ago) by pgoyette
Branch: MAIN
Changes since 1.57: +3 -1
lines
Diff to previous 1.57 (colored)
Add directory for libcrypt tests
Revision 1.57 / (download) - annotate - [select for diffs], Wed Dec 21 01:58:46 2011 UTC (16 months, 4 weeks ago) by christos
Branch: MAIN
Changes since 1.56: +3 -1
lines
Diff to previous 1.56 (colored)
add fifofs
Revision 1.56 / (download) - annotate - [select for diffs], Sat Nov 12 01:19:40 2011 UTC (18 months ago) by jmmv
Branch: MAIN
Changes since 1.55: +2 -1
lines
Diff to previous 1.55 (colored)
Register directories for the new asm examples and their tests.
Revision 1.55 / (download) - annotate - [select for diffs], Mon Nov 7 13:39:54 2011 UTC (18 months, 1 week ago) by njoly
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2
Changes since 1.54: +2 -1
lines
Diff to previous 1.54 (colored)
+./usr/libdata/debug/usr/tests/lib/libtre
Revision 1.54 / (download) - annotate - [select for diffs], Sun Nov 6 18:45:04 2011 UTC (18 months, 1 week ago) by christos
Branch: MAIN
Changes since 1.53: +3 -1
lines
Diff to previous 1.53 (colored)
add libtre test directories
Revision 1.53 / (download) - annotate - [select for diffs], Mon Sep 19 05:25:50 2011 UTC (19 months, 4 weeks ago) by jruoho
Branch: MAIN
CVS Tags: yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.52: +1 -3
lines
Diff to previous 1.52 (colored)
Move the tests/libc/ieeefp to tests/libc/gen to match the structure of libc. Also rename the test files to gain functional scope.
Revision 1.52 / (download) - annotate - [select for diffs], Sat Aug 27 19:02:29 2011 UTC (20 months, 3 weeks ago) by dyoung
Branch: MAIN
Changes since 1.51: +3 -1
lines
Diff to previous 1.51 (colored)
Straggler from last: add the directory for ppath(3) tests.
Revision 1.51 / (download) - annotate - [select for diffs], Thu Jul 7 07:40:46 2011 UTC (22 months, 1 week ago) by jruoho
Branch: MAIN
Changes since 1.50: +1 -3
lines
Diff to previous 1.50 (colored)
Remove ../tests/syscall.
Revision 1.50 / (download) - annotate - [select for diffs], Sat Jun 25 05:45:12 2011 UTC (22 months, 3 weeks ago) by nonaka
Branch: MAIN
Changes since 1.49: +8 -1
lines
Diff to previous 1.49 (colored)
PR/45015: ld.elf_so: support ELF symbol versioning Applied latest patch.
Revision 1.49 / (download) - annotate - [select for diffs], Mon May 30 18:14:11 2011 UTC (23 months, 2 weeks ago) by njoly
Branch: MAIN
CVS Tags: cherry-xenmp-base,
cherry-xenmp
Changes since 1.48: +2 -1
lines
Diff to previous 1.48 (colored)
Add testcase for PR bin/45004, to exercize suffixes lists for mkdep(1).
Revision 1.48 / (download) - annotate - [select for diffs], Mon May 9 17:53:54 2011 UTC (2 years ago) by jruoho
Branch: MAIN
Changes since 1.47: +2 -1
lines
Diff to previous 1.47 (colored)
Add a test case for PR kern/44946. This tests that common first level sysctl nodes (ddb, hw, machdep, etc.) are not writable by a normal user.
Revision 1.47 / (download) - annotate - [select for diffs], Thu May 5 05:39:11 2011 UTC (2 years ago) by jruoho
Branch: MAIN
Changes since 1.46: +3 -1
lines
Diff to previous 1.46 (colored)
Follow the real tree with the test directory structure.
Revision 1.46 / (download) - annotate - [select for diffs], Tue May 3 15:13:50 2011 UTC (2 years ago) by jruoho
Branch: MAIN
Changes since 1.45: +2 -1
lines
Diff to previous 1.45 (colored)
Add a test case for PR bin/26453.
Revision 1.45 / (download) - annotate - [select for diffs], Tue May 3 08:36:15 2011 UTC (2 years ago) by jruoho
Branch: MAIN
Changes since 1.44: +2 -1
lines
Diff to previous 1.44 (colored)
Add a test for PR bin/41880.
Revision 1.44 / (download) - annotate - [select for diffs], Tue May 3 07:56:42 2011 UTC (2 years ago) by jruoho
Branch: MAIN
Changes since 1.43: +2 -1
lines
Diff to previous 1.43 (colored)
A test for non-critical/low PR bin/42179.
Revision 1.43 / (download) - annotate - [select for diffs], Tue May 3 07:23:19 2011 UTC (2 years ago) by jruoho
Branch: MAIN
Changes since 1.42: +2 -1
lines
Diff to previous 1.42 (colored)
Verify that PR bin/42628 is no longer an issue.
Revision 1.42 / (download) - annotate - [select for diffs], Tue May 3 06:13:06 2011 UTC (2 years ago) by jruoho
Branch: MAIN
Changes since 1.41: +2 -1
lines
Diff to previous 1.41 (colored)
Add a test for non-critical/low PR bin/43141.
Revision 1.41 / (download) - annotate - [select for diffs], Mon May 2 11:55:15 2011 UTC (2 years ago) by njoly
Branch: MAIN
Changes since 1.40: +2 -1
lines
Diff to previous 1.40 (colored)
Add back usr/libdata/debug/usr/tests/lib/libc/termios, needed for debug builds.
Revision 1.40 / (download) - annotate - [select for diffs], Mon May 2 08:11:41 2011 UTC (2 years ago) by pgoyette
Branch: MAIN
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
Get this right. It was not the debugdata directory that was missing...
Revision 1.39 / (download) - annotate - [select for diffs], Mon May 2 02:43:04 2011 UTC (2 years ago) by pgoyette
Branch: MAIN
Changes since 1.38: +2 -1
lines
Diff to previous 1.38 (colored)
Add tests/lib/libc/termios subdirectory to accomodate jruoho's new test t_tcsetpgrp
Revision 1.38 / (download) - annotate - [select for diffs], Tue Apr 12 17:07:52 2011 UTC (2 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.37: +2 -1
lines
Diff to previous 1.37 (colored)
Add missing ./usr/libdata/debug/usr/tests/lib/libcurses
Revision 1.37 / (download) - annotate - [select for diffs], Sun Apr 10 09:45:59 2011 UTC (2 years, 1 month ago) by blymn
Branch: MAIN
Changes since 1.36: +4 -1
lines
Diff to previous 1.36 (colored)
Add libcurses to tests.
Revision 1.36 / (download) - annotate - [select for diffs], Sat Apr 9 17:45:24 2011 UTC (2 years, 1 month ago) by pgoyette
Branch: MAIN
Changes since 1.35: +3 -1
lines
Diff to previous 1.35 (colored)
atf-ify the various locale tests
Revision 1.35 / (download) - annotate - [select for diffs], Thu Apr 7 06:24:07 2011 UTC (2 years, 1 month ago) by plunky
Branch: MAIN
Changes since 1.34: +3 -1
lines
Diff to previous 1.34 (colored)
link libbluetooth tests to the build
Revision 1.34 / (download) - annotate - [select for diffs], Thu Mar 10 20:03:40 2011 UTC (2 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.33: +2 -1
lines
Diff to previous 1.33 (colored)
tests/fs/zfs
Revision 1.33 / (download) - annotate - [select for diffs], Thu Mar 10 14:11:18 2011 UTC (2 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.32: +2 -1
lines
Diff to previous 1.32 (colored)
rumpnet tests
Revision 1.32 / (download) - annotate - [select for diffs], Thu Mar 10 11:16:03 2011 UTC (2 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
shmif_dumpbus tests
Revision 1.31 / (download) - annotate - [select for diffs], Wed Mar 9 23:10:06 2011 UTC (2 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.30: +3 -1
lines
Diff to previous 1.30 (colored)
Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports _rtld_tls_allocate and _rtld_tls_free. libpthread uses this functions to setup the thread private area of all new threads. ld.elf_so is responsible for setting up the private area for the initial thread. Similar functions are called from _libc_init for static binaries, using dl_iterate_phdr to access the ELF Program Header. Add test cases to exercise the different TLS storage models. Test cases are compiled and installed on all platforms, but are skipped on platforms not marked for TLS support. This material is based upon work partially supported by The NetBSD Foundation under a contract with Joerg Sonnenberger. It is inspired by the TLS support in FreeBSD by Doug Rabson and the clean ups of the DragonFly port of the original FreeBSD modifications.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Mar 6 17:08:12 2011 UTC (2 years, 2 months ago) by bouyer
Branch: MAIN
Changes since 1.29: +3 -1
lines
Diff to previous 1.29 (colored)
merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on. See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details.
Revision 1.29 / (download) - annotate - [select for diffs], Thu Feb 24 10:29:04 2011 UTC (2 years, 2 months ago) by pooka
Branch: MAIN
CVS Tags: bouyer-quota2-nbase
Changes since 1.28: +3 -1
lines
Diff to previous 1.28 (colored)
new testdirs
Revision 1.28 / (download) - annotate - [select for diffs], Fri Feb 18 13:08:41 2011 UTC (2 years, 2 months ago) by pooka
Branch: MAIN
Changes since 1.27: +3 -1
lines
Diff to previous 1.27 (colored)
hfs
Revision 1.27 / (download) - annotate - [select for diffs], Wed Feb 9 14:34:42 2011 UTC (2 years, 3 months ago) by pooka
Branch: MAIN
CVS Tags: bouyer-quota2-base
Changes since 1.26: +3 -1
lines
Diff to previous 1.26 (colored)
more testies
Revision 1.26 / (download) - annotate - [select for diffs], Tue Feb 8 10:13:13 2011 UTC (2 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
oh no, more tests
Revision 1.25 / (download) - annotate - [select for diffs], Sun Feb 6 18:47:55 2011 UTC (2 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.24: +3 -1
lines
Diff to previous 1.24 (colored)
librumphijack build infra
Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 3 15:39:50 2011 UTC (2 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.23: +4 -1
lines
Diff to previous 1.23 (colored)
+ tests/usr.bin + tests/usr.bin/rump_server
Revision 1.23 / (download) - annotate - [select for diffs], Fri Jan 14 13:24:45 2011 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.22: +3 -1
lines
Diff to previous 1.22 (colored)
h_server is back, now testier than ever
Revision 1.22 / (download) - annotate - [select for diffs], Thu Jan 13 13:54:23 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.21: +3 -1
lines
Diff to previous 1.21 (colored)
Sets-list and mtree dance for t_inet_network
Revision 1.21 / (download) - annotate - [select for diffs], Thu Jan 13 00:16:34 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.20: +3 -1
lines
Diff to previous 1.20 (colored)
sets-list and mtree dance for moving t_mktime & t_strptime
Revision 1.20 / (download) - annotate - [select for diffs], Wed Jan 12 02:59:16 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.19: +6 -4
lines
Diff to previous 1.19 (colored)
Hook up the getaddrinfo test in its new location
Revision 1.19 / (download) - annotate - [select for diffs], Tue Jan 11 16:31:32 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.18: +4 -1
lines
Diff to previous 1.18 (colored)
sets-list dance for getaddrinfo test
Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 11 10:55:27 2011 UTC (2 years, 4 months ago) by pooka
Branch: MAIN
Changes since 1.17: +3 -1
lines
Diff to previous 1.17 (colored)
+tests/net/net
Revision 1.17 / (download) - annotate - [select for diffs], Mon Jan 10 17:17:36 2011 UTC (2 years, 4 months ago) by njoly
Branch: MAIN
Changes since 1.16: +3 -1
lines
Diff to previous 1.16 (colored)
Add lib/libc/sys test dirs.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Jan 8 18:11:21 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.15: +4 -1
lines
Diff to previous 1.15 (colored)
sets-list dance for atf version of regex test
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jan 8 07:00:17 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.14: +3 -1
lines
Diff to previous 1.14 (colored)
mtree and set-list games for xdr test
Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 7 15:06:37 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Hook the new atf db test
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 7 02:49:09 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.12: +3 -1
lines
Diff to previous 1.12 (colored)
Hook t_cerror and t_ttyio into the build
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jan 2 22:04:45 2011 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Add the new directory for hash test data
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 2 11:34:13 2011 UTC (2 years, 4 months ago) by dbj
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
add usr/tests/lib/libc/ieeefp and ./usr/libdata/debug/usr/tests/lib/libc/ieeefp
Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 2 09:30:08 2011 UTC (2 years, 4 months ago) by dbj
Branch: MAIN
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
add missing ./usr/tests/lib/libc/ieeefp
Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 27 19:35:31 2010 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
Move the various setjmp tests from regress to atf
Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 27 02:04:19 2010 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Migrate the ssp tests from regress to atf. Of the 17 tests, 4 fail in both the regress and atf style. 3 additional tests fails in atf that did NOT fail in regress: gets, fgets, and read. I will investigate why, and update when I can, but it is still useful to get these tests into the new format where they can be exercised.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Dec 25 21:10:25 2010 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
Migrate J.T.Conklin's public-domain str* tests from regress to atf. While here, do some clean-up and knf.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 20 23:47:23 2010 UTC (2 years, 4 months ago) by pgoyette
Branch: MAIN
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
Move the only regress/lib/libm test to the new atf format
Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 15 20:42:23 2010 UTC (2 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
goop for initial raidframe test
Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 15 00:19:05 2010 UTC (2 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.3: +4 -1
lines
Diff to previous 1.3 (colored)
usr.sbin/traceroute
Revision 1.3 / (download) - annotate - [select for diffs], Wed Dec 15 00:18:37 2010 UTC (2 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.2: +1 -3
lines
Diff to previous 1.2 (colored)
don't create h_img2cgd dirs anymore since they'll just be harvested by obsolete
Revision 1.2 / (download) - annotate - [select for diffs], Mon Dec 13 13:41:41 2010 UTC (2 years, 5 months ago) by pooka
Branch: MAIN
Changes since 1.1: +1 -3
lines
Diff to previous 1.1 (colored)
directory not used anymore
Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 8 23:56:02 2010 UTC (2 years, 5 months ago) by njoly
Branch: MAIN
Make tests set generation optional, skipped for MKATF=no build.