summaryrefslogtreecommitdiffstats
path: root/chrome/interactive_ui_tests.isolate
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-22 20:57:06 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-22 20:57:06 +0000
commit9fa653df5a6a09d0d1850dcdd78e99eb2215baa8 (patch)
tree98de1d41ffb64cec19b092671b32fd49961c2129 /chrome/interactive_ui_tests.isolate
parentef915f53eaff99da21a38ae0575ce50e099ddf4e (diff)
downloadchromium_src-9fa653df5a6a09d0d1850dcdd78e99eb2215baa8.zip
chromium_src-9fa653df5a6a09d0d1850dcdd78e99eb2215baa8.tar.gz
chromium_src-9fa653df5a6a09d0d1850dcdd78e99eb2215baa8.tar.bz2
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
Diffstat (limited to 'chrome/interactive_ui_tests.isolate')
-rw-r--r--chrome/interactive_ui_tests.isolate3
1 files changed, 1 insertions, 2 deletions
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',
],
},