From 9fa653df5a6a09d0d1850dcdd78e99eb2215baa8 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 22 Apr 2013 20:57:06 +0000 Subject: Work around a bug in run_isolated.py with touched files. It seems that touched files aren't mapped properly. So map the whole directory in the meantime. This is what both browser_tests.isolate and unit_tests.isolate do. NOTRY=true R=csharp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/14081012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195582 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/interactive_ui_tests.isolate | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chrome/interactive_ui_tests.isolate') diff --git a/chrome/interactive_ui_tests.isolate b/chrome/interactive_ui_tests.isolate index 9473b08..ca57765 100644 --- a/chrome/interactive_ui_tests.isolate +++ b/chrome/interactive_ui_tests.isolate @@ -33,7 +33,6 @@ '../net/tools/testserver/testserver.py', '../net/tools/testserver/testserver_base.py', '../testing/test_env.py', - '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py', '../tools/swarm_client/run_isolated.py', '../tools/swarm_client/run_test_cases.py', '../tools/swarm_client/third_party/upload.py', @@ -41,12 +40,12 @@ '<(PRODUCT_DIR)/resources.pak', ], 'isolate_dependency_untracked': [ + '../third_party/pyftpdlib/', '../third_party/pywebsocket/src/mod_pywebsocket/', '../third_party/tlslite/tlslite/', 'test/data/', ], 'isolate_dependency_touched': [ - '../third_party/pyftpdlib/src/pyftpdlib/__init__.py', '../tools/swarm_client/third_party/__init__.py', ], }, -- cgit v1.1