Title: [235065] trunk/Tools
- Revision
- 235065
- Author
- [email protected]
- Date
- 2018-08-20 06:31:30 -0700 (Mon, 20 Aug 2018)
Log Message
Add WPE Debug configuration to the flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=188743
Reviewed by Michael Catanzaro.
* TestResultServer/static-dashboards/builders.jsonp:
* TestResultServer/static-dashboards/flakiness_dashboard_unittests.js:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (235064 => 235065)
--- trunk/Tools/ChangeLog 2018-08-20 12:54:55 UTC (rev 235064)
+++ trunk/Tools/ChangeLog 2018-08-20 13:31:30 UTC (rev 235065)
@@ -1,3 +1,13 @@
+2018-08-20 Claudio Saavedra <[email protected]>
+
+ Add WPE Debug configuration to the flakiness dashboard
+ https://bugs.webkit.org/show_bug.cgi?id=188743
+
+ Reviewed by Michael Catanzaro.
+
+ * TestResultServer/static-dashboards/builders.jsonp:
+ * TestResultServer/static-dashboards/flakiness_dashboard_unittests.js:
+
2018-08-19 Carlos Garcia Campos <[email protected]>
[GLIB] Add API to throw exceptions using printf formatted strings
Modified: trunk/Tools/TestResultServer/static-dashboards/builders.jsonp (235064 => 235065)
--- trunk/Tools/TestResultServer/static-dashboards/builders.jsonp 2018-08-20 12:54:55 UTC (rev 235064)
+++ trunk/Tools/TestResultServer/static-dashboards/builders.jsonp 2018-08-20 13:31:30 UTC (rev 235065)
@@ -22,7 +22,8 @@
"GTK Linux 64-bit Debug (Tests)",
"GTK Linux 64-bit Release (Tests)",
"GTK Linux 64-bit Release Wayland (Tests)",
- "WPE Linux 64-bit Release (Tests)"
+ "WPE Linux 64-bit Release (Tests)",
+ "WPE Linux 64-bit Debug (Tests)"
]
}
},
Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js (235064 => 235065)
--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js 2018-08-20 12:54:55 UTC (rev 235064)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js 2018-08-20 13:31:30 UTC (rev 235065)
@@ -162,6 +162,7 @@
runPlatformAndBuildTypeTest('Windows 7 Release (Tests)', 'APPLE_WIN_WIN7', 'RELEASE');
runPlatformAndBuildTypeTest('Windows XP Debug (Tests)', 'APPLE_WIN_XP', 'DEBUG');
runPlatformAndBuildTypeTest('WPE Linux 64-bit Release (Tests)', 'WPE_LINUX', 'RELEASE');
+ runPlatformAndBuildTypeTest('WPE Linux 64-bit Debug (Tests)', 'WPE_LINUX', 'DEBUG');
// FIXME: Should WebKit2 be it's own platform?
runPlatformAndBuildTypeTest('MountainLion Release (WebKit2 Tests)', 'APPLE_MAC_MOUNTAINLION_WK2', 'RELEASE');
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes