Changeset 140187 in webkit


Ignore:
Timestamp:
Jan 18, 2013 11:21:13 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Enable indexed database for development builds
https://bugs.webkit.org/show_bug.cgi?id=107299

Patch by Martin Robinson <mrobinson@igalia.com> on 2013-01-18
Reviewed by Gustavo Noronha Silva.

Tools:

  • Scripts/webkitperl/FeatureList.pm: Enable indexed database by default

for GTK+ development builds.

LayoutTests:

  • platform/gtk/TestExpectations: Skip failing IDB tests and mark

flaky tests as flaky.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r140182 r140187  
     12013-01-18  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK] Enable indexed database for development builds
     4        https://bugs.webkit.org/show_bug.cgi?id=107299
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * platform/gtk/TestExpectations: Skip failing IDB tests and mark
     9        flaky tests as flaky.
     10
    1112013-01-18  Arko Saha  <arko@motorola.com>
    212
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r140182 r140187  
    185185# These tests require touch support.
    186186webkit.org/b/98931 fast/events/touch [ Skip ]
    187 
    188 # IndexedDB is not yet enabled.
    189 webkit.org/b/98932 storage/indexeddb [ Skip ]
    190 webkit.org/b/98932 http/tests/inspector/indexeddb [ Skip ]
    191187
    192188# StorageTracker is not enabled.
     
    597593
    598594webkit.org/b/107258 fast/canvas/2d.text.draw.fill.maxWidth.gradient.html [ Failure Pass ]
     595
     596webkit.org/b/107194 storage/indexeddb/cursor-advance-workers.html [ Failure Pass ]
     597webkit.org/b/107194 storage/indexeddb/index-basics-workers.html [ Failure Pass ]
     598webkit.org/b/107194 storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html  [ Failure Pass ]
     599webkit.org/b/107194 storage/indexeddb/factory-basics-workers.html [ Failure Pass ]
    599600
    600601#////////////////////////////////////////////////////////////////////////////////////////
     
    13471348webkit.org/b/107257 [ Debug ] fast/js/large-expressions.html [ Failure ]
    13481349
     1350webkit.org/b/107194 storage/indexeddb/database-quota.html [ Timeout ]
     1351webkit.org/b/107194 storage/indexeddb/dont-commit-on-blocked.html [ Failure ]
     1352webkit.org/b/107194 storage/indexeddb/index-multientry.html [ Failure ]
     1353webkit.org/b/107194 storage/indexeddb/index-unique.html [ Failure ]
     1354webkit.org/b/107194 storage/indexeddb/intversion-abort-in-initial-upgradeneeded.html [ Failure ]
     1355webkit.org/b/107194 storage/indexeddb/intversion-close-in-oncomplete.html [ Failure ]
     1356webkit.org/b/107194 storage/indexeddb/intversion-close-in-upgradeneeded.html [ Failure ]
     1357webkit.org/b/107194 storage/indexeddb/key-generator.html [ Failure ]
     1358webkit.org/b/107194 storage/indexeddb/lazy-index-population.html [ Failure ]
     1359webkit.org/b/107194 storage/indexeddb/objectstore-basics-workers.html [ Failure ]
     1360webkit.org/b/107194 storage/indexeddb/objectstore-basics.html [ Failure ]
     1361webkit.org/b/107194 storage/indexeddb/open-twice-workers.html [ Failure ]
     1362webkit.org/b/107194 storage/indexeddb/pending-activity-workers.html [ Failure ]
     1363webkit.org/b/107194 storage/indexeddb/pending-version-change-on-exit.html [ Timeout ]
     1364webkit.org/b/107194 storage/indexeddb/pending-version-change-stuck-works-with-terminate.html [ Failure ]
     1365webkit.org/b/107194 storage/indexeddb/pending-version-change-stuck.html [ Failure ]
     1366webkit.org/b/107194 storage/indexeddb/transaction-abort.html [ Failure ]
     1367webkit.org/b/107194 storage/indexeddb/transaction-complete-workers.html [ Failure ]
     1368webkit.org/b/107194 storage/indexeddb/transaction-error.html [ Failure ]
     1369
     1370
    13491371#////////////////////////////////////////////////////////////////////////////////////////
    13501372# End of Tests failing
  • trunk/Tools/ChangeLog

    r140181 r140187  
     12013-01-18  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK] Enable indexed database for development builds
     4        https://bugs.webkit.org/show_bug.cgi?id=107299
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        * Scripts/webkitperl/FeatureList.pm: Enable indexed database by default
     9        for GTK+ development builds.
     10
    1112013-01-18  Dominic Mazzoni  <dmazzoni@google.com>
    212
  • trunk/Tools/Scripts/webkitperl/FeatureList.pm

    r139768 r140187  
    270270
    271271    { option => "indexed-database", desc => "Toggle Indexed Database support",
    272       define => "ENABLE_INDEXED_DATABASE", default => 0, value => \$indexedDatabaseSupport },
     272      define => "ENABLE_INDEXED_DATABASE", default => isGtk(), value => \$indexedDatabaseSupport },
    273273
    274274    { option => "input-speech", desc => "Toggle Input Speech support",
Note: See TracChangeset for help on using the changeset viewer.