Skip to content

Commit

Permalink
Add run_isolate.py to all .isolate.
Browse files Browse the repository at this point in the history
This is in preparation to have run_test_cases.py to be able to reuse common code
in run_isolated.py to reduce code duplication.

TBR=csharp@chromium.org
BUG=


Review URL: https://chromiumcodereview.appspot.com/11360143

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166705 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
maruel@chromium.org committed Nov 8, 2012
1 parent bec2abf commit 47ddf33
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions base/base_unittests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
'variables': {
'isolate_dependency_tracked': [
'../testing/test_env.py',
'../tools/swarm_client/run_isolated.py',
'../tools/swarm_client/run_test_cases.py',
'<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
'data/json/bom_feff.json',
Expand Down
1 change: 1 addition & 0 deletions chrome/browser_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
'../third_party/tlslite/tlslite/utils/keyfactory.py',
'../third_party/tlslite/tlslite/utils/rijndael.py',
'../third_party/tlslite/tlslite/utils/xmltools.py',
'../tools/swarm_client/run_isolated.py',
'../tools/swarm_client/run_test_cases.py',
'<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/resources.pak',
Expand Down
3 changes: 2 additions & 1 deletion chrome/sync_integration_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
{
'variables': {
'isolate_dependency_tracked': [
'../tools/swarm_client/run_isolated.py',
'../tools/swarm_client/run_test_cases.py',
],
},
'conditions': [
Expand Down Expand Up @@ -55,7 +57,6 @@
'../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
'../third_party/pywebsocket/src/mod_pywebsocket/',
'../third_party/tlslite/tlslite/',
'../tools/swarm_client/run_test_cases.py',
'<(PRODUCT_DIR)/pyproto/google/__init__.py',
'<(PRODUCT_DIR)/resources.pak',
'<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
Expand Down
1 change: 1 addition & 0 deletions chrome/unit_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
'../third_party/tlslite/tlslite/utils/keyfactory.py',
'../third_party/tlslite/tlslite/utils/rijndael.py',
'../third_party/tlslite/tlslite/utils/xmltools.py',
'../tools/swarm_client/run_isolated.py',
'../tools/swarm_client/run_test_cases.py',
'<(PRODUCT_DIR)/resources.pak',
'<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
Expand Down
1 change: 1 addition & 0 deletions net/net_unittests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
'../third_party/tlslite/tlslite/utils/keyfactory.py',
'../third_party/tlslite/tlslite/utils/rijndael.py',
'../third_party/tlslite/tlslite/utils/xmltools.py',
'../tools/swarm_client/run_isolated.py',
'../tools/swarm_client/run_test_cases.py',
'<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
'tools/testserver/asn1.py',
Expand Down

0 comments on commit 47ddf33

Please sign in to comment.