Title: [144227] trunk/Source/WebKit/chromium
Revision
144227
Author
[email protected]
Date
2013-02-27 12:43:46 -0800 (Wed, 27 Feb 2013)

Log Message

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 Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (144226 => 144227)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-02-27 20:40:28 UTC (rev 144226)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-02-27 20:43:46 UTC (rev 144227)
@@ -1,3 +1,12 @@
+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:
+
 2013-02-27  James Robinson  <[email protected]>
 
         [chromium] Remove suppression invalidation logic from WebViewImpl

Modified: trunk/Source/WebKit/chromium/tests/RenderTableCellTest.cpp (144226 => 144227)


--- trunk/Source/WebKit/chromium/tests/RenderTableCellTest.cpp	2013-02-27 20:40:28 UTC (rev 144226)
+++ trunk/Source/WebKit/chromium/tests/RenderTableCellTest.cpp	2013-02-27 20:43:46 UTC (rev 144227)
@@ -84,6 +84,8 @@
     RenderTableCell* m_cell;
 };
 
+#if !OS(DARWIN)
+
 TEST_F(RenderTableCellDeathTest, CanSetColumn)
 {
     static const unsigned columnIndex = 10;
@@ -113,6 +115,8 @@
 
 #endif
 
+#endif
+
 }
 
 } // namespace WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to