Title: [97196] trunk/Tools
Revision
97196
Author
[email protected]
Date
2011-10-11 16:48:51 -0700 (Tue, 11 Oct 2011)

Log Message

test-webkitpy fails on Lion
https://bugs.webkit.org/show_bug.cgi?id=69873

Reviewed by Eric Seidel.

This patch fixes one of the two failures.  I'll need to track down the
other failure another time.

* Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (97195 => 97196)


--- trunk/Tools/ChangeLog	2011-10-11 23:43:40 UTC (rev 97195)
+++ trunk/Tools/ChangeLog	2011-10-11 23:48:51 UTC (rev 97196)
@@ -1,5 +1,17 @@
 2011-10-11  Adam Barth  <[email protected]>
 
+        test-webkitpy fails on Lion
+        https://bugs.webkit.org/show_bug.cgi?id=69873
+
+        Reviewed by Eric Seidel.
+
+        This patch fixes one of the two failures.  I'll need to track down the
+        other failure another time.
+
+        * Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py:
+
+2011-10-11  Adam Barth  <[email protected]>
+
         garden-o-matic should warn me when run-webkit-tests errors out (e.g., due to python screw-ups)
         https://bugs.webkit.org/show_bug.cgi?id=65230
 

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py (97195 => 97196)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py	2011-10-11 23:43:40 UTC (rev 97195)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac_unittest.py	2011-10-11 23:48:51 UTC (rev 97196)
@@ -51,7 +51,7 @@
 
     def test_versions(self):
         port = chromium_mac.ChromiumMacPort()
-        self.assertTrue(port.name() in ('chromium-mac-leopard', 'chromium-mac-snowleopard', 'chromium-mac-future'))
+        self.assertTrue(port.name() in ('chromium-mac-leopard', 'chromium-mac-snowleopard', 'chromium-mac-lion', 'chromium-mac-future'))
 
         self.assert_name(None, '10.5.3', 'chromium-mac-leopard')
         self.assert_name('chromium-mac', '10.5.3', 'chromium-mac-leopard')
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to