diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 23:46:27 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 23:46:27 +0000 |
commit | 551668a1b2f46f11835f4f81b7ba4555b824b802 (patch) | |
tree | a95ed8b19a590ea53231a6126053d3b14624c055 /chrome/unit_tests.isolate | |
parent | ffccd7d88b76f19f7c932d9ff017d73219025009 (diff) | |
download | chromium_src-551668a1b2f46f11835f4f81b7ba4555b824b802.zip chromium_src-551668a1b2f46f11835f4f81b7ba4555b824b802.tar.gz chromium_src-551668a1b2f46f11835f4f81b7ba4555b824b802.tar.bz2 |
unit_tests.isolate on Windows: Fix 4 four (new) test cases.
autogenerated with:
python tools/isolate/isolate.py trace -r out/Release/unit_tests.results -- --gtest_filter=<test_case>
python tools/isolate/isolate.py merge -r out/Release/unit_tests.results
With each of the following <test_case>:
ExtensionFileUtil.CheckZeroLengthImageFile
ExtensionManifestTest.InsecureContentSecurityPolicy
ExtensionTest.SocketPermissions
PermissionsTest.GetWarningMessages_PlatformApppHosts
TBR=csharp@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/10910102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155056 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r-- | chrome/unit_tests.isolate | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index 21951d1..1f6faef 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -556,7 +556,6 @@ 'test/data/extensions/good/', 'test/data/extensions/l10n/', 'test/data/extensions/permissions/', - 'test/data/extensions/socket_permissions/', 'test/data/extensions/storage_quota/', 'test/data/extensions/theme_i18n/', 'test/data/extensions/ui/', @@ -625,6 +624,7 @@ 'test/data/extensions/extension_icon_image/app.json', ], 'isolate_dependency_untracked': [ + 'test/data/extensions/socket_permissions/', 'test/data/firefox2_nss/', 'test/data/firefox2_profile/bookmarks.html', 'test/data/firefox2_profile/cookies.txt', @@ -768,6 +768,14 @@ '<(PRODUCT_DIR)/avformat-54.dll', '<(PRODUCT_DIR)/avutil-51.dll', '<(PRODUCT_DIR)/icudt.dll', + '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/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/permissions/platform_app_all_urls.json', + 'test/data/extensions/permissions/platform_app_hosts.json', '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/signed.exe', |