Blacklisting autotests: Difference between revisions
Jump to navigation
Jump to search
(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...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
As of Qt 5.4, you can provide a BLACKLIST file for auto tests. It is mainly used | As of Qt 5.4, you can provide a BLACKLIST file for auto tests. It is mainly used to mark tests that are "flaky" (i.e. sometimes PASSing sometimes FAILing), in order for Qt's CI system to ignore their failures. | ||
See http://code.qt.io/cgit/qt/qtbase.git/tree/src/testlib/qtestblacklist.cpp for more information. | See http://code.qt.io/cgit/qt/qtbase.git/tree/src/testlib/qtestblacklist.cpp for more information. |
Latest revision as of 17:57, 21 March 2022
As of Qt 5.4, you can provide a BLACKLIST file for auto tests. It is mainly used to mark tests that are "flaky" (i.e. sometimes PASSing sometimes FAILing), in order for Qt's CI system to ignore their failures.
See http://code.qt.io/cgit/qt/qtbase.git/tree/src/testlib/qtestblacklist.cpp for more information.