Bug 110992 - [Chromium] RenderTableCellDeathTest unit test fails on mac
Summary: [Chromium] RenderTableCellDeathTest unit test fails on mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 10:22 PST by Stephen Chenney
Modified: 2013-02-28 06:36 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Chenney 2013-02-27 10:22:04 PST
http://build.webkit.org/builders/Chromium%20Mac%20Release%20%28Tests%29/builds/34725/steps/webkit-unit-tests/logs/stdio

[==========] Running 494 tests from 60 test cases.
[----------] Global test environment set-up.
[----------] 4 tests from RenderTableCellDeathTest
[ RUN      ] RenderTableCellDeathTest.CanSetColumn
[       OK ] RenderTableCellDeathTest.CanSetColumn (28 ms)
[ RUN      ] RenderTableCellDeathTest.CanSetColumnToMaxColumnIndex
[       OK ] RenderTableCellDeathTest.CanSetColumnToMaxColumnIndex (0 ms)
[ RUN      ] RenderTableCellDeathTest.CrashIfColumnOverflowOnSetting

[WARNING] ../../Source/WebKit/chromium/testing/gtest/src/gtest-death-test.cc:823:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 7 threads.
Comment 1 Stephen Chenney 2013-02-27 12:45:47 PST
Committed r144227: <http://trac.webkit.org/changeset/144227>

Disabled the test for now.
Comment 2 Stephen Chenney 2013-02-28 06:36:14 PST
Committed r144303: <http://trac.webkit.org/changeset/144303>
Comment 3 Stephen Chenney 2013-02-28 06:36:50 PST
The problem went away even with this test running, so it seems this test was not the issue after all.