Title: [125653] trunk/LayoutTests
Revision
125653
Author
[email protected]
Date
2012-08-15 00:14:09 -0700 (Wed, 15 Aug 2012)

Log Message

[EFL] Update expectations for canvas/philip tests that require space collapsing
https://bugs.webkit.org/show_bug.cgi?id=94072

Unreviewed EFL gardening.

Move canvas/philip tests that require space collapsing
from Skipped file to TestExpectations and indicate
that the tests are outdated with corresponding bug
number.

Patch by Christophe Dumez <[email protected]> on 2012-08-15

* platform/efl/Skipped:
* platform/efl/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (125652 => 125653)


--- trunk/LayoutTests/ChangeLog	2012-08-15 07:06:13 UTC (rev 125652)
+++ trunk/LayoutTests/ChangeLog	2012-08-15 07:14:09 UTC (rev 125653)
@@ -1,3 +1,18 @@
+2012-08-15  Christophe Dumez  <[email protected]>
+
+        [EFL] Update expectations for canvas/philip tests that require space collapsing
+        https://bugs.webkit.org/show_bug.cgi?id=94072
+
+        Unreviewed EFL gardening.
+
+        Move canvas/philip tests that require space collapsing
+        from Skipped file to TestExpectations and indicate
+        that the tests are outdated with corresponding bug
+        number.
+
+        * platform/efl/Skipped:
+        * platform/efl/TestExpectations:
+
 2012-08-15  Yuta Kitamura  <[email protected]>
 
         [Chromium] Unreviewed test expectations update. Tests named dfg-*array.html are

Modified: trunk/LayoutTests/platform/efl/Skipped (125652 => 125653)


--- trunk/LayoutTests/platform/efl/Skipped	2012-08-15 07:06:13 UTC (rev 125652)
+++ trunk/LayoutTests/platform/efl/Skipped	2012-08-15 07:14:09 UTC (rev 125653)
@@ -320,13 +320,8 @@
 canvas/philip/tests/2d.text.draw.baseline.ideographic.html
 canvas/philip/tests/2d.text.draw.baseline.middle.html
 canvas/philip/tests/2d.text.draw.baseline.top.html
-canvas/philip/tests/2d.text.draw.space.collapse.end.html
-canvas/philip/tests/2d.text.draw.space.collapse.other.html
-canvas/philip/tests/2d.text.draw.space.collapse.space.html
-canvas/philip/tests/2d.text.draw.space.collapse.start.html
 canvas/philip/tests/2d.text.font.parse.size.percentage.html
 canvas/philip/tests/2d.text.font.parse.size.percentage.default.html
-canvas/philip/tests/2d.text.measure.width.space.html
 canvas/philip/tests/type.prototype.html
 
 # Test takes too long in a debug build

Modified: trunk/LayoutTests/platform/efl/TestExpectations (125652 => 125653)


--- trunk/LayoutTests/platform/efl/TestExpectations	2012-08-15 07:06:13 UTC (rev 125652)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2012-08-15 07:14:09 UTC (rev 125653)
@@ -831,6 +831,14 @@
 BUGWK93073 : mathml/presentation/under.xhtml = TEXT
 BUGWK93073 : mathml/presentation/underover.xhtml = TEXT
 
+// Tests are outdated: spaces are not supposed to be collapsed anymore
+// according to spec: http://www.w3.org/TR/2dcontext/#drawing-text-to-the-canvas
+BUGWK61799 : canvas/philip/tests/2d.text.draw.space.collapse.end.html = TEXT
+BUGWK61799 : canvas/philip/tests/2d.text.draw.space.collapse.other.html = TEXT
+BUGWK61799 : canvas/philip/tests/2d.text.draw.space.collapse.space.html = TEXT
+BUGWK61799 : canvas/philip/tests/2d.text.draw.space.collapse.start.html = TEXT
+BUGWK61799 : canvas/philip/tests/2d.text.measure.width.space.html = TEXT
+
 // JSC doesn't support heap profiling
 BUGWK50485 SKIP : inspector/profiler/heap-snapshot-inspect-dom-wrapper.html = TEXT
 BUGWK50485 SKIP : inspector/profiler/heap-snapshot-comparison-dom-groups-change.html = TEXT
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to