Skip to content

Commit

Permalink
Doc: state blacklist condition requirement explicitly
Browse files Browse the repository at this point in the history
Each line with a test function must be followed by a line describing
the conditions for ignoring that test function.

From what I can see, this wasn't explicitly stated anywhere.

Fixes: QTBUG-114825
Pick-to: 6.2 6.5 6.6
Change-Id: I1941d6c9a6d56a8374a0c5a99c538cf1eaebd544
Reviewed-by: Edward Welbourne <[email protected]>
  • Loading branch information
mitchcurtis committed Jul 10, 2023
1 parent a4d1c30 commit 6b6678b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/testlib/qtestblacklist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ using namespace Qt::StringLiterals;
data row's name coincides with that of a local data row, some unintended
matches may result; try to keep your data-row tags distinct.)
Subsequent lines give conditions for ignoring this test.
Subsequent lines give conditions for ignoring this test. You need at least
one or the group has no effect.
# See qtbase/src/testlib/qtestblacklist.cpp for format
# Test doesn't work on QNX at all
Expand Down

0 comments on commit 6b6678b

Please sign in to comment.