christos
|
fcc088cd59
|
stylistic improvements.
|
2011-11-04 15:48:10 +00:00 |
|
christos
|
94a17dd165
|
socketpair test.
|
2011-11-04 02:23:39 +00:00 |
|
jruoho
|
cc154478ac
|
Fix a test case to test what the comment says.
|
2011-11-02 06:04:48 +00:00 |
|
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 |
|
pgoyette
|
7726fd7693
|
No need to keep on trying when this fails in the expected manner. We
really don't need to have 32k failures.
OK jruoho@
|
2011-10-31 18:37:01 +00:00 |
|
christos
|
eba0b3c2fd
|
Move all pipe2 tests to a separate file.
|
2011-10-31 15:41:31 +00:00 |
|
mrg
|
f3383e2258
|
fix a build issue with MKCRYPTO=no.
|
2011-10-22 21:13:25 +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 |
|
mbalmer
|
24e4901256
|
There is no doubt whether whether should have a 'h' after the 'w'.
|
2011-10-17 16:35:21 +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 |
|
gson
|
4b51693338
|
Fix cut-and-paste-o that casused the raid1_normal test case to have no
cleanup function defined, resulting in a rump_server process hanging
around after the tests completed.
|
2011-10-15 11:31:40 +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 |
|
plunky
|
f65a48c2ec
|
max WARNS is 4
|
2011-10-13 17:23:28 +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 |
|
njoly
|
7557af291b
|
Slightly adjust skipped messages, makes output more consistent.
|
2011-10-08 13:08:54 +00:00 |
|
njoly
|
0a1fcf8f89
|
USE_OWNER -> USES_OWNER for consistency with other macros.
|
2011-10-08 13:00:55 +00:00 |
|
joerg
|
26b851df1f
|
Fix off-by-one error and simplify at the same time.
|
2011-10-07 13:39:33 +00:00 |
|
njoly
|
07e6e433cf
|
Fix lint unrelated "set but not used" warning, to unbreak test.
|
2011-10-05 21:30:50 +00:00 |
|
christos
|
5d5cd00fc9
|
Fixed reversed/child parent and check the right variable for failure from
gson@
|
2011-10-04 16:28:26 +00:00 |
|
christos
|
4962000a12
|
Add new test.
|
2011-10-04 16:24:27 +00:00 |
|
martin
|
aeeeb7017f
|
Fix typo in diagnostic output
|
2011-10-04 12:01:21 +00:00 |
|
christos
|
3608a76ca2
|
Fix the exceed test.
|
2011-10-03 14:55:23 +00:00 |
|
christos
|
07f6e1d3b5
|
remove stray underscore.
|
2011-10-02 18:34:17 +00:00 |
|
christos
|
4e3d131fd2
|
add a missing E
|
2011-10-01 21:47:08 +00:00 |
|
christos
|
0dd4f3a513
|
disable test on the vax until we fix it.
|
2011-10-01 18:38:39 +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 |
|