Title: [91614] trunk/Tools
- Revision
- 91614
- Author
- [email protected]
- Date
- 2011-07-22 15:59:26 -0700 (Fri, 22 Jul 2011)
Log Message
Add back in line accidentally deleted in http://trac.webkit.org/changeset/91612.
* TestResultServer/static-dashboards/flakiness_dashboard.html:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (91613 => 91614)
--- trunk/Tools/ChangeLog 2011-07-22 22:42:51 UTC (rev 91613)
+++ trunk/Tools/ChangeLog 2011-07-22 22:59:26 UTC (rev 91614)
@@ -1,5 +1,10 @@
2011-07-22 Ojan Vafai <[email protected]>
+ Add back in line accidentally deleted in http://trac.webkit.org/changeset/91612.
+ * TestResultServer/static-dashboards/flakiness_dashboard.html:
+
+2011-07-22 Ojan Vafai <[email protected]>
+
simplify the flakiness dashboard to only show modifiers/expectations for the current builder
https://bugs.webkit.org/show_bug.cgi?id=65049
Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.html (91613 => 91614)
--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.html 2011-07-22 22:42:51 UTC (rev 91613)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.html 2011-07-22 22:59:26 UTC (rev 91614)
@@ -785,6 +785,7 @@
resultsObject.expectations = expectations.expectations;
resultsObject.modifiers = expectations.modifiers;
+ resultsObject.isWontFixSkip = stringContains(expectations.modifiers, 'WONTFIX') || stringContains(expectations.modifiers, 'SKIP');
}
function addTestToAllExpectations(test, expectations)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes