[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ptsname_r testing
From: |
Bruno Haible |
Subject: |
ptsname_r testing |
Date: |
Thu, 10 Nov 2011 12:10:25 +0100 |
User-agent: |
KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; ) |
Eric Blake wrote:
> Now we get to work on addressing the platform fallout
Here are my findings, with a testdir built for
--avoid=pt_chown openpty ptsname_r
* Linux/glibc 2.11: All tests passed.
* MacOS X 10.5: All tests passed.
* FreeBSD 6.4:
PASS: test-ptsname
test-ptsname_r.c:187: assertion failed
FAIL: test-ptsname_r
result is EAGAIN, not 0.
* OpenBSD 4.9: All tests passed.
* AIX 5.1, 5.2:
Alarm clock
FAIL: test-ptsname
Alarm clock
FAIL: test-ptsname_r
Increasing the timeout from 5 to 50 seconds doesn't help.
* HP-UX 11.00:
read result unexpected
FAIL: test-openpty
PASS: test-ptsname
PASS: test-ptsname_r
* IRIX 6.5:
test-openpty hangs
PASS: test-ptsname
test-ptsname_r.c:111: assertion failed
FAIL: test-ptsname_r
* OSF/1 5.1:
Compilation error
cc -O -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1
-I. -I. -I.. -I./.. -I../gllib -I./../gllib -c test-ptsname_r.c
cc: Error: test-ptsname_r.c, line 22: In the initializer for signature_check22,
"ptsname_r" is not declared. (undeclared)
SIGNATURE_CHECK (ptsname_r, int, (int, char *, size_t));
^
*** Exit 1
* Solaris 10:
PASS: test-ptsname
test-ptsname_r.c:111: assertion failed
FAIL: test-ptsname_r
* Cygwin 1.5.25, 1.7.9:
test-grantpt.c:34: assertion failed
FAIL: test-grantpt.exe
PASS: test-ptsname.exe
PASS: test-ptsname_r.exe
test-unlockpt.c:35: assertion failed
FAIL: test-unlockpt.exe
Bruno
--
In memoriam Cornstalk <http://en.wikipedia.org/wiki/Cornstalk>
- [PATCH 0/4] add ptsname_r, Eric Blake, 2011/11/07
- [PATCH 2/4] ptsname_r-tests: new test module, Eric Blake, 2011/11/07
- Re: [PATCH 2/4] ptsname_r-tests: new test module, Bruno Haible, 2011/11/08
- Re: [PATCH 2/4] ptsname_r-tests: new test module, Bruno Haible, 2011/11/10
- Re: [PATCH 2/4] ptsname_r-tests: new test module, Bruno Haible, 2011/11/10
- Re: [PATCH 2/4] ptsname_r-tests: new test module, Eric Blake, 2011/11/10
- Re: [PATCH 2/4] ptsname_r-tests: new test module, Bruno Haible, 2011/11/10
- Re: [PATCH 2/4] ptsname_r-tests: new test module, Eric Blake, 2011/11/10
[PATCH 4/4] ptsname_r: work around FreeBSD issue, Eric Blake, 2011/11/07
[PATCH 3/4] ptsname_r: port to Solaris, Eric Blake, 2011/11/07
[PATCH 1/4] ptsname_r: new module, Eric Blake, 2011/11/07