Bug 116559
Summary: | [Windows] Reenable storage tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | WebCore Misc. | Assignee: | Brent Fulgham <bfulgham> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Brent Fulgham
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/13950742>
Brent Fulgham
The "storage/websql/change-version.html" test crashes.
Brent Fulgham
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
Brent Fulgham
These tests were reactivated, and are now running.