diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-05 14:37:32 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-05 14:37:32 +0000 |
commit | 4e0482c0232d3d5a09bc16fd33ef7ae4a3b47f4d (patch) | |
tree | e88f2b1bd207c22a351eb7cd49768d15ecf3960b /chrome/unit_tests.isolate | |
parent | 6fdd63f6e71a58e84fa8f5d265df1ee96260f45f (diff) | |
download | chromium_src-4e0482c0232d3d5a09bc16fd33ef7ae4a3b47f4d.zip chromium_src-4e0482c0232d3d5a09bc16fd33ef7ae4a3b47f4d.tar.gz chromium_src-4e0482c0232d3d5a09bc16fd33ef7ae4a3b47f4d.tar.bz2 |
unit_tests.isolate on Windows: Traced all the SpellCheckTest.
This should help turn unit_tests_swarm green.
Autogenerated with:
python tools\swarm_client\isolate_test_cases.py -s out\release\unit_tests.isolated -T ..\unit.txt
TBR=csharp@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/11358086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r-- | chrome/unit_tests.isolate | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index 43b8713..85a9436 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -23,12 +23,16 @@ '../third_party/hunspell_dictionaries/el-GR-1-1.bdic', '../third_party/hunspell_dictionaries/en-AU-1-2.bdic', '../third_party/hunspell_dictionaries/en-AU-2-3.bdic', + '../third_party/hunspell_dictionaries/en-AU-2-4.bdic', '../third_party/hunspell_dictionaries/en-CA-2-1.bdic', '../third_party/hunspell_dictionaries/en-CA-2-3.bdic', + '../third_party/hunspell_dictionaries/en-CA-2-4.bdic', '../third_party/hunspell_dictionaries/en-GB-1-2.bdic', '../third_party/hunspell_dictionaries/en-GB-2-3.bdic', + '../third_party/hunspell_dictionaries/en-GB-2-4.bdic', '../third_party/hunspell_dictionaries/en-US-2-1.bdic', '../third_party/hunspell_dictionaries/en-US-2-3.bdic', + '../third_party/hunspell_dictionaries/en-US-2-4.bdic', '../third_party/hunspell_dictionaries/es-ES-1-1.bdic', '../third_party/hunspell_dictionaries/et-EE-1-1.bdic', '../third_party/hunspell_dictionaries/fo-FO-2-3.bdic', @@ -810,6 +814,7 @@ '../third_party/python_26/python.exe', '../third_party/python_26/python26.dll', '<(PRODUCT_DIR)/ffmpegsumo.dll', + '<(PRODUCT_DIR)/gyp-win-tool', '<(PRODUCT_DIR)/icudt.dll', 'test/data/safe_browsing/download_protection/signed.exe', 'test/data/safe_browsing/download_protection/unsigned.exe', @@ -866,10 +871,6 @@ }, { 'variables': { 'isolate_dependency_tracked': [ - '../third_party/hunspell_dictionaries/en-AU-2-4.bdic', - '../third_party/hunspell_dictionaries/en-CA-2-4.bdic', - '../third_party/hunspell_dictionaries/en-GB-2-4.bdic', - '../third_party/hunspell_dictionaries/en-US-2-4.bdic', '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py', 'test/data/extensions/unpacker/bad_image.crx', 'test/data/extensions/unpacker/bad_path.crx', |