Changeset 108725 in webkit
- Timestamp:
- Feb 23, 2012, 9:24:55 PM (13 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 6 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r108720 r108725 1 2012-02-23 Dan Bernstein <mitz@apple.com> 2 3 REGRESSION: Assertion failure in Document::setCompatibilityMode() (!m_styleSheets->length()) in fast/dynamic/crash-paint-no-documentElement-renderer.html 4 https://bugs.webkit.org/show_bug.cgi?id=79333 5 6 Reviewed by Sam Weinig. 7 8 Disabled the test. The assertion failure is tracked by <http://webkit.org/b/68859>. 9 10 * fast/dynamic/crash-paint-no-documentElement-renderer.html: Removed. 11 * fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled: Copied from LayoutTests/fast/dynamic/crash-paint-no-documentElement-renderer.html. 12 * platform/chromium/test_expectations.txt: 13 * platform/efl/Skipped: 14 * platform/gtk/test_expectations.txt: 15 * platform/mac/test_expectations.txt: 16 * platform/qt/test_expectations.txt: 17 1 18 2012-02-23 Kenichi Ishibashi <bashi@chromium.org> 2 19 -
trunk/LayoutTests/platform/chromium/test_expectations.txt
r108704 r108725 3512 3512 3513 3513 BUGWK74374 WIN : fast/forms/select-listbox-multiple-no-focusring.html = PASS IMAGE 3514 3515 // The test hits an ASSERT in Debug.3516 BUGWK68859 DEBUG : fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH3517 3514 3518 3515 BUGWK74662 : fast/text/unicode-variation-selector.html = IMAGE+TEXT -
trunk/LayoutTests/platform/efl/Skipped
r108255 r108725 2026 2026 fast/js/constructor-length.html 2027 2027 2028 # The test hits an ASSERT in Debug.2029 # https://bugs.webkit.org/show_bug.cgi?id=688592030 fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH2031 2032 2028 # EFL port doesn't support web audio/video API fully. Timeout error happens in these test cases. 2033 2029 media/W3C/audio/events/event_canplay.html -
trunk/LayoutTests/platform/gtk/test_expectations.txt
r108196 r108725 7 7 BUGWK67007 DEBUG : fast/ruby/generated-after-counter-doesnt-crash.html = CRASH 8 8 BUGWK67007 DEBUG : fast/ruby/generated-before-and-after-counter-doesnt-crash.html = CRASH 9 // The test hits an ASSERT in Debug.10 BUGWK68859 DEBUG : fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH11 9 12 10 BUGWK76814 DEBUG : fast/xmlhttprequest/xmlhttprequest-get.xhtml = CRASH -
trunk/LayoutTests/platform/mac/test_expectations.txt
r108196 r108725 41 41 42 42 BUGWK73766 : css3/unicode-bidi-isolate-aharon-failing.html = FAIL 43 44 // The test hits an ASSERT in Debug.45 BUGWK68859 DEBUG : fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH46 43 47 44 // Need rebaselining after 71244 -
trunk/LayoutTests/platform/qt/test_expectations.txt
r108196 r108725 24 24 BUGWK74270 : fast/forms/basic-selects.html = FAIL 25 25 26 // The test hits an ASSERT in Debug.27 BUGWK68859 DEBUG : fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH28 29 26 // Needs baseline 30 27 BUGWK76118 : fast/css/text-overflow-input.html = MISSING
Note:
See TracChangeset
for help on using the changeset viewer.