qt5base-lts/tests/auto/corelib/thread
Thiago Macieira 3adbcb58d5 Fix QMutex::tryLock with negative values
The Linux futex implementation had a Q_ASSERT for positive values, but
the documentation says that negative values should be interpreted as
infinite (equal to lock()).

Test that too.

Change-Id: I2f96a502d672732781e88e49797756ca9a809121
Reviewed-by: David Faure (KDE) <faure@kde.org>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-12-23 20:34:46 +01:00
..
qatomicint Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qatomicpointer Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qfuture Fix for leak in QFuture 2012-11-01 16:09:29 +01:00
qfuturesynchronizer Move QFutureSynchronizer back to QtCore 2012-09-28 23:50:10 +02:00
qfuturewatcher normalise signal/slot signatures [QtCore tests] 2012-10-22 03:21:01 +02:00
qmutex Fix QMutex::tryLock with negative values 2012-12-23 20:34:46 +01:00
qmutexlocker Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qreadlocker Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qreadwritelock Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qresultstore Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCore 2012-09-28 23:50:10 +02:00
qsemaphore Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qthread Fix possible crash in tst_QThread::quitLock() test 2012-12-17 14:08:17 +01:00
qthreadonce Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qthreadpool Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qthreadstorage Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwaitcondition Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
qwritelocker Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
thread.pro Move QFutureSynchronizer back to QtCore 2012-09-28 23:50:10 +02:00