Title: [144234] trunk/Source/WebKit/chromium
Revision
144234
Author
[email protected]
Date
2013-02-27 13:42:18 -0800 (Wed, 27 Feb 2013)

Log Message

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

Unreviewed second attempt. Trying to get the right define for the OS.

* tests/RenderTableCellTest.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (144233 => 144234)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-02-27 21:30:16 UTC (rev 144233)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-02-27 21:42:18 UTC (rev 144234)
@@ -3,6 +3,15 @@
         RenderTableCellDeathTest unit test fails on mac
         https://bugs.webkit.org/show_bug.cgi?id=110992
 
+        Unreviewed second attempt. Trying to get the right define for the OS.
+
+        * tests/RenderTableCellTest.cpp:
+
+2013-02-27  Stephen Chenney  <[email protected]>
+
+        RenderTableCellDeathTest unit test fails on mac
+        https://bugs.webkit.org/show_bug.cgi?id=110992
+
         Unreviewed disabling of test that is hanging or crashing on Mac.
 
         * tests/RenderTableCellTest.cpp:

Modified: trunk/Source/WebKit/chromium/tests/RenderTableCellTest.cpp (144233 => 144234)


--- trunk/Source/WebKit/chromium/tests/RenderTableCellTest.cpp	2013-02-27 21:30:16 UTC (rev 144233)
+++ trunk/Source/WebKit/chromium/tests/RenderTableCellTest.cpp	2013-02-27 21:42:18 UTC (rev 144234)
@@ -84,7 +84,7 @@
     RenderTableCell* m_cell;
 };
 
-#if !OS(DARWIN)
+#if !OS(MAC_OS_X)
 
 TEST_F(RenderTableCellDeathTest, CanSetColumn)
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to