Bug 116559 - [Windows] Reenable storage tests
Summary: [Windows] Reenable storage tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-05-21 10:49 PDT by Brent Fulgham
Modified: 2013-06-13 10:04 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2013-05-21 10:49:35 PDT
The Windows TestExpectations file incorrectly excludes the 'storage' tests, indicating the feature is not implemented.

Review of the source code (and running the tests) show that these tests are indeed supported, and should be getting executed as part of our normal build and integration cycle.
Comment 1 Radar WebKit Bug Importer 2013-05-21 10:50:06 PDT
<rdar://problem/13950742>
Comment 2 Brent Fulgham 2013-05-21 13:45:26 PDT
The "storage/websql/change-version.html" test crashes.
Comment 3 Brent Fulgham 2013-05-21 13:56:01 PDT
Note the following tests fail and are excluded.  All other storage tests work properly.

storage/websql/change-version.html
storage/websql/database-lock-after-reload.html
storage/websql/open-database-creation-callback.html
storage/websql/quota-tracking.html
Comment 4 Brent Fulgham 2013-06-13 10:04:55 PDT
These tests were reactivated, and are now running.