qtestblacklist: add webOS support

Added support for blacklisting autotests for webOS platform
since it looks like we might have to blacklist some of those.

Task-number: QTQAINFRA-4706
Change-Id: I212be15161bd042f1511000ced2c8c022c3206e1
Reviewed-by: Jason McDonald <macadder1@gmail.com>
bb10
Janne Juntunen 2021-12-20 15:43:45 +02:00
parent 7f54e113b9
commit 02f14d7afe
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@ static QSet<QByteArray> keywords()
#ifdef Q_OS_QNX
<< "qnx"
#endif
#ifdef Q_OS_WEBOS
<< "webos"
#endif
#if QT_POINTER_SIZE == 8
<< "64bit"