Remove TESTED_CLASS/TESTED_FILES comments from tests.
These comments were mostly empty or inaccurate. Appropriate naming of tests and appropriate placement of tests within the directory tree provide more reliable indicators of what is being tested. Change-Id: Ib6bf373d9e79917e4ab1417ee5c1264a2c2d7027 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
5d74683b7a
commit
e3640d1bdd
3
src/3rdparty/harfbuzz/tests/shaping/main.cpp
vendored
3
src/3rdparty/harfbuzz/tests/shaping/main.cpp
vendored
@ -153,9 +153,6 @@ const HB_FontClass hb_fontClass = {
|
||||
};
|
||||
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES= gui/text/qscriptengine.cpp
|
||||
|
||||
class tst_QScriptEngine : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include <QtCore/qsequentialanimationgroup.h>
|
||||
#include <QtCore/qparallelanimationgroup.h>
|
||||
|
||||
//TESTED_CLASS=QAnimationGroup
|
||||
//TESTED_FILES=
|
||||
|
||||
Q_DECLARE_METATYPE(QAbstractAnimation::State)
|
||||
|
||||
class tst_QAnimationGroup : public QObject
|
||||
|
@ -43,9 +43,6 @@
|
||||
|
||||
#include <QtCore/qparallelanimationgroup.h>
|
||||
|
||||
//TESTED_CLASS=QParallelAnimationGroup
|
||||
//TESTED_FILES=
|
||||
|
||||
Q_DECLARE_METATYPE(QAbstractAnimation::State)
|
||||
|
||||
class tst_QParallelAnimationGroup : public QObject
|
||||
|
@ -47,9 +47,6 @@
|
||||
|
||||
#include <private/qabstractanimation_p.h>
|
||||
|
||||
//TESTED_CLASS=QPauseAnimation
|
||||
//TESTED_FILES=
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
static const char winTimerError[] = "On windows, consistent timing is not working properly due to bad timer resolution";
|
||||
#endif
|
||||
|
@ -44,9 +44,6 @@
|
||||
#include <QtCore/qvariantanimation.h>
|
||||
#include <QtWidgets/qwidget.h>
|
||||
|
||||
//TESTED_CLASS=QPropertyAnimation
|
||||
//TESTED_FILES=
|
||||
|
||||
class UncontrolledAnimation : public QPropertyAnimation
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -43,9 +43,6 @@
|
||||
#include <QtCore/qanimationgroup.h>
|
||||
#include <QtCore/qsequentialanimationgroup.h>
|
||||
|
||||
//TESTED_CLASS=QSequentialAnimationGroup
|
||||
//TESTED_FILES=
|
||||
|
||||
Q_DECLARE_METATYPE(QAbstractAnimation::State)
|
||||
Q_DECLARE_METATYPE(QAbstractAnimation*)
|
||||
|
||||
|
@ -43,9 +43,6 @@
|
||||
#include <qtextcodec.h>
|
||||
#include <qsharedpointer.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
static const char utf8bom[] = "\xEF\xBB\xBF";
|
||||
|
||||
class tst_Utf8 : public QObject
|
||||
|
@ -57,9 +57,6 @@ using namespace QtConcurrent;
|
||||
# undef interface
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QFuture: public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -44,9 +44,6 @@
|
||||
|
||||
#include <qglobal.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=corelib/global/qglobal.h corelib/global/qglobal.cpp
|
||||
|
||||
class tst_QGetPutEnv : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -44,9 +44,6 @@
|
||||
#include <QBuffer>
|
||||
#include <QByteArray>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QBuffer : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
Q_DECLARE_METATYPE(QBitArray)
|
||||
Q_DECLARE_METATYPE(qint64)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QDataStream : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -67,9 +67,6 @@
|
||||
#define Q_NO_SYMLINKS
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QDir : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -59,9 +59,6 @@
|
||||
Q_DECLARE_METATYPE(QDirIterator::IteratorFlags)
|
||||
Q_DECLARE_METATYPE(QDir::Filters)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QDirIterator : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -96,9 +96,6 @@
|
||||
|
||||
Q_DECLARE_METATYPE(QFile::FileError)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QFile : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -73,9 +73,6 @@ QT_BEGIN_NAMESPACE
|
||||
extern Q_AUTOTEST_EXPORT bool qIsLikelyToBeNfs(int /* handle */);
|
||||
QT_END_NAMESPACE
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QFileInfo : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -43,9 +43,6 @@
|
||||
|
||||
#include <QtCore/private/qfilesystementry_p.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QFileSystemEntry : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -52,9 +52,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QFileSystemWatcher : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
|
||||
#include "../../../network-settings.h"
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QIODevice : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -66,8 +66,6 @@
|
||||
#define QSETTINGS_P_H_VERSION 1
|
||||
#endif
|
||||
|
||||
//TESTED_FILES=
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QSettings)
|
||||
QT_FORWARD_DECLARE_CLASS(QSettings)
|
||||
|
||||
|
@ -53,9 +53,6 @@
|
||||
#define Q_XDG_PLATFORM
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=QStandardPaths
|
||||
//TESTED_FILES=qstandardpaths.cpp
|
||||
|
||||
class tst_qstandardpaths : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -51,9 +51,6 @@
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=QTemporaryDir
|
||||
//TESTED_FILES=qtemporarydir.cpp
|
||||
|
||||
class tst_QTemporaryDir : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -58,9 +58,6 @@
|
||||
# include <unistd.h> // close(2)
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QTemporaryFile : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -67,9 +67,6 @@ template<> struct QMetaTypeId<QIODevice::OpenModeFlag>
|
||||
{ enum { Defined = 1 }; static inline int qt_metatype_id() { return QMetaType::Int; } };
|
||||
QT_END_NAMESPACE
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QTextStream : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -72,9 +72,6 @@ struct ushortarray {
|
||||
Q_DECLARE_METATYPE(ushortarray)
|
||||
Q_DECLARE_METATYPE(QUrl::FormattingOptions)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QUrl : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include <QtWidgets/QSortFilterProxyModel>
|
||||
#include <QtWidgets/QStringListModel>
|
||||
|
||||
//TESTED_CLASS=QAbstractListModel QAbstractTableModel
|
||||
//TESTED_FILES=
|
||||
|
||||
#include "dynamictreemodel.h"
|
||||
|
||||
Q_DECLARE_METATYPE(QModelIndex)
|
||||
|
@ -52,9 +52,6 @@
|
||||
#include <QTcpServer>
|
||||
#include <QTcpSocket>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class EventLoopExiter : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -47,9 +47,6 @@
|
||||
|
||||
Q_DECLARE_METATYPE(QModelIndex)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=gui/itemviews/qstandarditemmodel.h gui/itemviews/qstandarditemmodel.cpp
|
||||
|
||||
/*!
|
||||
See modelstotest.cpp for instructions on how to have your model tested with these tests.
|
||||
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include <qmetaobject.h>
|
||||
#include <qlabel.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
struct MyStruct
|
||||
{
|
||||
int i;
|
||||
|
@ -61,9 +61,6 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QObject : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -44,9 +44,6 @@
|
||||
#include <qsignalmapper.h>
|
||||
#include <qspinbox.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QSignalMapper : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -48,9 +48,6 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QTimer : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -44,9 +44,6 @@
|
||||
#include <qtranslator.h>
|
||||
#include <qfile.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QTranslator : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -82,9 +82,6 @@ Q_DECLARE_METATYPE(QFont)
|
||||
Q_DECLARE_METATYPE(QColor)
|
||||
Q_DECLARE_METATYPE(QKeySequence)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QVariant : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -43,9 +43,6 @@
|
||||
#include <qwineventnotifier.h>
|
||||
#include <qtimer.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QWinEventNotifier : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -107,9 +107,6 @@ static QString sys_qualifiedLibraryName(const QString &fileName)
|
||||
return currDir + "/" + PREFIX + fileName + SUFFIX;
|
||||
}
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QLibrary)
|
||||
class tst_QLibrary : public QObject
|
||||
{
|
||||
|
@ -98,9 +98,6 @@ static QString sys_qualifiedLibraryName(const QString &fileName)
|
||||
return QFINDTESTDATA(QString("bin/%1%2%3").arg(PREFIX).arg(fileName).arg(SUFFIX));
|
||||
}
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QPluginLoader)
|
||||
class tst_QPluginLoader : public QObject
|
||||
{
|
||||
|
@ -45,13 +45,6 @@
|
||||
#include <qcoreapplication.h>
|
||||
#include <quuid.h>
|
||||
|
||||
|
||||
|
||||
#include <quuid.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QUuid : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include "qstatemachine.h"
|
||||
#include "qsignaltransition.h"
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QState : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -54,9 +54,6 @@
|
||||
#include "private/qstate_p.h"
|
||||
#include "private/qstatemachine_p.h"
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
static int globalTick;
|
||||
|
||||
// Run exec for a maximum of TIMEOUT msecs
|
||||
|
@ -46,9 +46,6 @@
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QAtomicInt : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -44,9 +44,6 @@
|
||||
#include <qatomic.h>
|
||||
#include <limits.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QAtomicPointer : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -48,9 +48,6 @@
|
||||
#include <qthread.h>
|
||||
#include <qwaitcondition.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QMutex : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -46,9 +46,6 @@
|
||||
#include <QSemaphore>
|
||||
#include <QThread>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QMutexLockerThread : public QThread
|
||||
{
|
||||
public:
|
||||
|
@ -46,9 +46,6 @@
|
||||
#include <QSemaphore>
|
||||
#include <QThread>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QReadLockerThread : public QThread
|
||||
{
|
||||
public:
|
||||
|
@ -64,9 +64,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QReadWriteLock : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include <qthread.h>
|
||||
#include <qsemaphore.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QSemaphore : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -60,9 +60,6 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QThread : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -48,9 +48,6 @@
|
||||
#include <qwaitcondition.h>
|
||||
#include "qthreadonce.h"
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=corelib/thread/qthreadonce.h corelib/thread/qthreadonce.cpp
|
||||
|
||||
class tst_QThreadOnce : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -57,9 +57,6 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QThreadStorage : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -48,9 +48,6 @@
|
||||
|
||||
#define COND_WAIT_TIME 1
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QWaitCondition : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -46,9 +46,6 @@
|
||||
#include <QSemaphore>
|
||||
#include <QThread>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QWriteLockerThread : public QThread
|
||||
{
|
||||
public:
|
||||
|
@ -54,8 +54,6 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QAlgorithms : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -64,10 +64,6 @@ static QBitArray QStringToQBitArray(const QString &str)
|
||||
return ba;
|
||||
}
|
||||
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QBitArray : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -49,9 +49,6 @@
|
||||
#include <qcoreapplication.h>
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QByteArray : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -43,9 +43,6 @@
|
||||
|
||||
#include <qcache.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QCache : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -48,9 +48,6 @@
|
||||
#include <qcoreapplication.h>
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QChar : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -43,9 +43,6 @@
|
||||
#include <qdatetime.h>
|
||||
#include <qlocale.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=corelib/tools/qdatetime.h corelib/tools/qdatetime.cpp
|
||||
|
||||
class tst_QDate : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -51,9 +51,6 @@
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QDateTime : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -43,9 +43,6 @@
|
||||
|
||||
#include <qeasingcurve.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QEasingCurve : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -47,9 +47,6 @@
|
||||
#include <private/qfreelist_p.h>
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
//TESTED_CLASS=QFreeList
|
||||
//TESTED_FILES=corelib/tools/qfreelist_p.h
|
||||
|
||||
class tst_QFreeList : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -44,9 +44,6 @@
|
||||
#include <qhash.h>
|
||||
#include <qmap.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QHash : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -47,9 +47,6 @@
|
||||
#define M_2PI 6.28318530717958647692528676655900576
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QLine : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -43,9 +43,6 @@
|
||||
#include <QtTest/QtTest>
|
||||
#include <QList>
|
||||
|
||||
//TESTED_CLASS=QList
|
||||
//TESTED_FILES=corelib/tools/qlist.h corelib/tools/qlist.cpp
|
||||
|
||||
/*!
|
||||
\class tst_QVector
|
||||
\internal
|
||||
|
@ -76,9 +76,6 @@ Q_DECLARE_METATYPE(qlonglong)
|
||||
Q_DECLARE_METATYPE(QDate)
|
||||
Q_DECLARE_METATYPE(QLocale::FormatType)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QLocale : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -46,9 +46,6 @@
|
||||
|
||||
#include <qmap.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QMap : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -44,9 +44,6 @@
|
||||
|
||||
Q_DECLARE_METATYPE(QMargins)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QMargins : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include <qdebug.h>
|
||||
#include <qpoint.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QPoint : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -49,9 +49,6 @@ Q_DECLARE_METATYPE(QPointF)
|
||||
Q_DECLARE_METATYPE(QRect)
|
||||
Q_DECLARE_METATYPE(QPoint)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QRect : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -44,9 +44,6 @@
|
||||
|
||||
const int N = 1;
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QRegExp : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include <qset.h>
|
||||
#include <qdebug.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
int toNumber(const QString &str)
|
||||
{
|
||||
int res = 0;
|
||||
|
@ -44,9 +44,6 @@
|
||||
|
||||
Q_DECLARE_METATYPE(QSize)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QSize : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -44,9 +44,6 @@
|
||||
|
||||
Q_DECLARE_METATYPE(QSizeF)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=corelib/tools/qsize.h corelib/tools/qsize.cpp
|
||||
|
||||
class tst_QSizeF : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -53,9 +53,6 @@
|
||||
|
||||
Q_DECLARE_METATYPE(qlonglong)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
#define CREATE_REF(string) \
|
||||
const QString padded = QString::fromLatin1(" %1 ").arg(string); \
|
||||
QStringRef ref = padded.midRef(1, padded.size() - 2);
|
||||
|
@ -51,9 +51,6 @@
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
//TESTED_CLASS=QStringBuilder
|
||||
//TESTED_FILES=qstringbuilder.cpp
|
||||
|
||||
#define LITERAL "some literal"
|
||||
|
||||
void runScenario(); // Defined in stringbuilder.cpp #included below.
|
||||
|
@ -52,9 +52,6 @@
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
//TESTED_CLASS=QStringBuilder
|
||||
//TESTED_FILES=qstringbuilder.cpp
|
||||
|
||||
#define LITERAL "some literal"
|
||||
|
||||
void runScenario(); // Defined in stringbuilder.cpp #included below.
|
||||
|
@ -51,9 +51,6 @@
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
//TESTED_CLASS=QStringBuilder
|
||||
//TESTED_FILES=qstringbuilder.cpp
|
||||
|
||||
#define LITERAL "some literal"
|
||||
|
||||
void runScenario(); // Defined in stringbuilder.cpp #included below.
|
||||
|
@ -52,9 +52,6 @@
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
//TESTED_CLASS=QStringBuilder
|
||||
//TESTED_FILES=qstringbuilder.cpp
|
||||
|
||||
#define LITERAL "some literal"
|
||||
|
||||
void runScenario(); // Defined in stringbuilder.cpp #included below.
|
||||
|
@ -43,9 +43,6 @@
|
||||
#include <qregexp.h>
|
||||
#include <qstringlist.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QStringList : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -48,9 +48,6 @@
|
||||
|
||||
Q_DECLARE_METATYPE(qlonglong)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QStringRef : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include <qfile.h>
|
||||
#include <qdebug.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=gui/text/qtextlayout.h corelib/tools/qtextboundaryfinder.cpp
|
||||
|
||||
class tst_QTextBoundaryFinder : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -42,9 +42,6 @@
|
||||
#include <QtTest/QtTest>
|
||||
#include "qdatetime.h"
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=corelib/thread/qthreadstorage.h corelib/thread/qthreadstorage.cpp
|
||||
|
||||
class tst_QTime : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -43,9 +43,6 @@
|
||||
|
||||
#include <qtimeline.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QTimeLine : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
|
||||
const int N = 1;
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QVarLengthArray : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -42,9 +42,6 @@
|
||||
#include <QtTest/QtTest>
|
||||
#include <qvector.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=corelib/tools/qregexp.h corelib/tools/qregexp.cpp
|
||||
|
||||
class tst_QVector : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -52,9 +52,6 @@
|
||||
|
||||
#include "qc14n.h"
|
||||
|
||||
//TESTED_CLASS=QXmlStreamReader QXmlStreamWriter
|
||||
//TESTED_FILES=corelib/xml/stream/qxmlutils.cpp corelib/xml/stream/qxmlstream.cpp corelib/xml/stream/qxmlstream_p.h
|
||||
|
||||
Q_DECLARE_METATYPE(QXmlStreamReader::ReadElementTextBehaviour)
|
||||
|
||||
static const char *const catalogFile = "XML-Test-Suite/xmlconf/finalCatalog.xml";
|
||||
|
@ -47,9 +47,6 @@
|
||||
|
||||
Q_DECLARE_METATYPE(QSize)
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QIcon : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -51,10 +51,6 @@
|
||||
#include <qpainter.h>
|
||||
#include <private/qdrawhelper_p.h>
|
||||
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
Q_DECLARE_METATYPE(QImage::Format)
|
||||
Q_DECLARE_METATYPE(Qt::GlobalColor)
|
||||
|
||||
|
@ -47,9 +47,6 @@
|
||||
#include <qimageiohandler.h>
|
||||
#include <qfile.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QImageIOHandler : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -66,8 +66,6 @@ Q_DECLARE_METATYPE(QIntList)
|
||||
Q_DECLARE_METATYPE(QIODevice *)
|
||||
Q_DECLARE_METATYPE(QImage::Format)
|
||||
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QImageReader : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -61,8 +61,6 @@ Q_DECLARE_METATYPE(QImageWriter::ImageWriterError)
|
||||
Q_DECLARE_METATYPE(QIODevice *)
|
||||
Q_DECLARE_METATYPE(QImage::Format)
|
||||
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QImageWriter : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -47,8 +47,6 @@
|
||||
#include <QLabel>
|
||||
#include <QMovie>
|
||||
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QMovie : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -49,9 +49,6 @@
|
||||
#include <qapplication.h>
|
||||
#include <limits.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QPicture : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -65,9 +65,6 @@
|
||||
#include <qscreen_qws.h>
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
Q_DECLARE_METATYPE(QImage::Format)
|
||||
|
||||
class tst_QPixmap : public QObject
|
||||
|
@ -47,10 +47,6 @@
|
||||
#include <qpixmapcache.h>
|
||||
#include "private/qpixmapcache_p.h"
|
||||
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QPixmapCache : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include <private/qpixmapfilter_p.h>
|
||||
#include <qpainter.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QPixmapFilter : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -48,9 +48,6 @@
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QClipboard : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -46,9 +46,6 @@
|
||||
#include <qdebug.h>
|
||||
#include <qdrag.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QDrag : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -45,9 +45,6 @@
|
||||
#include <QtCore/qcoreapplication.h>
|
||||
#include <QtCore/qcoreevent.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
class tst_QEvent : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -47,9 +47,6 @@
|
||||
#include <QTranslator>
|
||||
#include <QLibraryInfo>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=
|
||||
|
||||
#ifdef Q_WS_MAC
|
||||
#include <Carbon/Carbon.h>
|
||||
struct MacSpecialKey {
|
||||
|
@ -50,9 +50,6 @@
|
||||
#include <qevent.h>
|
||||
#include <qwidget.h>
|
||||
|
||||
//TESTED_CLASS=
|
||||
//TESTED_FILES=gui/widgets/qmenubar.h gui/widgets/qmenubar.cpp
|
||||
|
||||
class MouseEventWidget : public QWidget
|
||||
{
|
||||
public:
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user