Keep the testrun quiet for ASAN testruns
This is purely cosmetic, to avoid confusion when reading the logs and find many "FAIL!" strings all over the place. The ASAN testrun only cares for "ERROR: AddressSanitizer" type errors, and tests pass even if they print "FAIL!" (that is taken care by sanitizer-testrunner.py). Fixes: QTQAINFRA-5896 Pick-to: 6.6 6.5 Change-Id: Ib7a5fb2c3ee56581db20efb4dd7cf24a053d5c13 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
113a6b89b8
commit
ba1eec62a8
@ -51,9 +51,16 @@ instructions:
|
|||||||
condition: property
|
condition: property
|
||||||
property: host.os
|
property: host.os
|
||||||
equals_value: Windows
|
equals_value: Windows
|
||||||
|
|
||||||
- type: EnvironmentVariable
|
- type: EnvironmentVariable
|
||||||
variableName: CTEST_ARGS
|
variableName: CTEST_ARGS
|
||||||
variableValue: "-V"
|
variableValue: "-V"
|
||||||
|
# Keep the testrun quiet for ASAN testruns, since there are FAILs happening all over the place
|
||||||
|
disable_if:
|
||||||
|
condition: property
|
||||||
|
property: features
|
||||||
|
contains_value: UseAddressSanitizer
|
||||||
|
|
||||||
- type: AppendToEnvironmentVariable
|
- type: AppendToEnvironmentVariable
|
||||||
variableName: CTEST_ARGS
|
variableName: CTEST_ARGS
|
||||||
variableValue: " --stop-on-failure"
|
variableValue: " --stop-on-failure"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user