diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 18:43:00 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-23 18:43:00 +0000 |
commit | 2dfb808ed26171cae4dca9ea2312c559a5befa11 (patch) | |
tree | 7d05d46e09daa8b5ed4cb16557c707646bf2d3c5 | |
parent | 77ef6fdcb45af5be1c2af57a389a6fc9168914c8 (diff) | |
download | chromium_src-2dfb808ed26171cae4dca9ea2312c559a5befa11.zip chromium_src-2dfb808ed26171cae4dca9ea2312c559a5befa11.tar.gz chromium_src-2dfb808ed26171cae4dca9ea2312c559a5befa11.tar.bz2 |
unit_tests.isolate on OSX: Trace test cases.
Autogenerated with:
GYP_DEFINES="$GYP_DEFINES test_isolation_mode=check" build/gyp_chromium
ninja -C out/Release unit_tests_run
python tools/swarm_client/fix_test_cases.py -s out/Release/unit_tests.isolated
TBR=csharp@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/11231083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163623 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/unit_tests.isolate | 141 |
1 files changed, 84 insertions, 57 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index d36f7c9..10c3adf 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -123,8 +123,13 @@ 'test/data/download-test1.lib', 'test/data/extensions/absolute_path/absolute.json', 'test/data/extensions/api_test/permissions/optional/manifest.json', + 'test/data/extensions/api_test/webrequest/declarative/headers.html', + 'test/data/extensions/api_test/webrequest/declarative/headers.html.mock-http-headers', 'test/data/extensions/app_update/v1.crx', 'test/data/extensions/app_update/v2.crx', + 'test/data/extensions/bad/Extensions/ffffffffffffffffffffffffffffffff/manifest.json', + 'test/data/extensions/bad/Extensions/gggggggggggggggggggggggggggggggg/manifest.json', + 'test/data/extensions/bad/Extensions/hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh/manifest.json', 'test/data/extensions/bad/Preferences', 'test/data/extensions/bad_magic.crx', 'test/data/extensions/bad_signature.crx', @@ -132,6 +137,9 @@ 'test/data/extensions/convert_web_app/128.png', 'test/data/extensions/convert_web_app/16.png', 'test/data/extensions/convert_web_app/48.png', + 'test/data/extensions/extension_icon_image/16.png', + 'test/data/extensions/extension_icon_image/48.png', + 'test/data/extensions/extension_icon_image/app.json', 'test/data/extensions/file_manager/app.json', 'test/data/extensions/good.crx', 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/backgroundpage.html', @@ -253,6 +261,9 @@ 'test/data/extensions/manifest_tests/init_valid_permissions_empty.json', 'test/data/extensions/manifest_tests/init_valid_permissions_unknown.json', 'test/data/extensions/manifest_tests/init_valid_platform_app.json', + 'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_1.json', + 'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_2.json', + 'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_3.json', 'test/data/extensions/manifest_tests/intent_invalid_1.json', 'test/data/extensions/manifest_tests/intent_invalid_2.json', 'test/data/extensions/manifest_tests/intent_invalid_3.json', @@ -400,6 +411,8 @@ 'test/data/page_cycler/about_url', 'test/data/page_cycler/errors_expected', 'test/data/printing/cloud_print_unittest.pdf', + 'test/data/profiles/profile_with_complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/manifest.json', + 'test/data/profiles/profile_with_default_theme/Default/History', 'test/data/safe_browsing/download_protection/issuer.pem', 'test/data/safe_browsing/download_protection/test_c.pem', 'test/data/safe_browsing/download_protection/test_cn.pem', @@ -476,6 +489,7 @@ 'test/data/extensions/permissions/unknown/', 'test/data/extensions/permissions/whitelist/', 'test/data/extensions/script_and_capture/', + 'test/data/extensions/socket_permissions/', 'test/data/extensions/storage_quota/limited_quota/1.0/', 'test/data/extensions/storage_quota/unlimited_quota/1.0/', 'test/data/extensions/storage_quota/unlimited_quota/2.0/', @@ -504,6 +518,7 @@ 'test/data/osdd/url_with_no_attributes.xml', 'test/data/osdd/wikipedia.xml', 'test/data/pref_service/', + 'test/data/profiles/profile_with_complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/', 'test/data/top_sites/', 'test/data/web_database/', 'test/data/zip/test/foo/bar/', @@ -527,20 +542,6 @@ '../net/data/ssl/certificates/ndn.ca.crt', '../net/data/ssl/certificates/root_ca_cert.crt', '../testing/xvfb.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/utils/PyCrypto_AES.py', '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py', '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py', @@ -596,42 +597,17 @@ 'test/data/extensions/allow_silent_upgrade/plugin3_old.json', 'test/data/extensions/allow_silent_upgrade/storage_new.json', 'test/data/extensions/allow_silent_upgrade/storage_old.json', - 'test/data/extensions/api_test/browser_action/no_icon/icon.png', - 'test/data/extensions/api_test/browser_action/no_icon/manifest.json', 'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/2/background.html', 'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/2/manifest.json', - 'test/data/extensions/manifest_tests/init_valid_platform_app_no_manifest_version.json', - 'test/data/extensions/manifest_tests/requirements_invalid_3d.json', - 'test/data/extensions/manifest_tests/requirements_invalid_3d_features.json', - 'test/data/extensions/manifest_tests/requirements_invalid_3d_features_value.json', - 'test/data/extensions/manifest_tests/requirements_invalid_3d_no_features.json', - 'test/data/extensions/manifest_tests/requirements_invalid_keys.json', - 'test/data/extensions/manifest_tests/requirements_invalid_plugins.json', - 'test/data/extensions/manifest_tests/requirements_invalid_plugins_key.json', - 'test/data/extensions/manifest_tests/requirements_invalid_plugins_value.json', - 'test/data/extensions/manifest_tests/requirements_invalid_requirements.json', - 'test/data/extensions/manifest_tests/requirements_npapi.json', - 'test/data/extensions/manifest_tests/requirements_npapi_empty.json', - 'test/data/extensions/manifest_tests/requirements_npapi_empty_plugins_empty.json', - 'test/data/extensions/manifest_tests/requirements_npapi_plugins_empty.json', - 'test/data/extensions/manifest_tests/requirements_valid_empty.json', - 'test/data/extensions/manifest_tests/requirements_valid_full.json', 'test/data/extensions/unpacked/manifest_no_key.json', 'test/data/extensions/unpacked/manifest_with_key.json', 'test/data/extensions/unpacked/symlinks_allowed/manifest.json', - 'test/data/extensions/unpacker/bad_image.crx', - 'test/data/extensions/unpacker/bad_path.crx', - 'test/data/extensions/unpacker/bad_zip.crx', - 'test/data/extensions/unpacker/good_package.crx', 'test/data/firefox3_pref.js', 'test/data/firefox3_pref_pac_url.js', - 'test/data/native_messaging/single_message_request.msg', - 'test/data/native_messaging/single_message_response.msg', 'test/data/pref_service/read.need_empty_value.json', 'test/data/pref_service/write.golden.need_empty_value.json', ], 'isolate_dependency_untracked': [ - '../third_party/pywebsocket/src/mod_pywebsocket/handshake/', '<(PRODUCT_DIR)/test_data/', 'test/data/components/flapper/linux_x64/', 'test/data/extensions/bad/', @@ -656,7 +632,6 @@ 'test/data/zip/', ], 'isolate_dependency_touched': [ - 'test/data/autofill/merge/output/ambiguous.out', 'test/data/autofill/merge/output/email.out', 'test/data/extensions/bad/Extensions/dddddddddddddddddddddddddddddddd/1.0/git_hates_empty_dirs', 'test/data/extensions/bad/Extensions/ffffffffffffffffffffffffffffffff/icon.png', @@ -677,6 +652,10 @@ '../tools/swarm_client/run_test_cases.py', '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', ], + 'isolate_dependency_tracked': [ + 'test/data/extensions/permissions/platform_app_all_urls.json', + 'test/data/extensions/permissions/platform_app_hosts.json', + ], 'isolate_dependency_untracked': [ '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/data/', ], @@ -686,6 +665,17 @@ 'variables': { 'isolate_dependency_tracked': [ '<(PRODUCT_DIR)/ffmpegsumo.so', + 'test/data/autofill/merge/input/ambiguous.in', + 'test/data/autofill/merge/input/case.in', + 'test/data/extensions/permissions/serial.json', + 'test/data/extensions/permissions/socket_any_host.json', + 'test/data/extensions/permissions/socket_one_domain_two_hostnames.json', + 'test/data/extensions/permissions/socket_two_domains_one_hostname.json', + 'test/data/extensions/requirements/v1_good.pem', + 'test/data/extensions/requirements/v2_bad_requirements.crx', + 'test/data/extensions/requirements/v2_bad_requirements_and_permissions.crx', + 'test/data/extensions/requirements/v3_bad_permissions.crx', + 'test/data/extensions/requirements/v3_good.crx', 'test/data/firefox2_nss_mac/libfreebl3.dylib', 'test/data/firefox2_nss_mac/libnspr4.dylib', 'test/data/firefox2_nss_mac/libnss3.dylib', @@ -701,35 +691,33 @@ 'test/data/firefox3_nss_mac/libplds4.dylib', 'test/data/firefox3_nss_mac/libsoftokn3.dylib', 'test/data/firefox3_nss_mac/libsqlite3.dylib', + 'test/data/value_store_db/000005.log', + 'test/data/value_store_db/CURRENT', + 'test/data/value_store_db/MANIFEST-000004', ], 'isolate_dependency_untracked': [ '<(PRODUCT_DIR)/Chromium Framework.framework/', 'test/data/components/flapper/mac/', 'test/data/extensions/install_prompt/', + 'test/data/extensions/requirements/v1_good/', + 'test/data/extensions/requirements/v2_bad_requirements/', + 'test/data/extensions/requirements/v2_bad_requirements_and_permissions/', + 'test/data/extensions/requirements/v3_bad_permissions/', + 'test/data/extensions/requirements/v3_good/', + 'test/data/native_messaging/Native Hosts/echo.py', 'test/data/safari_import/Safari/', ], + 'isolate_dependency_touched': [ + 'test/data/value_store_db/LOCK', + ], }, }, { 'variables': { 'isolate_dependency_tracked': [ '<(PRODUCT_DIR)/chrome_100_percent.pak', '<(PRODUCT_DIR)/locales/en-US.pak', - 'test/data/extensions/api_test/webrequest/declarative/headers.html', - 'test/data/extensions/api_test/webrequest/declarative/headers.html.mock-http-headers', - 'test/data/extensions/bad/Extensions/ffffffffffffffffffffffffffffffff/manifest.json', - 'test/data/extensions/bad/Extensions/gggggggggggggggggggggggggggggggg/manifest.json', - 'test/data/extensions/bad/Extensions/hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh/manifest.json', - 'test/data/extensions/extension_icon_image/16.png', - 'test/data/extensions/extension_icon_image/48.png', - 'test/data/extensions/extension_icon_image/app.json', - 'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_1.json', - 'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_2.json', - 'test/data/extensions/manifest_tests/insecure_contentsecuritypolicy_3.json', - 'test/data/profiles/profile_with_complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/manifest.json', - 'test/data/profiles/profile_with_default_theme/Default/History', ], 'isolate_dependency_untracked': [ - 'test/data/extensions/socket_permissions/', 'test/data/firefox2_nss/', 'test/data/firefox2_profile/bookmarks.html', 'test/data/firefox2_profile/cookies.txt', @@ -762,7 +750,6 @@ 'test/data/firefox3_searchplugins/google.xml', 'test/data/firefox3_searchplugins/wikipedia.xml', 'test/data/firefox3_searchplugins/yahoo.xml', - 'test/data/profiles/profile_with_complex_theme/Default/Extensions/mblmlcbknbnfebdfjnolmcapmdofhmme/1.1/i/', 'test/data/value_store_db/', ], }, @@ -872,8 +859,6 @@ '../third_party/python_26/python26.dll', '<(PRODUCT_DIR)/ffmpegsumo.dll', '<(PRODUCT_DIR)/icudt.dll', - 'test/data/extensions/permissions/platform_app_all_urls.json', - 'test/data/extensions/permissions/platform_app_hosts.json', 'test/data/safe_browsing/download_protection/signed.exe', 'test/data/safe_browsing/download_protection/unsigned.exe', 'test/data/safe_browsing/download_protection/wow_helper.exe', @@ -899,8 +884,44 @@ }, { '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', + 'test/data/extensions/api_test/browser_action/no_icon/icon.png', + 'test/data/extensions/api_test/browser_action/no_icon/manifest.json', + 'test/data/extensions/manifest_tests/init_valid_platform_app_no_manifest_version.json', + 'test/data/extensions/manifest_tests/requirements_invalid_3d.json', + 'test/data/extensions/manifest_tests/requirements_invalid_3d_features.json', + 'test/data/extensions/manifest_tests/requirements_invalid_3d_features_value.json', + 'test/data/extensions/manifest_tests/requirements_invalid_3d_no_features.json', + 'test/data/extensions/manifest_tests/requirements_invalid_keys.json', + 'test/data/extensions/manifest_tests/requirements_invalid_plugins.json', + 'test/data/extensions/manifest_tests/requirements_invalid_plugins_key.json', + 'test/data/extensions/manifest_tests/requirements_invalid_plugins_value.json', + 'test/data/extensions/manifest_tests/requirements_invalid_requirements.json', + 'test/data/extensions/manifest_tests/requirements_npapi.json', + 'test/data/extensions/manifest_tests/requirements_npapi_empty.json', + 'test/data/extensions/manifest_tests/requirements_npapi_empty_plugins_empty.json', + 'test/data/extensions/manifest_tests/requirements_npapi_plugins_empty.json', + 'test/data/extensions/manifest_tests/requirements_valid_empty.json', + 'test/data/extensions/manifest_tests/requirements_valid_full.json', + 'test/data/extensions/unpacker/bad_image.crx', + 'test/data/extensions/unpacker/bad_path.crx', + 'test/data/extensions/unpacker/bad_zip.crx', 'test/data/extensions/unpacker/empty_default_locale.crx', + 'test/data/extensions/unpacker/good_package.crx', 'test/data/extensions/unpacker/has_default_missing_locales.crx', 'test/data/extensions/unpacker/invalid_default_locale.crx', 'test/data/extensions/unpacker/invalid_messages_file.crx', @@ -908,10 +929,16 @@ 'test/data/extensions/unpacker/missing_default_has_locales.crx', 'test/data/extensions/unpacker/missing_messages_file.crx', 'test/data/extensions/unpacker/no_locale_data.crx', + 'test/data/native_messaging/single_message_request.msg', + 'test/data/native_messaging/single_message_response.msg', ], 'isolate_dependency_untracked': [ + '../third_party/pywebsocket/src/mod_pywebsocket/handshake/', 'test/data/extensions/manifest_tests/_locales/', ], + 'isolate_dependency_touched': [ + 'test/data/autofill/merge/output/ambiguous.out', + ], }, }], ], |