Title: [125735] trunk/LayoutTests
Revision
125735
Author
[email protected]
Date
2012-08-15 18:48:18 -0700 (Wed, 15 Aug 2012)

Log Message

Fix TestExpectations line format for two fast/css tests failing on mac
https://bugs.webkit.org/show_bug.cgi?id=94160

Patch by Kiran Muppala <[email protected]> on 2012-08-15
Reviewed by Sam Weinig.

Remove "MAC" modifier, which seems to prevent the expectations from taking effect.

* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (125734 => 125735)


--- trunk/LayoutTests/ChangeLog	2012-08-16 01:41:37 UTC (rev 125734)
+++ trunk/LayoutTests/ChangeLog	2012-08-16 01:48:18 UTC (rev 125735)
@@ -1,5 +1,16 @@
 2012-08-15  Kiran Muppala  <[email protected]>
 
+        Fix TestExpectations line format for two fast/css tests failing on mac
+        https://bugs.webkit.org/show_bug.cgi?id=94160
+
+        Reviewed by Sam Weinig.
+
+        Remove "MAC" modifier, which seems to prevent the expectations from taking effect.
+
+        * platform/mac/TestExpectations:
+
+2012-08-15  Kiran Muppala  <[email protected]>
+
         Update test expectations for css3/filters/custom/invalid-custom-filter-shader.html failing on Apple Lion Debug WK1 (Tests) 
         https://bugs.webkit.org/show_bug.cgi?id=94067
 

Modified: trunk/LayoutTests/platform/mac/TestExpectations (125734 => 125735)


--- trunk/LayoutTests/platform/mac/TestExpectations	2012-08-16 01:41:37 UTC (rev 125734)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2012-08-16 01:48:18 UTC (rev 125735)
@@ -387,5 +387,5 @@
 BUGWK89826 : fast/css/word-space-extra.html = TEXT
 
 // Added by bug 89826 
-BUGWK94008 MAC : fast/css/word-spacing-characters.html = IMAGE 
-BUGWK94003 MAC : fast/css/word-spacing-characters-complex-text.html = IMAGE 
+BUGWK94008 : fast/css/word-spacing-characters.html = IMAGE
+BUGWK94003 : fast/css/word-spacing-characters-complex-text.html = IMAGE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to