Title: [125560] trunk/LayoutTests
Revision
125560
Author
commit-qu...@webkit.org
Date
2012-08-14 07:05:48 -0700 (Tue, 14 Aug 2012)

Log Message

REGRESSION (r125450): 4 canvas/philip/tests tests failing on Apple Lion Release WK1 (Tests)
https://bugs.webkit.org/show_bug.cgi?id=93910

Unreviewed gardening.

Removed wrong and duplicated expectations. Mac port should use the
global expectations since this test is now passing.

Patch by Thiago Marcos P. Santos <thiago.san...@intel.com> on 2012-08-14

* platform/chromium/canvas/philip/tests/2d.text.font.parse.basic-expected.txt: Removed.
* platform/chromium/canvas/philip/tests/2d.text.font.parse.complex-expected.txt: Removed.
* platform/mac/TestExpectations:
* platform/mac/canvas/philip/tests/2d.text.font.parse.basic-expected.txt: Removed.
* platform/mac/canvas/philip/tests/2d.text.font.parse.complex-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (125559 => 125560)


--- trunk/LayoutTests/ChangeLog	2012-08-14 14:00:40 UTC (rev 125559)
+++ trunk/LayoutTests/ChangeLog	2012-08-14 14:05:48 UTC (rev 125560)
@@ -1,3 +1,19 @@
+2012-08-14  Thiago Marcos P. Santos  <thiago.san...@intel.com>
+
+        REGRESSION (r125450): 4 canvas/philip/tests tests failing on Apple Lion Release WK1 (Tests)
+        https://bugs.webkit.org/show_bug.cgi?id=93910
+
+        Unreviewed gardening.
+
+        Removed wrong and duplicated expectations. Mac port should use the
+        global expectations since this test is now passing.
+
+        * platform/chromium/canvas/philip/tests/2d.text.font.parse.basic-expected.txt: Removed.
+        * platform/chromium/canvas/philip/tests/2d.text.font.parse.complex-expected.txt: Removed.
+        * platform/mac/TestExpectations:
+        * platform/mac/canvas/philip/tests/2d.text.font.parse.basic-expected.txt: Removed.
+        * platform/mac/canvas/philip/tests/2d.text.font.parse.complex-expected.txt: Removed.
+
 2012-08-14  Allan Sandfeld Jensen  <allan.jen...@nokia.com>
 
         Unreviewed, Qt gardening

Deleted: trunk/LayoutTests/platform/chromium/canvas/philip/tests/2d.text.font.parse.basic-expected.txt (125559 => 125560)


--- trunk/LayoutTests/platform/chromium/canvas/philip/tests/2d.text.font.parse.basic-expected.txt	2012-08-14 14:00:40 UTC (rev 125559)
+++ trunk/LayoutTests/platform/chromium/canvas/philip/tests/2d.text.font.parse.basic-expected.txt	2012-08-14 14:05:48 UTC (rev 125560)
@@ -1 +0,0 @@
-Passed

Deleted: trunk/LayoutTests/platform/chromium/canvas/philip/tests/2d.text.font.parse.complex-expected.txt (125559 => 125560)


--- trunk/LayoutTests/platform/chromium/canvas/philip/tests/2d.text.font.parse.complex-expected.txt	2012-08-14 14:00:40 UTC (rev 125559)
+++ trunk/LayoutTests/platform/chromium/canvas/philip/tests/2d.text.font.parse.complex-expected.txt	2012-08-14 14:05:48 UTC (rev 125560)
@@ -1 +0,0 @@
-Passed

Modified: trunk/LayoutTests/platform/mac/TestExpectations (125559 => 125560)


--- trunk/LayoutTests/platform/mac/TestExpectations	2012-08-14 14:00:40 UTC (rev 125559)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2012-08-14 14:05:48 UTC (rev 125560)
@@ -370,8 +370,6 @@
 // (r125185) http/tests/images/jpg-img-partial-load.html timeout on Lion
 BUGWK93636 : http/tests/images/jpg-img-partial-load.html = TEXT
 
-// (r125450): 4 canvas/philip/tests tests failing on Apple Lion Release WK1 (Tests)
-BUGWK93910 : canvas/philip/tests/2d.text.font.parse.size.percentage.html = TEXT
-BUGWK93910 : canvas/philip/tests/2d.text.font.parse.complex.html = TEXT
-BUGWK93910 : canvas/philip/tests/2d.text.font.parse.size.percentage.default.html = TEXT
-BUGWK93910 : canvas/philip/tests/2d.text.font.parse.basic.html = TEXT
+// Relative units are not set when the canvas has no parent
+BUGWK93840 : canvas/philip/tests/2d.text.font.parse.size.percentage.html = TEXT
+BUGWK93840 : canvas/philip/tests/2d.text.font.parse.size.percentage.default.html = TEXT

Deleted: trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.text.font.parse.basic-expected.txt (125559 => 125560)


--- trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.text.font.parse.basic-expected.txt	2012-08-14 14:00:40 UTC (rev 125559)
+++ trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.text.font.parse.basic-expected.txt	2012-08-14 14:05:48 UTC (rev 125560)
@@ -1 +0,0 @@
-Failed assertion ctx.font === '20px serif' (got 20PX SERIF[string], expected 20px serif[string])

Deleted: trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.text.font.parse.complex-expected.txt (125559 => 125560)


--- trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.text.font.parse.complex-expected.txt	2012-08-14 14:00:40 UTC (rev 125559)
+++ trunk/LayoutTests/platform/mac/canvas/philip/tests/2d.text.font.parse.complex-expected.txt	2012-08-14 14:05:48 UTC (rev 125560)
@@ -1 +0,0 @@
-Failed assertion ctx.font === 'italic small-caps 12px "Unknown Font", sans-serif' (got small-caps italic 400 12px/2 Unknown Font, sans-serif[string], expected italic small-caps 12px "Unknown Font", sans-serif[string])
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to