mirror of https://github.com/qt/qtbase.git
QWidgetBaselineTest: Separate OS version and platform (plugin) name
When reporting and disambiguating results. Change-Id: I1ea0d38b36deb5cb610a9b0da4c17e9b987375dc Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
9768a63b01
commit
6b9768541c
|
@ -101,7 +101,7 @@ QWidgetBaselineTest::QWidgetBaselineTest()
|
|||
QBaselineTest::setProject("Widgets");
|
||||
|
||||
// Set key platform properties that are relevant for the appearance of widgets
|
||||
const QString platformName = QGuiApplication::platformName() + "-" + QSysInfo::productType();
|
||||
const QString platformName = QGuiApplication::platformName();
|
||||
QBaselineTest::addClientProperty("PlatformName", platformName);
|
||||
QBaselineTest::addClientProperty("OSVersion", QSysInfo::productVersion());
|
||||
|
||||
|
@ -153,6 +153,7 @@ QWidgetBaselineTest::QWidgetBaselineTest()
|
|||
|
||||
QBaselineTest::setProjectImageKeys({
|
||||
"GitBranch",
|
||||
"OSName",
|
||||
"OSVersion",
|
||||
"PlatformName",
|
||||
"Style",
|
||||
|
|
Loading…
Reference in New Issue