Title: [149610] trunk/Tools
Revision
149610
Author
zandober...@gmail.com
Date
2013-05-06 10:49:55 -0700 (Mon, 06 May 2013)

Log Message

[Flakiness Dashboard] Update expected outcome in a couple of unit tests after r148778
https://bugs.webkit.org/show_bug.cgi?id=114988

Reviewed by Ryosuke Niwa.

* TestResultServer/static-dashboards/flakiness_dashboard_unittests.js: Update the expected platforms list, the Chromium
and Apple Mac Snow Leopard platforms were removed with the Apple Mac Mountain Lion platform being added.
* TestResultServer/static-dashboards/loader_unittests.js: Update the list of the expected loaded expectations platforms,
mac-snowleopard isn't loaded anymore due to the support for the platform being removed, while the mac-wk2 is loaded twice,
once for the Apple Mac Lion and once for the Apple Mac Mountain Lion platform.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (149609 => 149610)


--- trunk/Tools/ChangeLog	2013-05-06 17:49:52 UTC (rev 149609)
+++ trunk/Tools/ChangeLog	2013-05-06 17:49:55 UTC (rev 149610)
@@ -1,5 +1,18 @@
 2013-05-06  Zan Dobersek  <zdober...@igalia.com>
 
+        [Flakiness Dashboard] Update expected outcome in a couple of unit tests after r148778
+        https://bugs.webkit.org/show_bug.cgi?id=114988
+
+        Reviewed by Ryosuke Niwa.
+
+        * TestResultServer/static-dashboards/flakiness_dashboard_unittests.js: Update the expected platforms list, the Chromium
+        and Apple Mac Snow Leopard platforms were removed with the Apple Mac Mountain Lion platform being added.
+        * TestResultServer/static-dashboards/loader_unittests.js: Update the list of the expected loaded expectations platforms,
+        mac-snowleopard isn't loaded anymore due to the support for the platform being removed, while the mac-wk2 is loaded twice,
+        once for the Apple Mac Lion and once for the Apple Mac Mountain Lion platform.
+
+2013-05-06  Zan Dobersek  <zdober...@igalia.com>
+
         [Flakiness Dashboard] Remove the remaining traces of platform modifier unions
         https://bugs.webkit.org/show_bug.cgi?id=114954
 

Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js (149609 => 149610)


--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js	2013-05-06 17:49:52 UTC (rev 149609)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_unittests.js	2013-05-06 17:49:55 UTC (rev 149610)
@@ -178,8 +178,7 @@
 
 test('allTestsWithSamePlatformAndBuildType', 1, function() {
     // FIXME: test that allTestsWithSamePlatformAndBuildType actually returns the right set of tests.
-    var expectedPlatformsList = ['CHROMIUM_LION', 'CHROMIUM_SNOWLEOPARD', 'CHROMIUM_XP', 'CHROMIUM_VISTA', 'CHROMIUM_WIN7', 'CHROMIUM_LUCID',
-                                 'CHROMIUM_ANDROID', 'APPLE_MAC_LION_WK1', 'APPLE_MAC_LION_WK2', 'APPLE_MAC_SNOWLEOPARD_WK1', 'APPLE_MAC_SNOWLEOPARD_WK2',
+    var expectedPlatformsList = ['APPLE_MAC_LION_WK1', 'APPLE_MAC_LION_WK2', 'APPLE_MAC_MOUNTAINLION_WK1', 'APPLE_MAC_MOUNTAINLION_WK2',
                                  'APPLE_WIN_XP', 'APPLE_WIN_WIN7',  'GTK_LINUX_WK1', 'GTK_LINUX_WK2', 'QT_LINUX', 'EFL_LINUX_WK1', 'EFL_LINUX_WK2'];
     var actualPlatformsList = Object.keys(g_allTestsByPlatformAndBuildType);
     deepEqual(expectedPlatformsList, actualPlatformsList);

Modified: trunk/Tools/TestResultServer/static-dashboards/loader_unittests.js (149609 => 149610)


--- trunk/Tools/TestResultServer/static-dashboards/loader_unittests.js	2013-05-06 17:49:52 UTC (rev 149609)
+++ trunk/Tools/TestResultServer/static-dashboards/loader_unittests.js	2013-05-06 17:49:55 UTC (rev 149610)
@@ -83,7 +83,7 @@
     resetGlobals();
     g_history.parseCrossDashboardParameters();
     var expectedLoadedPlatforms = ["efl", "efl-wk1", "efl-wk2", "gtk", "gtk-wk2",
-        "mac", "mac-lion", "mac-snowleopard", "qt", "win", "wk2"];
+        "mac", "mac-lion", "mac-wk2", "mac-wk2", "qt", "win", "wk2"];
     var loadedPlatforms = [];
     var resourceLoader = new loader.Loader();
     resourceLoader._loadNext = function() {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to