Title: [245541] trunk/Tools
- Revision
- 245541
- Author
- [email protected]
- Date
- 2019-05-20 17:12:23 -0700 (Mon, 20 May 2019)
Log Message
Windows 10 test results missing on flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=198058
Rubber-stamped by Alexey Proskuryakov.
* TestResultServer/static-dashboards/flakiness_dashboard.js:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (245540 => 245541)
--- trunk/Tools/ChangeLog 2019-05-21 00:07:39 UTC (rev 245540)
+++ trunk/Tools/ChangeLog 2019-05-21 00:12:23 UTC (rev 245541)
@@ -1,3 +1,12 @@
+2019-05-20 Aakash Jain <[email protected]>
+
+ Windows 10 test results missing on flakiness dashboard
+ https://bugs.webkit.org/show_bug.cgi?id=198058
+
+ Rubber-stamped by Alexey Proskuryakov.
+
+ * TestResultServer/static-dashboards/flakiness_dashboard.js:
+
2019-05-20 Sihui Liu <[email protected]>
Move Web Storage to Network Process
Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js (245540 => 245541)
--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js 2019-05-21 00:07:39 UTC (rev 245540)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js 2019-05-21 00:12:23 UTC (rev 245541)
@@ -67,7 +67,8 @@
expectationsDirectory: 'win',
subPlatforms: {
'XP': { fallbackPlatforms: ['APPLE_WIN'] },
- 'WIN7': { fallbackPlatforms: ['APPLE_WIN'] }
+ 'WIN7': { fallbackPlatforms: ['APPLE_WIN'] },
+ 'WIN10': { fallbackPlatforms: ['APPLE_WIN'] }
}
}
}
@@ -343,6 +344,8 @@
function determineBuilderPlatform(builderNameUpperCase)
{
+ if (string.contains(builderNameUpperCase, 'WIN 10'))
+ return 'APPLE_WIN_WIN10';
if (string.contains(builderNameUpperCase, 'WIN 7'))
return 'APPLE_WIN_WIN7';
if (string.contains(builderNameUpperCase, 'WIN XP'))
@@ -710,6 +713,7 @@
'HighSierra': 'HIGHSIERRA',
'Mojave': 'MOJAVE',
'Win7': 'WIN7',
+ 'Win10': 'WIN10',
'XP': 'XP',
'Vista': 'VISTA',
'Android': 'ANDROID',
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes