Title: [88994] trunk/Tools
Revision
88994
Author
[email protected]
Date
2011-06-15 19:08:30 -0700 (Wed, 15 Jun 2011)

Log Message

2011-06-15  Dirk Pranke  <[email protected]>

        Unreviewed, build fix.

        Fix test-webkitpy failure introduced in r88986.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (88993 => 88994)


--- trunk/Tools/ChangeLog	2011-06-16 02:07:45 UTC (rev 88993)
+++ trunk/Tools/ChangeLog	2011-06-16 02:08:30 UTC (rev 88994)
@@ -1,5 +1,13 @@
 2011-06-15  Dirk Pranke  <[email protected]>
 
+        Unreviewed, build fix.
+
+        Fix test-webkitpy failure introduced in r88986.
+
+        * Scripts/webkitpy/layout_tests/port/webkit_unittest.py:
+
+2011-06-15  Dirk Pranke  <[email protected]>
+
         Reviewed by Eric Seidel.
 
         NRWT: doesn't support webarchives, has stale skipping logic.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit_unittest.py (88993 => 88994)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit_unittest.py	2011-06-16 02:07:45 UTC (rev 88993)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/webkit_unittest.py	2011-06-16 02:08:30 UTC (rev 88994)
@@ -92,7 +92,7 @@
 
     def test_skipped_layout_tests(self):
         self.assertEqual(TestWebKitPort(None, None).skipped_layout_tests(),
-                         set(["media", "accessibility"]))
+                         set(["media"]))
 
     def test_test_expectations(self):
         # Check that we read both the expectations file and anything in a
@@ -107,8 +107,7 @@
         self.assertEqual(port.test_expectations(),
         """BUG_TESTEXPECTATIONS SKIP : fast/html/article-element.html = FAIL
 BUG_SKIPPED SKIP : fast/html/keygen.html = FAIL
-BUG_SKIPPED SKIP : media = FAIL
-BUG_SKIPPED SKIP : accessibility = FAIL""")
+BUG_SKIPPED SKIP : media = FAIL""")
 
 
 if __name__ == '__main__':
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to