matt
9b85f61f61
Only descend into ipf if MKIPFILTER != "no"
2012-03-24 01:36:50 +00:00
matt
c5d3880df0
If one of the tests with eps fails, print the failing eps.
2012-03-23 23:45:31 +00:00
matt
c76c9d1fc1
Use SCHAR_{MIN,MAX} for signed char, not CHAR_* since not char are signed.
2012-03-23 23:12:28 +00:00
christos
22ab6602b0
Update to the tests from 5.1.1
2012-03-23 23:08:00 +00:00
njoly
16fc5c7678
Extend times testcase to check for non null time values too.
2012-03-23 09:58:23 +00:00
christos
f6f28fd5c6
dholland fixed PR/44927
2012-03-22 18:20:46 +00:00
njoly
299c989a28
Remove unneeded atf_tc_expect_pass calls.
2012-03-20 18:20:49 +00:00
jruoho
585bdc4958
Add missing text file. Pointed out by P. Welche.
2012-03-20 17:13:44 +00:00
jruoho
2447f335ab
Note PR bin/12838.
2012-03-20 06:30:02 +00:00
jruoho
327776ba0b
Add regression tests for PR bin/12424, PR bin/12316, and PR bin/14253,
...
all fixed long time ago.
2012-03-20 06:18:33 +00:00
jruoho
a4f8c0aaa1
Skip Xen. XXX: There should be a reliable way to detect MODULAR.
2012-03-20 05:50:11 +00:00
jruoho
128cf91305
Remove xfail.
2012-03-20 05:21:45 +00:00
jruoho
f910850c47
As noted by christos@ in rev. 1.4 to t_awk.sh, the "period" test has been
...
broken all along. Fix expected output (tested on Linux, GNU awk 1.3.3).
2012-03-19 13:07:23 +00:00
jruoho
570dcaf1ea
Remove check.
2012-03-19 12:58:41 +00:00
jruoho
3a662fafc9
Add regression tests for PR bin/2642 and PR bin/23836, both fixed long ago.
2012-03-19 07:05:18 +00:00
jruoho
2f989692b9
Add a case for PR bin/41061.
2012-03-19 06:39:22 +00:00
jruoho
9e07384eff
Add a case also for (fixed) PR bin/42261.
2012-03-19 06:21:53 +00:00
pgoyette
0f64aba0db
Finish removing the block of commented-out code from rev 1.31
...
Hello, christos!
2012-03-19 03:33:54 +00:00
christos
59c51f5cec
annotate fixed failures as comments.
2012-03-18 21:49:08 +00:00
christos
3ff17a1b71
say what happened.
2012-03-18 21:23:57 +00:00
jruoho
a2e1561fa4
Add a better check for the previous.
2012-03-18 19:21:53 +00:00
jruoho
0a932255df
Also verify that PR bin/44179 is no longer an issue.
2012-03-18 19:11:30 +00:00
jruoho
fe87c5542d
Now that this works, test also some random exit statuses.
2012-03-18 18:32:16 +00:00
dholland
8412f6f617
Remove xfail as PR 44973 is fixed. (Note that it was Nat Sloss who did
...
the work of figuring out what was wrong.)
2012-03-18 18:09:45 +00:00
dholland
a837eb4f62
Add some tests for selection of line ranges, based on a case that came
...
across the POSIX list a few days ago and some related phenomena.
2012-03-18 15:35:27 +00:00
christos
27215b2b59
test the __type macros
2012-03-18 15:30:59 +00:00
jruoho
1ff69b68e3
Add a case for PR bin/44973.
2012-03-18 12:40:42 +00:00
jruoho
6ab4862c83
Verify that bin/25693 is no longer an issue.
2012-03-18 11:50:55 +00:00
jruoho
0498995f9f
Add a test case for PR bin/28126. Does not fail with GNU sed.
2012-03-18 10:12:30 +00:00
jruoho
543143cf18
Move more PR references from comments to ATF's "descr".
2012-03-18 09:46:50 +00:00
jruoho
4fac6e71e4
Add missing copyright and remove white space.
2012-03-18 09:31:50 +00:00
jruoho
e626461e72
Add a case for PR lib/41558. It is unclear whether this is a bug, but at
...
least it is documented now. Probably it would be better to follow Linux,
where the test case does not fail.
2012-03-18 08:52:07 +00:00
jruoho
a6bc77fdcc
Verify that PR lib/22019 is no longer an issue.
2012-03-18 08:13:57 +00:00
jruoho
68b903fe8f
Add a test case for the old NetBSD 2.0 era PR lib/28324.
2012-03-18 07:33:58 +00:00
jruoho
72ed5c064e
To be on the safe side, use the category/number notation when referring to
...
PRs (otherwise third-party sed-scripts might miss the references). Also
remove white-space.
2012-03-18 07:14:08 +00:00
jruoho
8b18a8bf82
Move the references to PRs from code comments to the test description. Once
...
ATF has the ability to output the metadata in the HTML reports, it should be
easy to traverse between releng and gnats -reports via links.
2012-03-18 07:00:51 +00:00
jruoho
4022a4fac5
Get rid of the weird macros.
2012-03-18 06:20:51 +00:00
christos
540890c60f
this should be fixed.
2012-03-18 02:14:16 +00:00
christos
bb806cfddc
The problem has been fixed and the test is broken. awk always uses the
...
C locale for LC_NUMERIC.
2012-03-17 23:22:59 +00:00
christos
5d71dc0bd6
mention the PR# in the description like everyone else.
2012-03-17 21:33:13 +00:00
christos
5a7b3f43e8
this does not fail anymore
2012-03-17 21:31:29 +00:00
christos
c0e9e1ef0b
this has been fixed.
2012-03-17 20:12:09 +00:00
christos
10f65af6f8
annotate the PR that failed, and has been fixed.
2012-03-17 20:10:08 +00:00
christos
4ad00d05fc
This does not fail anymore. Explain why the test was modified.
2012-03-17 20:06:46 +00:00
hannken
0207daf65f
Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive
...
for at least 10 seconds before it can be reclaimed.
Change the uvmwait test timeout from 10 to 30 seconds so it has a chance
to reclaim memory and succeed.
2012-03-17 18:00:28 +00:00
jruoho
d2d68b21f3
Add '-e ignore" to atf-check(1) and remove xfail. Pointed by njoly@.
2012-03-17 17:39:44 +00:00
jruoho
0a082b37fe
Move the _lwp_ctl(2) preemption counter check to the right place.
2012-03-17 17:23:34 +00:00
jruoho
ad9dcd3c99
Deprecate tests/toolchain.
2012-03-17 17:15:28 +00:00
jruoho
6aa27f04c2
Add few basic tests for realpath(3).
2012-03-17 16:40:14 +00:00
jruoho
28604916d4
Deprecate tests/util.
2012-03-17 16:33:10 +00:00