aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/poll/Readme
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2009-07-12 12:50:43 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2009-07-12 12:50:43 +0000
commit5861f9665471e98e544f6fa3ce73c4912229ff82 (patch)
tree1ee90370bde6284d60e817d235e4060d2ce313dd /tools/regression/poll/Readme
parent529ab57b9a6edbb6d47935902deb5fa6274fefda (diff)
Test suite for the poll(2)/select(2) on fifos, pipes and sockets,
and recorded results for several operating systems. Submitted by: bde Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=195636
Diffstat (limited to 'tools/regression/poll/Readme')
-rw-r--r--tools/regression/poll/Readme18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/regression/poll/Readme b/tools/regression/poll/Readme
new file mode 100644
index 000000000000..658379486e4f
--- /dev/null
+++ b/tools/regression/poll/Readme
@@ -0,0 +1,18 @@
+$FreeBSD$
+
+The directory contains poll(2) and select(2) compliance (and more) tests
+from Bruce Evans, together with canned test results from several systems
+for reference.
+
+Citing Bruce Evans:
+The subdirectories contain results of old runs:
+
+{4,7}: FreeBSD-{4,7} with old tests (only state 0 and 6b have different
+expectations; state 0 fails in FreeBSD-4 so the above is wrong
+about at least when it was broken. I thought that I fixed it
+completely for select() in FreeBSD-1. One or both of these states
+were very broken in Net/2 and maybe in 4.4BSD-Lite*).
+
+l: Linux-2.6.10 with old tests (only state 0 has different expectations)
+m: my current version of FreeBSD with old tests (0 and 6b)
+n: my previous version of FreeBSD with old tests (0 and 6b)