summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-29 13:27:52 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-29 13:27:52 +0000
commit275649d1973575440dde47869231f4b45bcc3490 (patch)
tree6562c06a755302821cccb2b676ae787d50121412 /net
parent899a7385168d1e779da8d79238f3578fb84d8be7 (diff)
downloadchromium_src-275649d1973575440dde47869231f4b45bcc3490.zip
chromium_src-275649d1973575440dde47869231f4b45bcc3490.tar.gz
chromium_src-275649d1973575440dde47869231f4b45bcc3490.tar.bz2
net_unittests.isolate on Windows: Traced it all
Autogenerated with: set GYP_DEFINES=%GYP_DEFINES% test_isolation_mode=check python build/gyp_chromium ninja -C out/Release net_unittests_run python tools/swarm_client/fix_test_cases.py -s out/Release/net_unittests.isolated TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11273078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/net_unittests.isolate91
1 files changed, 74 insertions, 17 deletions
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate
index be31cbb..26f3e11 100644
--- a/net/net_unittests.isolate
+++ b/net/net_unittests.isolate
@@ -11,6 +11,20 @@
'../testing/test_env.py',
'../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
'../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/__init__.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/_stream_base.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hixie75.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hybi.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/common.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/dispatch.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/extensions.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/http_header_util.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/memorizingfile.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/msgutil.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/mux.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/standalone.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/stream.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/util.py',
'../third_party/tlslite/tlslite/BaseDB.py',
'../third_party/tlslite/tlslite/Checker.py',
'../third_party/tlslite/tlslite/FileObject.py',
@@ -63,6 +77,7 @@
'tools/testserver/testserver.py',
],
'isolate_dependency_untracked': [
+ '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
'../third_party/tlslite/tlslite/',
'data/',
'tools/testserver/',
@@ -319,7 +334,12 @@
'../third_party/python_26/DLLs/pyexpat.pyd',
'../third_party/python_26/DLLs/select.pyd',
'../third_party/python_26/Lib/BaseHTTPServer.py',
+ '../third_party/python_26/Lib/CGIHTTPServer.py',
+ '../third_party/python_26/Lib/ConfigParser.py',
+ '../third_party/python_26/Lib/Queue.py',
+ '../third_party/python_26/Lib/SimpleHTTPServer.py',
'../third_party/python_26/Lib/SocketServer.py',
+ '../third_party/python_26/Lib/StringIO.py',
'../third_party/python_26/Lib/UserDict.py',
'../third_party/python_26/Lib/__future__.py',
'../third_party/python_26/Lib/_abcoll.py',
@@ -327,6 +347,7 @@
'../third_party/python_26/Lib/anydbm.py',
'../third_party/python_26/Lib/asynchat.py',
'../third_party/python_26/Lib/asyncore.py',
+ '../third_party/python_26/Lib/atexit.py',
'../third_party/python_26/Lib/base64.py',
'../third_party/python_26/Lib/bisect.py',
'../third_party/python_26/Lib/cgi.py',
@@ -339,8 +360,15 @@
'../third_party/python_26/Lib/email/__init__.py',
'../third_party/python_26/Lib/email/_parseaddr.py',
'../third_party/python_26/Lib/email/base64mime.py',
+ '../third_party/python_26/Lib/email/charset.py',
'../third_party/python_26/Lib/email/encoders.py',
+ '../third_party/python_26/Lib/email/errors.py',
+ '../third_party/python_26/Lib/email/feedparser.py',
+ '../third_party/python_26/Lib/email/iterators.py',
+ '../third_party/python_26/Lib/email/message.py',
'../third_party/python_26/Lib/email/mime/__init__.py',
+ '../third_party/python_26/Lib/email/parser.py',
+ '../third_party/python_26/Lib/email/quoprimime.py',
'../third_party/python_26/Lib/email/utils.py',
'../third_party/python_26/Lib/encodings/__init__.py',
'../third_party/python_26/Lib/encodings/aliases.py',
@@ -364,13 +392,17 @@
'../third_party/python_26/Lib/keyword.py',
'../third_party/python_26/Lib/linecache.py',
'../third_party/python_26/Lib/locale.py',
+ '../third_party/python_26/Lib/logging/__init__.py',
+ '../third_party/python_26/Lib/logging/handlers.py',
'../third_party/python_26/Lib/md5.py',
'../third_party/python_26/Lib/mimetools.py',
+ '../third_party/python_26/Lib/mimetypes.py',
'../third_party/python_26/Lib/ntpath.py',
'../third_party/python_26/Lib/nturl2path.py',
'../third_party/python_26/Lib/optparse.py',
'../third_party/python_26/Lib/os.py',
'../third_party/python_26/Lib/poplib.py',
+ '../third_party/python_26/Lib/posixpath.py',
'../third_party/python_26/Lib/quopri.py',
'../third_party/python_26/Lib/random.py',
'../third_party/python_26/Lib/re.py',
@@ -397,6 +429,7 @@
'../third_party/python_26/Lib/types.py',
'../third_party/python_26/Lib/urllib.py',
'../third_party/python_26/Lib/urlparse.py',
+ '../third_party/python_26/Lib/uu.py',
'../third_party/python_26/Lib/warnings.py',
'../third_party/python_26/Lib/xml/__init__.py',
'../third_party/python_26/Lib/xml/dom/NodeFilter.py',
@@ -414,12 +447,53 @@
'../third_party/python_26/python.exe',
'../third_party/python_26/python26.dll',
'<(PRODUCT_DIR)/icudt.dll',
+ 'data/proxy_script_fetcher_unittest/404.pac',
+ 'data/proxy_script_fetcher_unittest/404.pac.mock-http-headers',
+ 'data/proxy_script_fetcher_unittest/500.pac',
+ 'data/proxy_script_fetcher_unittest/500.pac.mock-http-headers',
+ 'data/proxy_script_fetcher_unittest/cacheable_1hr.pac',
+ 'data/proxy_script_fetcher_unittest/cacheable_1hr.pac.mock-http-headers',
+ 'data/proxy_script_fetcher_unittest/downloadable.pac',
+ 'data/proxy_script_fetcher_unittest/downloadable.pac.mock-http-headers',
+ 'data/proxy_script_fetcher_unittest/gzipped_pac',
+ 'data/proxy_script_fetcher_unittest/gzipped_pac.mock-http-headers',
+ 'data/proxy_script_fetcher_unittest/large-pac.nsproxy',
+ 'data/proxy_script_fetcher_unittest/large-pac.nsproxy.mock-http-headers',
+ 'data/proxy_script_fetcher_unittest/pac.html',
+ 'data/proxy_script_fetcher_unittest/pac.html.mock-http-headers',
+ 'data/proxy_script_fetcher_unittest/pac.nsproxy',
+ 'data/proxy_script_fetcher_unittest/pac.nsproxy.mock-http-headers',
+ 'data/proxy_script_fetcher_unittest/pac.txt',
+ 'data/proxy_script_fetcher_unittest/pac.txt.mock-http-headers',
+ 'data/proxy_script_fetcher_unittest/utf16be_pac',
+ 'data/proxy_script_fetcher_unittest/utf16be_pac.mock-http-headers',
'data/ssl/certificates/weak_digest_md2_ee.pem',
'data/ssl/certificates/weak_digest_md2_intermediate.pem',
'data/ssl/certificates/weak_digest_md4_ee.pem',
'data/ssl/certificates/weak_digest_md4_intermediate.pem',
'data/ssl/certificates/weak_digest_md4_root.pem',
'data/ssl/certificates/weak_digest_md5_ee.pem',
+ 'data/url_request_unittest/BullRunSpeech.txt',
+ 'data/url_request_unittest/content-type-normalization.html',
+ 'data/url_request_unittest/content-type-normalization.html.mock-http-headers',
+ 'data/url_request_unittest/redirect-test.html',
+ 'data/url_request_unittest/redirect-test.html.mock-http-headers',
+ 'data/url_request_unittest/redirect-to-echoall',
+ 'data/url_request_unittest/redirect-to-echoall.mock-http-headers',
+ 'data/url_request_unittest/redirect-to-file.html',
+ 'data/url_request_unittest/redirect-to-file.html.mock-http-headers',
+ 'data/url_request_unittest/redirect-to-invalid-url.html',
+ 'data/url_request_unittest/redirect-to-invalid-url.html.mock-http-headers',
+ 'data/url_request_unittest/redirect301-to-echo',
+ 'data/url_request_unittest/redirect301-to-echo.mock-http-headers',
+ 'data/url_request_unittest/redirect302-to-echo',
+ 'data/url_request_unittest/redirect302-to-echo.mock-http-headers',
+ 'data/url_request_unittest/redirect303-to-echo',
+ 'data/url_request_unittest/redirect303-to-echo.mock-http-headers',
+ 'data/url_request_unittest/redirect307-to-echo',
+ 'data/url_request_unittest/redirect307-to-echo.mock-http-headers',
+ 'data/url_request_unittest/with-headers.html',
+ 'data/url_request_unittest/with-headers.html.mock-http-headers',
],
'isolate_dependency_untracked': [
'../third_party/python_26/Lib/xml/parsers/',
@@ -428,25 +502,8 @@
}, {
'variables': {
'isolate_dependency_tracked': [
- '../third_party/pywebsocket/src/mod_pywebsocket/__init__.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/_stream_base.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hixie75.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hybi.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/common.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/dispatch.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/extensions.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/http_header_util.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/memorizingfile.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/msgutil.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/mux.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/standalone.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/stream.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/util.py',
'../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py',
],
- 'isolate_dependency_untracked': [
- '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
- ],
},
}],
],