![]() |
Qt 6.x
The Qt SDK
|
#include "qtestblacklist_p.h"#include "qtestresult_p.h"#include <QtTest/qtestcase.h>#include <QtCore/qbytearray.h>#include <QtCore/qfile.h>#include <QtCore/qset.h>#include <QtCore/qcoreapplication.h>#include <QtCore/qvariant.h>#include <QtCore/QSysInfo>#include <QtCore/QOperatingSystemVersion>#include <set>
Include dependency graph for qtestblacklist.cpp:Go to the source code of this file.
Namespaces | |
| namespace | QTestPrivate |
Functions | |
| static QSet< QByteArray > | keywords () |
| static QSet< QByteArray > | activeConditions () |
| static bool | checkCondition (const QByteArray &condition) |
| void | QTestPrivate::parseBlackList () |
| void | QTestPrivate::checkBlackLists (const char *slot, const char *data, const char *global) |
Variables | |
| static bool | ignoreAll = false |
| static std::set< QByteArray > * | ignoredTests = nullptr |
|
static |
Definition at line 187 of file qtestblacklist.cpp.
References QOperatingSystemVersion::current(), QByteArray::insert(), QByteArray::isEmpty(), keywords(), QByteArray::number(), QSysInfo::productType(), QSysInfo::productVersion(), qEnvironmentVariableIsSet(), qgetenv(), QByteArray::split(), QString::toLower(), and QString::toUtf8().
Referenced by checkCondition().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 224 of file qtestblacklist.cpp.
References activeConditions(), QSet< T >::contains(), and QList< T >::startsWith().
Referenced by QTestPrivate::parseBlackList().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 98 of file qtestblacklist.cpp.
References app, QCoreApplication::instance(), QVariant::isValid(), QObject::property(), set, and QVariant::toByteArray().
Referenced by activeConditions().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 241 of file qtestblacklist.cpp.
Referenced by QTestPrivate::checkBlackLists(), QTestPrivate::parseBlackList(), QNetworkReplyHttpImplPrivate::replySslErrors(), and QHttpThreadDelegate::sslErrorsSlot().
|
static |
Definition at line 242 of file qtestblacklist.cpp.
Referenced by QTestPrivate::checkBlackLists(), and QTestPrivate::parseBlackList().