summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/concurrent/qthreadpool/tst_qthreadpool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/concurrent/qthreadpool/tst_qthreadpool.cpp')
-rw-r--r--tests/auto/corelib/concurrent/qthreadpool/tst_qthreadpool.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/corelib/concurrent/qthreadpool/tst_qthreadpool.cpp b/tests/auto/corelib/concurrent/qthreadpool/tst_qthreadpool.cpp
index 56c677b476..6f58bf56a2 100644
--- a/tests/auto/corelib/concurrent/qthreadpool/tst_qthreadpool.cpp
+++ b/tests/auto/corelib/concurrent/qthreadpool/tst_qthreadpool.cpp
@@ -77,11 +77,9 @@ private slots:
#ifndef QT_NO_EXCEPTIONS
void exceptions();
#endif
- void maxThreadCount();
void setMaxThreadCount_data();
void setMaxThreadCount();
void setMaxThreadCountStartsAndStopsThreads();
- void activeThreadCount();
void reserveThread_data();
void reserveThread();
void releaseThread_data();
@@ -368,11 +366,6 @@ void tst_QThreadPool::exceptions()
}
#endif
-void tst_QThreadPool::maxThreadCount()
-{
- DEPENDS_ON("setMaxThreadCount()");
-}
-
void tst_QThreadPool::setMaxThreadCount_data()
{
QTest::addColumn<int>("limit");
@@ -490,14 +483,6 @@ void tst_QThreadPool::setMaxThreadCountStartsAndStopsThreads()
// delete task;
}
-
-void tst_QThreadPool::activeThreadCount()
-{
- DEPENDS_ON("tryReserveThread()");
- DEPENDS_ON("reserveThread()");
- DEPENDS_ON("releaseThread()");
-}
-
void tst_QThreadPool::reserveThread_data()
{
setMaxThreadCount_data();