Bug 57799 - flaky storagetracker tests under new-run-webkit-tests
Summary: flaky storagetracker tests under new-run-webkit-tests
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 16:00 PDT by Dirk Pranke
Modified: 2014-12-10 10:11 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2011-04-04 16:00:33 PDT
Running new-run-webkit-tests on Snow Leopard against the apple mac build, the following two tests appear to be somewhat flaky when run under the whole test suite:

storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html
storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html

to reproduce, run:

% new-run-webkit-tests --print default,config --worker-model=inline

--worker-model=inline runs every test in a single DRT from under a single python process; it most closely resembles the behavior of old-run-webkit-tests