Title: [144303] trunk/Source/WebKit/chromium
Revision
144303
Author
[email protected]
Date
2013-02-28 06:34:17 -0800 (Thu, 28 Feb 2013)

Log Message

RenderTableCellDeathTest unit test fails on mac
https://bugs.webkit.org/show_bug.cgi?id=110992

Unreviewed revert of all changes. The problem seems to have resolved.

* tests/RenderTableCellTest.cpp: Remove Mac disable code.

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (144302 => 144303)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-02-28 14:22:04 UTC (rev 144302)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-02-28 14:34:17 UTC (rev 144303)
@@ -1,3 +1,12 @@
+2013-02-28  Stephen Chenney  <[email protected]>
+
+        RenderTableCellDeathTest unit test fails on mac
+        https://bugs.webkit.org/show_bug.cgi?id=110992
+
+        Unreviewed revert of all changes. The problem seems to have resolved.
+
+        * tests/RenderTableCellTest.cpp: Remove Mac disable code.
+
 2013-02-28  Takashi Toyoshima  <[email protected]>
 
         Unreviewed, quick test breakage fix for android

Modified: trunk/Source/WebKit/chromium/tests/RenderTableCellTest.cpp (144302 => 144303)


--- trunk/Source/WebKit/chromium/tests/RenderTableCellTest.cpp	2013-02-28 14:22:04 UTC (rev 144302)
+++ trunk/Source/WebKit/chromium/tests/RenderTableCellTest.cpp	2013-02-28 14:34:17 UTC (rev 144303)
@@ -84,8 +84,6 @@
     RenderTableCell* m_cell;
 };
 
-#if !OS(MAC_OS_X)
-
 TEST_F(RenderTableCellDeathTest, CanSetColumn)
 {
     static const unsigned columnIndex = 10;
@@ -115,8 +113,6 @@
 
 #endif
 
-#endif
-
 }
 
 } // namespace WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to