diff options
author | Andi Kleen <ak@linux.intel.com> | 2013-06-28 05:19:37 -0700 |
---|---|---|
committer | Andi Kleen <ak@linux.intel.com> | 2013-07-02 08:46:54 -0700 |
commit | 68cc29355f3334c7ad18f648ff9a6383a0916d23 (patch) | |
tree | 357381e30be0b3dedfafe7a220714e20aad6ad73 /nptl/ChangeLog | |
parent | b023e4ca99f5e81f90d87d23cd267ef2abd2388c (diff) | |
download | glibc-68cc29355f3334c7ad18f648ff9a6383a0916d23.tar.gz glibc-68cc29355f3334c7ad18f648ff9a6383a0916d23.tar.xz glibc-68cc29355f3334c7ad18f648ff9a6383a0916d23.zip |
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.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 97ff78507b..e7495b9eb5 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,13 @@ 2013-07-02 Andi Kleen <ak@linux.intel.com> + * 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 <ak@linux.intel.com> + * pthreadP.h: Add elision types. (PTHREAD_MUTEX_TYPE_ELISION): Add. * sysdeps/pthread/pthread.h: Add elision initializers. |