Title: [192108] trunk/Tools
- Revision
- 192108
- Author
- [email protected]
- Date
- 2015-11-06 10:18:23 -0800 (Fri, 06 Nov 2015)
Log Message
iOS test results are not visible on the flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=150884
Reviewed by Darin Adler.
One more change was needed for the minimal fix.
* TestResultServer/static-dashboards/flakiness_dashboard.js:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (192107 => 192108)
--- trunk/Tools/ChangeLog 2015-11-06 17:55:08 UTC (rev 192107)
+++ trunk/Tools/ChangeLog 2015-11-06 18:18:23 UTC (rev 192108)
@@ -1,3 +1,14 @@
+2015-11-06 Alexey Proskuryakov <[email protected]>
+
+ iOS test results are not visible on the flakiness dashboard
+ https://bugs.webkit.org/show_bug.cgi?id=150884
+
+ Reviewed by Darin Adler.
+
+ One more change was needed for the minimal fix.
+
+ * TestResultServer/static-dashboards/flakiness_dashboard.js:
+
2015-11-06 Daniel Bates <[email protected]>
Teach Makefile to build LayoutTestRelay when building for iOS Simulator
Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js (192107 => 192108)
--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js 2015-11-06 17:55:08 UTC (rev 192107)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js 2015-11-06 18:18:23 UTC (rev 192108)
@@ -362,6 +362,8 @@
return determineWKPlatform(builderNameUpperCase, 'APPLE_MAVERICKS');
if (string.contains(builderNameUpperCase, 'LION'))
return determineWKPlatform(builderNameUpperCase, 'APPLE_MAC_LION');
+ if (string.contains(builderNameUpperCase, ' IOS ') && string.contains(builderNameUpperCase, 'SIMULATOR'))
+ return determineWKPlatform(builderNameUpperCase, 'APPLE_IOS_SIMULATOR');
if (string.contains(builderNameUpperCase, 'GTK LINUX'))
return determineWKPlatform(builderNameUpperCase, 'GTK_LINUX');
if (string.contains(builderNameUpperCase, 'EFL'))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes