summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-23 08:35:10 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-23 08:35:10 +0000
commit63bb8be277a8fb339243aa8ead02bdcdbc2937fe (patch)
treee3c8c8b7f0166ed1b1df2cccd8ab2b93bfbd2358 /chrome
parent983b1a76358aae7d29d2373ca3f93fe1fcddc3b9 (diff)
downloadchromium_src-63bb8be277a8fb339243aa8ead02bdcdbc2937fe.zip
chromium_src-63bb8be277a8fb339243aa8ead02bdcdbc2937fe.tar.gz
chromium_src-63bb8be277a8fb339243aa8ead02bdcdbc2937fe.tar.bz2
unit_tests.isolate on Windows: add 17 test cases.
autogenerated with: python ..\..\testing\test_env.py trace_test_cases.py out\Release\unit_tests -V PRODUCT_DIR out\Release -c chrome --root-dir ..\.. -T foo.txt python merge_isolate.py ..\..\chrome\unit_tests.isolate ..\..\out\Release\unit_tests.test_cases.isolate -o ..\..\chrome\unit_tests.isolate Where foo.txt contained: VectorCanvasTest.ClippingClean ValueStoreFrontendTest.GetExistingData PageCyclerTest.StatsFile VectorCanvasTest.DiagonalLines SpellCheckTest.RequestSpellCheckWithMisspellings ExtensionManifestTest.ScriptBadgeExplicitIconsIgnored PageCyclerTest.MultipleIterations SpellCheckTest.SpellCheckSuggestions_EN_US VectorCanvasTest.Circles PageCyclerTest.FailProvisionalLoads PageCyclerTest.KillBrowserAndAbort ExtensionManifestTest.CommandManifestAllowNumbers ExtensionTest.GetAbsolutePathNoError VectorCanvasTest.ClippingPath ExtensionManifestTest.CommandManifestTooMany ExtensionPermissionsTest.GetWarningMessages_AudioVideo ExtensionManifestTest.PlatformApps TBR=thakis@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10664008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/unit_tests.isolate26
1 files changed, 16 insertions, 10 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
index 5864e18..949b65f 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -500,7 +500,6 @@
'../third_party/hunspell_dictionaries/en-AU-2-3.bdic',
'../third_party/hunspell_dictionaries/en-CA-2-3.bdic',
'../third_party/hunspell_dictionaries/en-GB-2-3.bdic',
- '../third_party/hunspell_dictionaries/en-US-2-3.bdic',
'../third_party/hunspell_dictionaries/fo-FO-2-3.bdic',
'../third_party/tlslite/tlslite/utils/PyCrypto_AES.py',
'../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py',
@@ -511,12 +510,8 @@
'<(PRODUCT_DIR)/pyproto/google/__init__.py',
'<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/print_preview_utils.js',
'<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
- 'test/data/extensions/manifest_tests/command_allow_numbers.json',
'test/data/extensions/manifest_tests/command_reject_just_shift.json',
'test/data/extensions/manifest_tests/command_simple.json',
- 'test/data/extensions/manifest_tests/command_too_many.json',
- 'test/data/extensions/manifest_tests/init_invalid_platform_app_4.json',
- 'test/data/extensions/manifest_tests/init_invalid_platform_app_5.json',
'test/data/extensions/manifest_tests/sandboxed_pages_invalid_1.json',
'test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json',
'test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json',
@@ -528,7 +523,6 @@
'test/data/extensions/manifest_tests/sandboxed_pages_valid_4.json',
'test/data/extensions/manifest_tests/sandboxed_pages_valid_5.json',
'test/data/extensions/manifest_tests/script_badge_basic.json',
- 'test/data/extensions/manifest_tests/script_badge_icons_ignored.json',
'test/data/extensions/manifest_tests/web_accessible_resources_5.json',
'test/data/extensions/manifest_tests/web_accessible_resources_6.json',
'test/data/extensions/unpacked/manifest_no_key.json',
@@ -536,9 +530,6 @@
'test/data/extensions/unpacked/symlinks_allowed/manifest.json',
'test/data/firefox3_pref.js',
'test/data/firefox3_pref_pac_url.js',
- 'test/data/page_cycler/abort_expected',
- 'test/data/page_cycler/about_url',
- 'test/data/page_cycler/errors_expected',
],
'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/test_data/chrome/browser/resources/shared/',
@@ -557,7 +548,6 @@
'test/data/firefox3_profile/',
'test/data/firefox3_searchplugins/',
'test/data/osdd/',
- 'test/data/value_store_db/',
'test/data/zip/',
],
},
@@ -598,9 +588,18 @@
}, {
'variables': {
'isolate_dependency_tracked': [
+ '../third_party/hunspell_dictionaries/en-US-2-3.bdic',
'<(PRODUCT_DIR)/locales/en-US.pak',
'<(PRODUCT_DIR)/theme_resources_standard.pak',
'<(PRODUCT_DIR)/ui_resources_standard.pak',
+ 'test/data/extensions/manifest_tests/command_allow_numbers.json',
+ 'test/data/extensions/manifest_tests/command_too_many.json',
+ 'test/data/extensions/manifest_tests/init_invalid_platform_app_4.json',
+ 'test/data/extensions/manifest_tests/init_invalid_platform_app_5.json',
+ 'test/data/extensions/manifest_tests/script_badge_icons_ignored.json',
+ 'test/data/page_cycler/abort_expected',
+ 'test/data/page_cycler/about_url',
+ 'test/data/page_cycler/errors_expected',
],
'isolate_dependency_untracked': [
'test/data/firefox2_nss/',
@@ -635,12 +634,14 @@
'test/data/firefox3_searchplugins/google.xml',
'test/data/firefox3_searchplugins/wikipedia.xml',
'test/data/firefox3_searchplugins/yahoo.xml',
+ 'test/data/value_store_db/',
],
},
}],
['OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
+ '../skia/ext/data/vectorcanvastest/bitmaps/bitmap_opaque.png',
'../third_party/python_26/DLLs/_hashlib.pyd',
'../third_party/python_26/DLLs/_socket.pyd',
'../third_party/python_26/DLLs/_ssl.pyd',
@@ -741,12 +742,17 @@
'../third_party/python_26/python.exe',
'../third_party/python_26/python26.dll',
'<(PRODUCT_DIR)/icudt.dll',
+ 'test/data/extensions/permissions/audio-video.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',
],
'isolate_dependency_untracked': [
'../ppapi/lib/gl/include/KHR/',
+ '../skia/ext/data/vectorcanvastest/circles/',
+ '../skia/ext/data/vectorcanvastest/clippingclean/',
+ '../skia/ext/data/vectorcanvastest/clippingpath/',
+ '../skia/ext/data/vectorcanvastest/diagonallines/',
'../third_party/python_26/Lib/xml/parsers/',
'../ui/base/glib/',
'test/data/components/flapper/windows/',