From 73b8a1ce654d9d0f82f02c1838f803f5ec345e7f Mon Sep 17 00:00:00 2001 From: "jianli@chromium.org" Date: Tue, 26 May 2009 19:45:06 +0000 Subject: We need to add UI tests to test workers after we switch to process-per-worker model and remove uses of V8 lockers. Due to this, we can not run any worker layout test that starts multiple workers because we load V8 instance in DLL in test shell. To cover this deficiency, we need to add UI tests to test multiple workers. BUG=12554 TEST=none Review URL: http://codereview.chromium.org/115731 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16890 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/ui/ui_tests.vcproj | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'chrome/test/ui') diff --git a/chrome/test/ui/ui_tests.vcproj b/chrome/test/ui/ui_tests.vcproj index e50ff06..c959806 100644 --- a/chrome/test/ui/ui_tests.vcproj +++ b/chrome/test/ui/ui_tests.vcproj @@ -606,6 +606,14 @@ > + + + + -- cgit v1.1