Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: DEPS

Issue 159720: Run the DOM Storage layout tests in the UI test framework since the test shel... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/in_process_webkit/dom_storage_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 22457)
+++ DEPS (working copy)
@@ -57,18 +57,27 @@
"src/tools/page_cycler/acid3":
"/trunk/deps/page_cycler/acid3@19546",
- # TODO(jianli): Remove this once we do not need to run worker's layout tests
- # in ui test.
- "src/chrome/test/data/workers/LayoutTests/fast/events":
- Var("webkit_trunk") + "/LayoutTests/fast/events@" + Var("webkit_revision"),
- "src/chrome/test/data/workers/LayoutTests/fast/workers":
- Var("webkit_trunk") + "/LayoutTests/fast/workers@" + Var("webkit_revision"),
- "src/chrome/test/data/workers/LayoutTests/http/tests/resources":
- Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + Var("webkit_revision"),
- "src/chrome/test/data/workers/LayoutTests/http/tests/workers":
- Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + Var("webkit_revision"),
- "src/chrome/test/data/workers/LayoutTests/http/tests/xmlhttprequest":
- Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + Var("webkit_revision"),
+ # We run these layout tests as UI tests. Since many of the buildbots that
+ # run layout tests do NOT have access to the LayoutTest directory, we need
+ # to map them here. In practice, these do not take up much space.
+ "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
+ Var("webkit_trunk") + "/LayoutTests/fast/events@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
+ Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
+ Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
+ Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
+ Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
+ Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
+ Var("webkit_revision"),
}
« no previous file with comments | « no previous file | chrome/browser/in_process_webkit/dom_storage_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698