Changeset 154074 in webkit
- Timestamp:
- Aug 14, 2013, 2:44:55 PM (12 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r154071 r154074 1 2013-08-14 Ryosuke Niwa <rniwa@webkit.org> 2 3 Flakiness dashboard build fix. 4 5 * TestResultServer/static-dashboards/flakiness_dashboard.js: 6 (processTestRunsForBuilder): 7 1 8 2013-08-14 Martin Robinson <mrobinson@igalia.com> 2 9 -
trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js
r149721 r154074 600 600 function allTestsWithSamePlatformAndBuildType(platform, buildType) 601 601 { 602 if (!g_allTestsByPlatformAndBuildType[platform]) 603 return {}; 604 602 605 if (!g_allTestsByPlatformAndBuildType[platform][buildType]) { 603 606 var tests = {}; … … 904 907 var platform = buildInfo.platform; 905 908 var buildType = buildInfo.buildType; 909 if (!platform) 910 return; 911 906 912 processMissingTestsWithExpectations(builderName, platform, buildType); 907 913
Note:
See TracChangeset
for help on using the changeset viewer.