From: Larry McVoy <lm@bitmover.com>
To: Geoff Gustafson <geoff@linux.co.intel.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [ANNOUNCE] Open POSIX Test Suite
Date: Mon, 4 Nov 2002 14:58:31 -0800 [thread overview]
Message-ID: <20021104145831.C18053@work.bitmover.com> (raw)
In-Reply-To: <000a01c28454$56a94b90$7fd40a0a@amr.corp.intel.com>; from geoff@linux.co.intel.com on Mon, Nov 04, 2002 at 02:48:47PM -0800
On Mon, Nov 04, 2002 at 02:48:47PM -0800, Geoff Gustafson wrote:
> I would like to announce a new project to develop and/or assemble a GPL test
> suite for POSIX APIs.
Great idea. We can help in the following way: BitKeeper has an extremely
simple test harness used for regressions. It's well thought out in that
it is trivial to write simple tests and run them in isolation or to
run the whole suite. If you want the harness, we'll give it to you
under whatever license you want, I assume GPL, but we don't care.
You can see what the tests look like in BK, if you have it installed, we
ship all the tests, they are in `bk bin`/t
A simple test might be
#!/bin/sh
# test that touch creates a file
touch foo
test -f foo || {
echo failed to create foo
exit 1
}
The harness takes care of putting you in a clean isolated environment.
--
---
Larry McVoy lm at bitmover.com http://www.bitmover.com/lm
next prev parent reply other threads:[~2002-11-04 22:52 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-04 22:48 [ANNOUNCE] Open POSIX Test Suite Geoff Gustafson
2002-11-04 22:58 ` Larry McVoy [this message]
2002-11-04 23:17 ` Geoff Gustafson
2002-11-04 23:14 ` RFC: A POSIX Linux project? Jeff Garzik
2002-11-04 23:31 ` Andreas Dilger
2002-11-04 23:51 ` Jim Freeman
2002-11-05 0:14 ` Geoff Gustafson
2002-11-05 2:01 ` Geoff Gustafson
2002-11-04 23:37 ` Rik van Riel
2002-11-05 1:14 ` Geoff Gustafson
2002-11-04 23:57 ` [ANNOUNCE] Open POSIX Test Suite Christopher Yeoh
2002-11-05 0:44 ` Geoff Gustafson
2002-11-05 2:26 ` Andreas Dilger
2002-11-05 3:35 ` Christopher Yeoh
-- strict thread matches above, loose matches on Subject: below --
2002-11-04 23:29 Dan Kegel
2002-11-05 0:04 ` Geoff Gustafson
2002-11-05 0:08 ` Dan Kegel
2002-11-05 0:24 ` Dan Kegel
2002-11-05 3:18 ` Christopher Yeoh
2002-11-05 15:44 ` Nathan Straz
2002-11-05 15:49 Stephanie Glass
2002-11-05 16:43 ` Rusty Lynch
2002-11-05 18:24 Stephanie Glass
2002-11-05 19:05 ` Rusty Lynch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021104145831.C18053@work.bitmover.com \
--to=lm@bitmover.com \
--cc=geoff@linux.co.intel.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox