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
parent
7f54e113b9
commit
02f14d7afe
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue