Run the DOM Storage layout tests in the UI test framework since the test shell...
Run the DOM Storage layout tests in the UI test framework since the test shell doesn't hit very much of the new code. I still plan to write unit tests and we're still goign to enable the layout tests in test shell, but this is still a good way for us to test the full stack ASAP. Workers has used this technique for a while now. This CL factors out the layout test running code from the workers ui test and moves arounds directories a bit so not everything is in the "workers" directory. Doing this via a v8 extension is the right way to go long term, but I ran into a couple snags, so I think this is a good first step. TEST=none BUG=none Review URL: http://codereview.chromium.org/159720 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22466 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- DEPS 21 additions, 12 deletionsDEPS
- chrome/browser/in_process_webkit/dom_storage_dispatcher_host.cc 2 additions, 1 deletion.../browser/in_process_webkit/dom_storage_dispatcher_host.cc
- chrome/browser/in_process_webkit/dom_storage_uitest.cc 73 additions, 0 deletionschrome/browser/in_process_webkit/dom_storage_uitest.cc
- chrome/chrome.gyp 3 additions, 0 deletionschrome/chrome.gyp
- chrome/test/data/layout_tests/layout_test_controller.html 26 additions, 0 deletionschrome/test/data/layout_tests/layout_test_controller.html
- chrome/test/data/workers/layout_test_controller.html 0 additions, 12 deletionschrome/test/data/workers/layout_test_controller.html
- chrome/test/ui/ui_layout_test.cc 234 additions, 0 deletionschrome/test/ui/ui_layout_test.cc
- chrome/test/ui/ui_layout_test.h 41 additions, 0 deletionschrome/test/ui/ui_layout_test.h
- chrome/worker/worker_uitest.cc 14 additions, 275 deletionschrome/worker/worker_uitest.cc
Loading
Please register or sign in to comment