Blacklisting autotests

From Qt Wiki
Revision as of 09:41, 19 September 2018 by Mitch (talk | contribs) (Created page with "As of Qt 5.4, you can provide a BLACKLIST file for auto tests. It is mainly used internally by Qt's CI system. See http://code.qt.io/cgit/qt/qtbase.git/tree/src/testlib/qtest...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

As of Qt 5.4, you can provide a BLACKLIST file for auto tests. It is mainly used internally by Qt's CI system.

See http://code.qt.io/cgit/qt/qtbase.git/tree/src/testlib/qtestblacklist.cpp for more information.