Add note to blacklist documentation about how keywords relate
Fix up deprecated macOS keyword while we're at it. Change-Id: I6f6ba21bde161d3dd3ac6c243f1b5f7c16ef3228 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
554ba2c39b
commit
cbe7cead44
@ -25,6 +25,9 @@ using namespace Qt::StringLiterals;
|
||||
referring to this documentation is kind to readers. Comments can also be used
|
||||
to indicate the reasons for ignoring particular cases.
|
||||
|
||||
Each blacklist line is interpreted as a list of keywords in an AND-relationship.
|
||||
To blacklist a test for multiple platforms (OR-relationship), use separate lines.
|
||||
|
||||
The key "ci" applies only when run by COIN. The key "cmake" applies when Qt
|
||||
is built using CMake. Other keys name platforms, operating systems,
|
||||
distributions, tool-chains or architectures; a ! prefix reverses what it
|
||||
@ -57,7 +60,7 @@ using namespace Qt::StringLiterals;
|
||||
|
||||
# Flaky in COIN on macOS, not reproducible by developers
|
||||
[testSlowly]
|
||||
ci osx
|
||||
macos ci
|
||||
|
||||
# Needs basic C++11 support
|
||||
[testfunction2:testData]
|
||||
|
Loading…
x
Reference in New Issue
Block a user