Changeset 108725 in webkit


Ignore:
Timestamp:
Feb 23, 2012 9:24:55 PM (12 years ago)
Author:
mitz@apple.com
Message:

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 <http://webkit.org/b/68859>.

  • 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:
Location:
trunk/LayoutTests
Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r108720 r108725  
     12012-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
    1182012-02-23  Kenichi Ishibashi  <bashi@chromium.org>
    219
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r108704 r108725  
    35123512
    35133513BUGWK74374 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 = CRASH
    35173514
    35183515BUGWK74662 : fast/text/unicode-variation-selector.html = IMAGE+TEXT
  • trunk/LayoutTests/platform/efl/Skipped

    r108255 r108725  
    20262026fast/js/constructor-length.html
    20272027
    2028 # The test hits an ASSERT in Debug.
    2029 # https://bugs.webkit.org/show_bug.cgi?id=68859
    2030 fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH
    2031 
    20322028# EFL port doesn't support web audio/video API fully. Timeout error happens in these test cases.
    20332029media/W3C/audio/events/event_canplay.html
  • trunk/LayoutTests/platform/gtk/test_expectations.txt

    r108196 r108725  
    77BUGWK67007 DEBUG : fast/ruby/generated-after-counter-doesnt-crash.html = CRASH
    88BUGWK67007 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 = CRASH
    119
    1210BUGWK76814 DEBUG : fast/xmlhttprequest/xmlhttprequest-get.xhtml = CRASH
  • trunk/LayoutTests/platform/mac/test_expectations.txt

    r108196 r108725  
    4141
    4242BUGWK73766 : 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 = CRASH
    4643
    4744// Need rebaselining after 71244
  • trunk/LayoutTests/platform/qt/test_expectations.txt

    r108196 r108725  
    2424BUGWK74270 : fast/forms/basic-selects.html = FAIL
    2525
    26 // The test hits an ASSERT in Debug.
    27 BUGWK68859 DEBUG : fast/dynamic/crash-paint-no-documentElement-renderer.html = CRASH
    28 
    2926// Needs baseline
    3027BUGWK76118 : fast/css/text-overflow-input.html = MISSING
Note: See TracChangeset for help on using the changeset viewer.