From 49a669c97d85e988d73df72729fdbdcf54d586f5 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 12 Apr 2005 06:27:18 +0000 Subject: '' --- tests/ChangeLog | 54 +++++++++++++++++++++++++++--------------------------- tests/Debug.ncb | Bin 66583 -> 0 bytes tests/Debug.opt | Bin 53776 -> 0 bytes tests/Makefile | 9 +++++---- 4 files changed, 32 insertions(+), 31 deletions(-) delete mode 100644 tests/Debug.ncb delete mode 100644 tests/Debug.opt (limited to 'tests') diff --git a/tests/ChangeLog b/tests/ChangeLog index 43ba41b..da6b15c 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,34 +1,34 @@ -2005-04-11 Ross Johnson - - * once4.c: New test; tries to test priority adjustments; - set priority class to realtime so that any failures can be - seen. - -2005-04-06 Ross Johnson - - * cleanup0.c: Fix unguarded global variable accesses. - * cleanup1.c: Likewise. - * cleanup2.c: Likewise. - * cleanup3.c: Likewise. - * once2.c: Likewise. - * once3.c: Likewise. - -2005-04-01 Ross Johnson - - * GNUmakefile: Add target to test linking static link library. - * Makefile: Likewise. - * self1.c: Run process attach/detach routines when static linked. - +2005-04-11 Ross Johnson + + * once4.c: New test; tries to test priority adjustments + in pthread_once(); set priority class to realtime so that + any failures can be seen. + +2005-04-06 Ross Johnson + + * cleanup0.c: Fix unguarded global variable accesses. + * cleanup1.c: Likewise. + * cleanup2.c: Likewise. + * cleanup3.c: Likewise. + * once2.c: Likewise. + * once3.c: Likewise. + +2005-04-01 Ross Johnson + + * GNUmakefile: Add target to test linking static link library. + * Makefile: Likewise. + * self1.c: Run process attach/detach routines when static linked. + 2005-03-16 Ross Johnson - - * mutex5.c: Prevent optimiser from removing asserts. - + + * mutex5.c: Prevent optimiser from removing asserts. + 2005-03-12 Ross Johnson - + * once3.c: New test. - + 2005-03-08 Ross Johnson - + * once2.c: New test. 2004-11-19 Ross Johnson diff --git a/tests/Debug.ncb b/tests/Debug.ncb deleted file mode 100644 index 44a6223..0000000 Binary files a/tests/Debug.ncb and /dev/null differ diff --git a/tests/Debug.opt b/tests/Debug.opt deleted file mode 100644 index 9a9d866..0000000 Binary files a/tests/Debug.opt and /dev/null differ diff --git a/tests/Makefile b/tests/Makefile index 6e6ecf3..786d85e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -95,7 +95,7 @@ PASSES= sizes.pass loadfree.pass \ mutex6s.pass mutex6es.pass mutex6rs.pass \ mutex7.pass mutex7n.pass mutex7e.pass mutex7r.pass \ mutex8.pass mutex8n.pass mutex8e.pass mutex8r.pass \ - count1.pass once1.pass once2.pass once3.pass tsd1.pass \ + count1.pass once1.pass once2.pass once3.pass once4.pass tsd1.pass \ self2.pass \ cancel1.pass cancel2.pass \ semaphore4.pass semaphore4t.pass \ @@ -120,9 +120,9 @@ PASSES= sizes.pass loadfree.pass \ BENCHRESULTS = \ benchtest1.bench benchtest2.bench benchtest3.bench benchtest4.bench benchtest5.bench -STATICRESULTS = \ - self1.pass - +STATICRESULTS = \ + self1.pass + help: @ $(ECHO) Run one of the following command lines: @ $(ECHO) nmake clean VC (to test using VC dll with VC (no EH) applications) @@ -332,6 +332,7 @@ mutex8r.pass: mutex7r.pass once1.pass: create1.pass once2.pass: once1.pass once3.pass: once2.pass +once4.pass: once3.pass priority1.pass: join1.pass priority2.pass: priority1.pass barrier3.pass reuse1.pass: create2.pass -- cgit v1.2.3