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
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
4bea49e915
use ATF_CHECK_MSG instead of err() in atf.
2011-09-30 19:12:35 +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
christos
216c13827a
add back the raw test and fix typo in the libraries.
2011-09-28 23:11:12 +00:00
christos
2a89e8adcf
revert part of previous that was wrong.
2011-09-28 22:19:52 +00:00
christos
e244cf19e9
fix error message
2011-09-28 22:08:12 +00:00
christos
9d31325887
Add a unix socket pathname size limit test.
2011-09-28 16:13:03 +00:00
jruoho
be8b5eb28c
Define _PATH_CPUCTL.
2011-09-27 11:24:20 +00:00
christos
b0aa149fb2
Add an rfc6056 test.
2011-09-24 18:34:18 +00:00
christos
6f52d919ef
Add a pty test, written by Matthew Mondor
2011-09-24 15:53:01 +00:00
jruoho
b78b168963
More bugs in pow(3); cases for PR port-amd64/45391.
2011-09-23 13:48:28 +00:00
mrg
520e58c432
only decent into crypto/tests if ${MKCRYPTO} != "no". (sets are probably
...
also broken, but i didn't get that far yet.)
2011-09-21 02:14:38 +00:00
jruoho
354930c19a
Point to PR misc/44708 when failing. XXX: Remove once the test is fixed.
2011-09-19 06:38:02 +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
jruoho
99d89af157
Few tests for the error functions.
2011-09-17 12:00:50 +00:00
jruoho
719ceba55f
IEEE corner case tests for the pow(3) family (incl. PR lib/45372).
2011-09-17 08:15:43 +00:00
jruoho
ca5cfe7128
Reduce the powers.
2011-09-17 06:21:19 +00:00
joerg
301722b440
Do not care about dead functions for test cases, in this case it is
...
often enough just noise.
2011-09-16 16:30:18 +00:00
plunky
2b8aaed8cd
NULL does not need a cast, here
2011-09-16 16:13:16 +00:00
blymn
2494728ef8
- Update the check files due to a bug fix in the slave code
2011-09-16 08:05:28 +00:00
jruoho
6ceed68f62
Adjust to see where this fails on i386/qemu.
2011-09-16 04:54:46 +00:00
christos
d4800a215d
fix printf format strings
2011-09-15 16:25:17 +00:00
christos
a2221b9cd5
add the reentrant function tests (copies of the non-reentrant one).
2011-09-15 14:51:06 +00:00
blymn
6f8e29ad78
- Add erase and kill to the terminal attributes so we can test
...
fetching them
- Remove functions from the input_functions array that don't really do
input
- Re-enable the reporting of poll events after a function call
- Check that the return_type from the slave matches the expected one
- If verbose then print out the byte streams being compared in
validate_byte
- When reporting a length mismatch during a byte validation, report
the actual lengths.
2011-09-15 11:53:12 +00:00
blymn
f47c5ad589
- add support for getparyx and getyx calls
...
- allow a NULL pointer to be returned to the director
- add support for passing back a single chtype character
- fix some indentation
- fix a lot of curses command calls that were just plain wrong
- don't try to allocate storage for a NULL parameter, it doesn't need it
2011-09-15 11:46:19 +00:00
blymn
82260c6d75
Remove the beep test for the moment, the return code does not conform
...
to SUSv2. An update to the slave code will break this test until
beep() is fixed but that will require a major bump on the libcurses
library due to the interface change which is being deferred until all
the tests are done and all the interface changes can be batched up.
2011-09-15 11:36:43 +00:00
he
e2734790d2
#ifdef on __vax__ one more place, to avoid reference to tanf() for vax.
2011-09-15 11:05:50 +00:00