From 480237154aaa6c4d5b02c1f367d37789188e983b Mon Sep 17 00:00:00 2001 From: "mitz@apple.com" Date: Fri, 24 Feb 2012 05:24:55 +0000 Subject: [PATCH] REGRESSION: Assertion failure in Document::setCompatibilityMode() (!m_styleSheets->length()) in fast/dynamic/crash-paint-no-documentElement-renderer.html https://bugs.webkit.org/show_bug.cgi?id=79333 Reviewed by Sam Weinig. Disabled the test. The assertion failure is tracked by . * fast/dynamic/crash-paint-no-documentElement-renderer.html: Removed. * fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled: Copied from LayoutTests/fast/dynamic/crash-paint-no-documentElement-renderer.html. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108725 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 17 +++++++++++++++++ ...ash-paint-no-documentElement-renderer.html-disabled} | 0 LayoutTests/platform/chromium/test_expectations.txt | 3 --- LayoutTests/platform/efl/Skipped | 4 ---- LayoutTests/platform/gtk/test_expectations.txt | 2 -- LayoutTests/platform/mac/test_expectations.txt | 3 --- LayoutTests/platform/qt/test_expectations.txt | 3 --- 7 files changed, 17 insertions(+), 15 deletions(-) rename LayoutTests/fast/dynamic/{crash-paint-no-documentElement-renderer.html => crash-paint-no-documentElement-renderer.html-disabled} (100%) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index baf6275..d8b12e7 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,20 @@ +2012-02-23 Dan Bernstein + + REGRESSION: Assertion failure in Document::setCompatibilityMode() (!m_styleSheets->length()) in fast/dynamic/crash-paint-no-documentElement-renderer.html + https://bugs.webkit.org/show_bug.cgi?id=79333 + + Reviewed by Sam Weinig. + + Disabled the test. The assertion failure is tracked by . + + * fast/dynamic/crash-paint-no-documentElement-renderer.html: Removed. + * fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled: Copied from LayoutTests/fast/dynamic/crash-paint-no-documentElement-renderer.html. + * platform/chromium/test_expectations.txt: + * platform/efl/Skipped: + * platform/gtk/test_expectations.txt: + * platform/mac/test_expectations.txt: + * platform/qt/test_expectations.txt: + 2012-02-23 Kenichi Ishibashi Unreviewed test fix after r108699. diff --git a/LayoutTests/fast/dynamic/crash-paint-no-documentElement-renderer.html b/LayoutTests/fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled similarity index 100% rename from LayoutTests/fast/dynamic/crash-paint-no-documentElement-renderer.html rename to LayoutTests/fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt index ced539a..bf55af3 100644 --- a/LayoutTests/platform/chromium/test_expectations.txt +++ b/LayoutTests/platform/chromium/test_expectations.txt @@ -3512,9 +3512,6 @@ BUGWK74357 SKIP : plugins/netscape-plugin-page-cache-works.html = TEXT TIMEOUT BUGWK74374 WIN : fast/forms/select-listbox-multiple-no-focusring.html = PASS IMAGE -// The test hits an ASSERT in Debug. -BUGWK68859 DEBUG : fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH - BUGWK74662 : fast/text/unicode-variation-selector.html = IMAGE+TEXT BUGWK74634 WIN : compositing/absolute-position-changed-with-composited-parent-layer.html = IMAGE diff --git a/LayoutTests/platform/efl/Skipped b/LayoutTests/platform/efl/Skipped index 2e92f37..1ca06b0 100644 --- a/LayoutTests/platform/efl/Skipped +++ b/LayoutTests/platform/efl/Skipped @@ -2025,10 +2025,6 @@ tables/mozilla/bugs/bug14929.html tables/mozilla/bugs/bug2947.html fast/js/constructor-length.html -# The test hits an ASSERT in Debug. -# https://bugs.webkit.org/show_bug.cgi?id=68859 -fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH - # EFL port doesn't support web audio/video API fully. Timeout error happens in these test cases. media/W3C/audio/events/event_canplay.html media/W3C/audio/events/event_canplay_manual.html diff --git a/LayoutTests/platform/gtk/test_expectations.txt b/LayoutTests/platform/gtk/test_expectations.txt index eb752cc..8f9918b 100644 --- a/LayoutTests/platform/gtk/test_expectations.txt +++ b/LayoutTests/platform/gtk/test_expectations.txt @@ -6,8 +6,6 @@ BUGWK67007 DEBUG : fast/ruby/after-block-doesnt-crash.html = CRASH BUGWK67007 DEBUG : fast/ruby/after-table-doesnt-crash.html = CRASH BUGWK67007 DEBUG : fast/ruby/generated-after-counter-doesnt-crash.html = CRASH BUGWK67007 DEBUG : fast/ruby/generated-before-and-after-counter-doesnt-crash.html = CRASH -// The test hits an ASSERT in Debug. -BUGWK68859 DEBUG : fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH BUGWK76814 DEBUG : fast/xmlhttprequest/xmlhttprequest-get.xhtml = CRASH diff --git a/LayoutTests/platform/mac/test_expectations.txt b/LayoutTests/platform/mac/test_expectations.txt index d252a8d..17dc55b 100644 --- a/LayoutTests/platform/mac/test_expectations.txt +++ b/LayoutTests/platform/mac/test_expectations.txt @@ -41,9 +41,6 @@ BUGWK69999 RELEASE : http/tests/security/contentSecurityPolicy/media-src-allowed BUGWK73766 : css3/unicode-bidi-isolate-aharon-failing.html = FAIL -// The test hits an ASSERT in Debug. -BUGWK68859 DEBUG : fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH - // Need rebaselining after 71244 BUGWK74432 : css2.1/20110323/border-conflict-style-079.htm = IMAGE BUGWK74432 : css2.1/20110323/floating-replaced-height-008.htm = IMAGE diff --git a/LayoutTests/platform/qt/test_expectations.txt b/LayoutTests/platform/qt/test_expectations.txt index 74d2ef1..fb20602 100644 --- a/LayoutTests/platform/qt/test_expectations.txt +++ b/LayoutTests/platform/qt/test_expectations.txt @@ -23,9 +23,6 @@ BUGWK73766 : css3/unicode-bidi-isolate-aharon-failing.html = FAIL BUGWK74270 : fast/forms/basic-selects.html = FAIL -// The test hits an ASSERT in Debug. -BUGWK68859 DEBUG : fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH - // Needs baseline BUGWK76118 : fast/css/text-overflow-input.html = MISSING -- 2.7.4