Commit Graph

476 Commits

Author SHA1 Message Date
pgoyette
b9c0a62ba4 atf-ify ether_aton test 2011-11-01 22:36:53 +00:00
christos
9c67f9d994 make this work 2011-10-31 21:30:16 +00:00
christos
eba0b3c2fd Move all pipe2 tests to a separate file. 2011-10-31 15:41:31 +00:00
christos
2bfe4d4dcb simplify. 2011-10-21 00:41:34 +00:00
njoly
0ab97f9b6a New testcase that check for close-on-exec flag on pipe2 syscall. 2011-10-20 18:20:30 +00:00
jruoho
ab2f2845b8 Add few basic checks. 2011-10-19 16:19:30 +00:00
njoly
ef82a331aa Add basic fpsetmask test to exercize setting/clearing bits. 2011-10-19 15:27:16 +00:00
jruoho
11bceb6a8a Reduce tolerance even more. 2011-10-18 14:16:42 +00:00
jruoho
b2508f4f43 Adjust and add some printfs. 2011-10-18 04:51:01 +00:00
njoly
d057ee05a2 Remove unneeded uneeded err.h include. 2011-10-17 17:58:43 +00:00
jruoho
09e0db7e84 Remove 't_rint' as it was committed accidentally. 2011-10-16 13:43:26 +00:00
jruoho
720d37c338 As couple of checks fails on i386/qemu, reduce tolerance. 2011-10-16 13:42:22 +00:00
jruoho
b338bf9392 Remove atf_tc_skip() to see whether this still panics i386/qemu. 2011-10-16 08:28:10 +00:00
jruoho
d8db378021 Add t_sqrt and t_cbrt. 2011-10-16 08:25:55 +00:00
jruoho
9a2c9f3246 Basic checks for the root functions. 2011-10-16 08:25:40 +00:00
jruoho
a684ed294b Basic IEEE tests for the hyperbolic sine and cosine. 2011-10-16 07:40:47 +00:00
jruoho
45bcb64b3b Add few basic checks. 2011-10-15 07:38:31 +00:00
jruoho
d79436d44f Move the sigaction(2) test to the right place. 2011-10-15 07:00:48 +00:00
jruoho
d7cfdec1a4 Move the ucontext(2) test to the right place. 2011-10-15 06:54:52 +00:00
jruoho
e6064fc127 Move the writev(2) test to the right place. 2011-10-15 06:50:52 +00:00
jruoho
2a39986da0 Move the clock_gettime(2) timer test to the right place. 2011-10-15 06:42:16 +00:00
jruoho
175ae78538 Follow the design principles of tests(7) by merging 't_poll3w' to 't_poll'
as a test case instead of separate file.
2011-10-15 06:33:45 +00:00
jruoho
04c8b02c8d Move the mkdir(2) test to the right place. 2011-10-15 06:26:33 +00:00
jruoho
599acddbd9 Move the pipe(2) test to the right place. 2011-10-15 06:17:02 +00:00
jruoho
45e23a6a46 Move the posix_fadvise(2) test to the right place. 2011-10-15 06:10:26 +00:00
dholland
2dc4a881d5 Don't use 'nul' in filenames as windows will belch.
(Caught by importing the tree into mercurial)
2011-10-11 23:04:21 +00:00
christos
5b9dde0010 - Use PROGS instead of PROG so that we can co-exist with TESTS_C
- Make the helper program compile again.
2011-10-10 04:32:41 +00:00
christos
80ee4a02c3 Add a test to check for DoS attacks against regcomp/regexec. From
Maksymilian Arciemowicz.
2011-10-09 18:21:08 +00:00
joerg
26b851df1f Fix off-by-one error and simplify at the same time. 2011-10-07 13:39:33 +00:00
christos
4e3d131fd2 add a missing E 2011-10-01 21:47:08 +00:00
christos
1ef7da4f3d Undo previous, Checking for vax is more appropriate. 2011-10-01 17:56:11 +00:00
christos
2cbc70fcc3 no more ifdef vax 2011-10-01 17:54:13 +00:00
christos
789b17ab02 use _FLOAT_IEEE754 instead of vax. 2011-10-01 17:46:10 +00:00
christos
879077c683 add more tests. 2011-09-30 23:51:50 +00:00
christos
0abddc98e9 add symbolic name printing. 2011-09-30 23:46:15 +00:00
njoly
0ddf58db65 Do not try to open files up to the RLIMIT_NOFILE limit, which fails
when process limit is identical to the whole system limit. Just do it
for a small fixed value, and adjust the limit accordingly instead.
2011-09-30 21:08:19 +00:00
christos
83ade10494 print stderr, when things go wrong. 2011-09-30 18:27:18 +00:00
christos
eb5e1b5450 Make the rounding test work properly, and actually test the rounding modes. 2011-09-30 17:44:58 +00:00
jruoho
cbbf4a4b63 Add expected failures for Qemu. 2011-09-30 14:50:20 +00:00
jruoho
b78b168963 More bugs in pow(3); cases for PR port-amd64/45391. 2011-09-23 13:48:28 +00:00
jruoho
6337efd6b4 Remove ieeefp subdirectory. 2011-09-19 05:42:13 +00:00
jruoho
9ebeca8a64 Move duplicate ldexp(3) test out from the tests/libc. 2011-09-19 05:40:38 +00:00
jruoho
4a45a29ad9 Move the tests/libc/ieeefp to tests/libc/gen to match the structure of libc.
Also rename the test files to gain functional scope.
2011-09-19 05:25:50 +00:00
jruoho
81fd6738d6 IEEE checks for the exponential family. 2011-09-18 05:19:18 +00:00
jruoho
9273f704b7 Add few basic checks. 2011-09-18 04:49:11 +00:00
jruoho
abfe6bc07d Reduce tolerance to see whether still acosf(cosf(x)) != x on i386/qemu. 2011-09-18 04:48:38 +00:00
jruoho
2b1d7604bf Remove ptrace(2) tests that are not yet ready but were accidentally
committed.
2011-09-17 18:53:31 +00:00
jruoho
9cbb4897e9 Simplify. 2011-09-17 18:52:21 +00:00
jruoho
e0a0895c11 IEEE checks for the arcus functions. 2011-09-17 18:08:35 +00:00
jruoho
6c414326e6 Add more cases. 2011-09-17 12:12:19 +00:00