From 68cc29355f3334c7ad18f648ff9a6383a0916d23 Mon Sep 17 00:00:00 2001 From: Andi Kleen Date: Fri, 28 Jun 2013 05:19:37 -0700 Subject: Add minimal test suite changes for elision enabled kernels tst-mutex5 and 8 test some behaviour not required by POSIX, that elision changes. This changes these tests to not check this when elision is enabled at configure time. --- nptl/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nptl/ChangeLog') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 97ff785..e7495b9 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,13 @@ 2013-07-02 Andi Kleen + * tst-mutex5.c: Include config.h. + (do_test): Add checks for ENABLE_LOCK_ELISION. + * tst-mutex8.c: Include config.h + (tf): Add checks for ENABLE_LOCK_ELISION. + (check_type): Likewise. + +2013-07-02 Andi Kleen + * pthreadP.h: Add elision types. (PTHREAD_MUTEX_TYPE_ELISION): Add. * sysdeps/pthread/pthread.h: Add elision initializers. -- cgit v1.1