From: ap@apple.com Date: Wed, 4 Nov 2015 18:12:12 +0000 (+0000) Subject: iOS test results are not visible on the flakiness dashboard X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=dc6182e75a289a6b416b5756ec1e2eaa2aac6e5b iOS test results are not visible on the flakiness dashboard https://bugs.webkit.org/show_bug.cgi?id=150884 Reviewed by Darin Adler. Re-generated builders.jsonp using generate_builders_json.py. I think that this is all that's needed for basic support. There is more work needed to display test expectations, but that's already mostly broken even for Mac. * TestResultServer/static-dashboards/builders.jsonp: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@192025 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Tools/ChangeLog b/Tools/ChangeLog index 9a8a111..54d5006 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,17 @@ +2015-11-04 Alexey Proskuryakov + + iOS test results are not visible on the flakiness dashboard + https://bugs.webkit.org/show_bug.cgi?id=150884 + + Reviewed by Darin Adler. + + Re-generated builders.jsonp using generate_builders_json.py. + + I think that this is all that's needed for basic support. There is more work needed + to display test expectations, but that's already mostly broken even for Mac. + + * TestResultServer/static-dashboards/builders.jsonp: + 2015-11-03 Commit Queue Unreviewed, rolling out r191995. diff --git a/Tools/TestResultServer/static-dashboards/builders.jsonp b/Tools/TestResultServer/static-dashboards/builders.jsonp index 01a3801..4f78c77 100644 --- a/Tools/TestResultServer/static-dashboards/builders.jsonp +++ b/Tools/TestResultServer/static-dashboards/builders.jsonp @@ -6,6 +6,11 @@ LOAD_BUILDBOT_DATA([ "tests": { "layout-tests": { "builders": [ + "Apple El Capitan (Leaks)", + "Apple El Capitan Debug WK1 (Tests)", + "Apple El Capitan Debug WK2 (Tests)", + "Apple El Capitan Release WK1 (Tests)", + "Apple El Capitan Release WK2 (Tests)", "Apple Mavericks Debug WK1 (Tests)", "Apple Mavericks Debug WK2 (Tests)", "Apple Mavericks Release WK1 (Tests)", @@ -17,11 +22,8 @@ LOAD_BUILDBOT_DATA([ "Apple Yosemite Debug WK2 (Tests)", "Apple Yosemite Release WK1 (Tests)", "Apple Yosemite Release WK2 (Tests)", - "Apple El Capitan (Leaks)", - "Apple El Capitan Debug WK1 (Tests)", - "Apple El Capitan Debug WK2 (Tests)", - "Apple El Capitan Release WK1 (Tests)", - "Apple El Capitan Release WK2 (Tests)", + "Apple iOS 9 Simulator Release WK1 (Tests)", + "Apple iOS 9 Simulator Release WK2 (Tests)", "EFL Linux 64-bit Release WK2", "GTK Linux 64-bit Debug (Tests)", "GTK Linux 64-bit Release (Tests)"