RESOLVED FIXED 34911
Fix storage/quota-tracking.html on snow leopard
https://bugs.webkit.org/show_bug.cgi?id=34911
Summary Fix storage/quota-tracking.html on snow leopard
Dumitru Daniliuc
Reported 2010-02-12 15:53:39 PST
storage/quota-tracking.html fails on snow leopard, and could potentially fail on other platforms too. The problem is that we create 3 databases at the beginning of the test, and each one of them uses some space. On the other hand, the transactions run on the first database assume that there are no other databases in this origin, and try to use more space than is available. The solution is to create databases as we go.
Attachments
patch (2.16 KB, patch)
2010-02-12 17:12 PST, Dumitru Daniliuc
simon.fraser: review+
dumi: commit-queue-
Dumitru Daniliuc
Comment 1 2010-02-12 17:12:01 PST
Dumitru Daniliuc
Comment 2 2010-02-16 18:19:31 PST
Landed as r54853. Snow Leopard's failure seems to have been fixed.
Note You need to log in before you can comment on or make changes to this bug.