Bug 110992
| Summary: | [Chromium] RenderTableCellDeathTest unit test fails on mac | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Stephen Chenney <schenney> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jchaffraix, ojan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Stephen Chenney
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Stephen Chenney
Committed r144227: <http://trac.webkit.org/changeset/144227>
Disabled the test for now.
Stephen Chenney
Committed r144303: <http://trac.webkit.org/changeset/144303>
Stephen Chenney
The problem went away even with this test running, so it seems this test was not the issue after all.