Changeset 77747 in webkit


Ignore:
Timestamp:
Feb 5, 2011 10:26:30 AM (13 years ago)
Author:
Martin Robinson
Message:

2011-02-05 Martin Robinson <mrobinson@igalia.com>

JSC::Bindings m_rootObject->isValid() assert fails when running layout tests
https://bugs.webkit.org/show_bug.cgi?id=53716

  • platform/gtk/Skipped: Skip a test hitting this assertion.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r77746 r77747  
     12011-02-05  Martin Robinson  <mrobinson@igalia.com>
     2
     3        JSC::Bindings m_rootObject->isValid() assert fails when running layout tests
     4        https://bugs.webkit.org/show_bug.cgi?id=53716
     5
     6        * platform/gtk/Skipped: Skip a test hitting this assertion.
     7
    182011-02-05  Robert Hogan  <robert@webkit.org>
    29
  • trunk/LayoutTests/platform/gtk/Skipped

    r77727 r77747  
    47124712http/tests/websocket/tests/simple.html
    47134713http/tests/websocket/tests/cross-origin.html
     4714
     4715# This test fails ASSERT(m_rootObject->isValid()); on the GTK+ debug bots.
     4716# It should be unskipped when https://bugs.webkit.org/show_bug.cgi?id=53716 is fixed.
     4717fast/frames/set-parent-src-synchronously.html
Note: See TracChangeset for help on using the changeset viewer.