Doc: state blacklist condition requirement explicitly
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 Change-Id: I1941d6c9a6d56a8374a0c5a99c538cf1eaebd544 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit 6b6678bc88e1b53f055b3a7cb8cd30da8ac0e248) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
e3b08a61eb
commit
f5479dda74
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user