+2014-12-15 Torvald Riegel <triegel@redhat.com>
+
+ * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
+
2014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
* stdio-common/test-vfprintf.c: Include <libc-internal.h>.
return 1;
}
- /* Elided locks do not time out. */
-#ifndef ENABLE_LOCK_ELISION
if (pthread_mutex_trylock (&m) == 0)
{
puts ("mutex_trylock succeeded");
puts ("3rd timedlock didn't return right away");
return 1;
}
-#endif
if (pthread_mutex_unlock (&m) != 0)
{