Commit Graph

1506 Commits

Author SHA1 Message Date
jruoho
0d64217da5 Few naive consistency checks for the atoi(3) family. 2012-03-29 05:42:31 +00:00
jruoho
9ca3e29208 Apparently there is a CVE coming for the bug, so append that to a comment. 2012-03-28 10:38:00 +00:00
jruoho
53263fa593 Add a small test that checks that random(3) does not always return zero when
the RNG is initialized with zero. Prompoted by the recent nasty bug in the
OpenBSD libc.
2012-03-28 10:33:57 +00:00
jruoho
2e3d44b8f5 Fix another type in the metadata. 2012-03-27 17:57:02 +00:00
jruoho
63dad69a2e Fix typo. 2012-03-27 12:32:47 +00:00
jruoho
4f5cd33ee1 Mark the failing tests as broken. XXX: If no one is willing to maintain
the ipf tests, these should be removed.
2012-03-27 09:27:33 +00:00
jruoho
651e2c6948 Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841. 2012-03-27 08:16:33 +00:00
njoly
015162ac4e Adjust the memset size to not override the nul byte at the end of buffer
array.
2012-03-27 07:54:58 +00:00
jruoho
1e806afd68 Append a case for (fixed) PR bin/25899. From Min Sik Kim. 2012-03-27 07:39:00 +00:00
jruoho
32204f9f4d Add a check for old PR bin/2486. 2012-03-27 07:23:06 +00:00
njoly
22d3abd7be Now that permissions for msdos have been fixed, kill times() special
case which was wrong.
2012-03-26 15:13:20 +00:00
njoly
346de04ed8 Initialise permissions mask to a sensible value (0755).
While here convert leading spaces to tabs.
2012-03-26 15:10:26 +00:00
christos
9c65f155f8 PR/43597 was fixed 2012-03-25 18:50:19 +00:00
christos
ec4d512c60 ksh trap has been fixed. 2012-03-25 17:30:59 +00:00
christos
ea65e6a5bc PR/41558 has been fixed. 2012-03-25 16:31:51 +00:00
christos
14758c77e1 PR/41061 fixed 2012-03-25 16:10:13 +00:00
joerg
010e9a3d31 Be UTF8 clean. 2012-03-25 08:17:54 +00:00
joerg
b753e46cc9 Use array access 2012-03-25 06:54:04 +00:00
christos
52485d00ca use check_eq instead of require. 2012-03-25 04:11:42 +00:00
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