diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /lib/libkse/test | |
parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
download | src-dec99dafe5763ba1db6950342aa80a634169c083.tar.gz src-dec99dafe5763ba1db6950342aa80a634169c083.zip |
Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.2-RELEASE image.
Diffstat (limited to 'lib/libkse/test')
-rw-r--r-- | lib/libkse/test/Makefile | 2 | ||||
-rw-r--r-- | lib/libkse/test/README | 2 | ||||
-rw-r--r-- | lib/libkse/test/guard_b.c | 2 | ||||
-rw-r--r-- | lib/libkse/test/guard_b.exp | 2 | ||||
-rw-r--r-- | lib/libkse/test/guard_s.pl | 2 | ||||
-rw-r--r-- | lib/libkse/test/hello_b.c | 2 | ||||
-rw-r--r-- | lib/libkse/test/hello_d.c | 2 | ||||
-rw-r--r-- | lib/libkse/test/hello_d.exp | 2 | ||||
-rw-r--r-- | lib/libkse/test/hello_s.c | 2 | ||||
-rw-r--r-- | lib/libkse/test/join_leak_d.c | 2 | ||||
-rw-r--r-- | lib/libkse/test/join_leak_d.exp | 2 | ||||
-rw-r--r-- | lib/libkse/test/mutex_d.c | 2 | ||||
-rw-r--r-- | lib/libkse/test/mutex_d.exp | 2 | ||||
-rw-r--r-- | lib/libkse/test/propagate_s.pl | 2 | ||||
-rw-r--r-- | lib/libkse/test/sem_d.c | 2 | ||||
-rw-r--r-- | lib/libkse/test/sem_d.exp | 2 | ||||
-rw-r--r-- | lib/libkse/test/sigsuspend_d.c | 2 | ||||
-rw-r--r-- | lib/libkse/test/sigsuspend_d.exp | 2 | ||||
-rw-r--r-- | lib/libkse/test/sigwait_d.c | 2 | ||||
-rw-r--r-- | lib/libkse/test/sigwait_d.exp | 2 | ||||
-rw-r--r-- | lib/libkse/test/verify | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/lib/libkse/test/Makefile b/lib/libkse/test/Makefile index 5b5eb3c79a36..4c006e3e17d6 100644 --- a/lib/libkse/test/Makefile +++ b/lib/libkse/test/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/Makefile,v 1.14.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # # Automated test suite for libpthread (pthreads). # diff --git a/lib/libkse/test/README b/lib/libkse/test/README index 8f625a1438e7..7c45acbf609f 100644 --- a/lib/libkse/test/README +++ b/lib/libkse/test/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/lib/libkse/test/README,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ This test suite is meant to test general functionality of pthreads, as well as provide a simple framework for regression tests. In general, this test suite diff --git a/lib/libkse/test/guard_b.c b/lib/libkse/test/guard_b.c index 2e2703165dd6..bd01988d910a 100644 --- a/lib/libkse/test/guard_b.c +++ b/lib/libkse/test/guard_b.c @@ -26,7 +26,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libkse/test/guard_b.c,v 1.4.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * * Test thread stack guard functionality. */ diff --git a/lib/libkse/test/guard_b.exp b/lib/libkse/test/guard_b.exp index cc6747094a15..4a844459d4bc 100644 --- a/lib/libkse/test/guard_b.exp +++ b/lib/libkse/test/guard_b.exp @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/guard_b.exp,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ Test begin No overflow: Overflow: diff --git a/lib/libkse/test/guard_s.pl b/lib/libkse/test/guard_s.pl index 7802ff3c38d6..065a68fc015d 100644 --- a/lib/libkse/test/guard_s.pl +++ b/lib/libkse/test/guard_s.pl @@ -27,7 +27,7 @@ # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/guard_s.pl,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # # Test thread stack guard functionality. The C test program needs to be driven # by this script because it segfaults when the stack guard is hit. diff --git a/lib/libkse/test/hello_b.c b/lib/libkse/test/hello_b.c index 2eefa7f48bfe..92a8e4f5692f 100644 --- a/lib/libkse/test/hello_b.c +++ b/lib/libkse/test/hello_b.c @@ -2,7 +2,7 @@ * * Back end C programs can be anything compilable. * - * $FreeBSD$ + * $FreeBSD: src/lib/libkse/test/hello_b.c,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * ****************************************************************************/ diff --git a/lib/libkse/test/hello_d.c b/lib/libkse/test/hello_d.c index 6d77526f16c7..3c5af883ffe5 100644 --- a/lib/libkse/test/hello_d.c +++ b/lib/libkse/test/hello_d.c @@ -2,7 +2,7 @@ * * Simple diff mode test. * - * $FreeBSD$ + * $FreeBSD: src/lib/libkse/test/hello_d.c,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * ****************************************************************************/ diff --git a/lib/libkse/test/hello_d.exp b/lib/libkse/test/hello_d.exp index 47be080f357a..b2ab573f7e42 100644 --- a/lib/libkse/test/hello_d.exp +++ b/lib/libkse/test/hello_d.exp @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/hello_d.exp,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ Hello world diff --git a/lib/libkse/test/hello_s.c b/lib/libkse/test/hello_s.c index 942bf2dae0ae..b96723d6ca7d 100644 --- a/lib/libkse/test/hello_s.c +++ b/lib/libkse/test/hello_s.c @@ -2,7 +2,7 @@ * * Simple sequence mode test. * - * $FreeBSD$ + * $FreeBSD: src/lib/libkse/test/hello_s.c,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * ****************************************************************************/ diff --git a/lib/libkse/test/join_leak_d.c b/lib/libkse/test/join_leak_d.c index 6532ca5bfc74..b2cb5b316f48 100644 --- a/lib/libkse/test/join_leak_d.c +++ b/lib/libkse/test/join_leak_d.c @@ -26,7 +26,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libkse/test/join_leak_d.c,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * * Test for leaked joined threads. */ diff --git a/lib/libkse/test/join_leak_d.exp b/lib/libkse/test/join_leak_d.exp index a54de72b8908..4de6a6cb4c7b 100644 --- a/lib/libkse/test/join_leak_d.exp +++ b/lib/libkse/test/join_leak_d.exp @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/join_leak_d.exp,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ Test begin Test end diff --git a/lib/libkse/test/mutex_d.c b/lib/libkse/test/mutex_d.c index 2aa3b1df661d..ebfc7908e7bd 100644 --- a/lib/libkse/test/mutex_d.c +++ b/lib/libkse/test/mutex_d.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libkse/test/mutex_d.c,v 1.6.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/time.h> diff --git a/lib/libkse/test/mutex_d.exp b/lib/libkse/test/mutex_d.exp index dd2f7bd1e526..b10f686daad5 100644 --- a/lib/libkse/test/mutex_d.exp +++ b/lib/libkse/test/mutex_d.exp @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/mutex_d.exp,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ Testing pthread_mutex_init -------------------------- diff --git a/lib/libkse/test/propagate_s.pl b/lib/libkse/test/propagate_s.pl index 6b8509043d98..26019672d910 100644 --- a/lib/libkse/test/propagate_s.pl +++ b/lib/libkse/test/propagate_s.pl @@ -31,7 +31,7 @@ # # Verify that no cancellation points are propagated inside of libpthread. # -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/propagate_s.pl,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # @CPOINTS = ("aio_suspend", "close", "creat", "fcntl", "fsync", "mq_receive", diff --git a/lib/libkse/test/sem_d.c b/lib/libkse/test/sem_d.c index b834591852d9..a667e0970545 100644 --- a/lib/libkse/test/sem_d.c +++ b/lib/libkse/test/sem_d.c @@ -31,7 +31,7 @@ * * sem test. * - * $FreeBSD$ + * $FreeBSD: src/lib/libkse/test/sem_d.c,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * ****************************************************************************/ diff --git a/lib/libkse/test/sem_d.exp b/lib/libkse/test/sem_d.exp index cd86f1241109..30062affa215 100644 --- a/lib/libkse/test/sem_d.exp +++ b/lib/libkse/test/sem_d.exp @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/sem_d.exp,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ Test begin Got semaphore Got semaphore diff --git a/lib/libkse/test/sigsuspend_d.c b/lib/libkse/test/sigsuspend_d.c index d405e3dbb01a..d2e079b783cc 100644 --- a/lib/libkse/test/sigsuspend_d.c +++ b/lib/libkse/test/sigsuspend_d.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libkse/test/sigsuspend_d.c,v 1.4.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <stdlib.h> #include <unistd.h> diff --git a/lib/libkse/test/sigsuspend_d.exp b/lib/libkse/test/sigsuspend_d.exp index 03c9a727799e..dc84e52c9267 100644 --- a/lib/libkse/test/sigsuspend_d.exp +++ b/lib/libkse/test/sigsuspend_d.exp @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/sigsuspend_d.exp,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ -> Suspender thread signal handler caught signal 16 Sigsuspend woke up by signal 16 -> Suspender thread signal handler caught signal 16 diff --git a/lib/libkse/test/sigwait_d.c b/lib/libkse/test/sigwait_d.c index f3ccd6b98491..6d9df05846d1 100644 --- a/lib/libkse/test/sigwait_d.c +++ b/lib/libkse/test/sigwait_d.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libkse/test/sigwait_d.c,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <stdlib.h> #include <unistd.h> diff --git a/lib/libkse/test/sigwait_d.exp b/lib/libkse/test/sigwait_d.exp index b9245be31f0e..d2ef84faa85c 100644 --- a/lib/libkse/test/sigwait_d.exp +++ b/lib/libkse/test/sigwait_d.exp @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/sigwait_d.exp,v 1.2.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ Sigwait caught signal 16 Sigwait caught signal 16 Sigwait caught signal 30 diff --git a/lib/libkse/test/verify b/lib/libkse/test/verify index 2863e5c3fa0c..8360428fd52f 100644 --- a/lib/libkse/test/verify +++ b/lib/libkse/test/verify @@ -33,7 +33,7 @@ # # Test harness. # -# $FreeBSD$ +# $FreeBSD: src/lib/libkse/test/verify,v 1.3.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # ############################################################################# |