Changeset 53137 in webkit


Ignore:
Timestamp:
Jan 12, 2010 5:05:55 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-12 Eric Seidel <eric@webkit.org>

Reviewed by Gustavo Noronha Silva.

[GTK] Threading problems with some of the tests
https://bugs.webkit.org/show_bug.cgi?id=30814

Skip another test which is hitting the SQLiteDatabase::sqliteHandle() threading ASSERT.

  • platform/gtk/Skipped:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r53136 r53137  
     12010-01-12  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Gustavo Noronha Silva.
     4
     5        [GTK] Threading problems with some of the tests
     6        https://bugs.webkit.org/show_bug.cgi?id=30814
     7
     8        Skip another test which is hitting the SQLiteDatabase::sqliteHandle() threading ASSERT.
     9
     10        * platform/gtk/Skipped:
     11
    1122010-01-12  Csaba Osztrogonác  <ossy@webkit.org>
    213
  • trunk/LayoutTests/platform/gtk/Skipped

    r53125 r53137  
    55485548fast/xsl/sort-locale.xml
    55495549
     5550# ASSERTION FAILED: currentThread() == m_openingThread in WebCore::SQLiteDatabase::sqlite3Handle()
    55505551# https://bugs.webkit.org/show_bug.cgi?id=30814
    55515552storage
     5553fast/js/excessive-comma-usage.html
    55525554
    55535555# https://bugs.webkit.org/show_bug.cgi?id=30815
Note: See TracChangeset for help on using the changeset viewer.