diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-31 20:51:49 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-31 20:51:49 +0000 |
commit | a00ff4ec7d70803f5a442cfa0aa15238b174fbaa (patch) | |
tree | ea5ad59be27e4c2201fa02c9563ab35608e1b061 /chrome/unit_tests.isolate | |
parent | e48da7979f645cbe644f48015e15ab26fb1d7c9c (diff) | |
download | chromium_src-a00ff4ec7d70803f5a442cfa0aa15238b174fbaa.zip chromium_src-a00ff4ec7d70803f5a442cfa0aa15238b174fbaa.tar.gz chromium_src-a00ff4ec7d70803f5a442cfa0aa15238b174fbaa.tar.bz2 |
unit_tests.isolate on OSX: Traced 5 test cases
Autogenerated with:
python tools/swarm_client/isolate_test_cases.py -s out/Release/unit_tests.isolated -T cases.txt
With cases.txt:
ExtensionTest.GetAbsolutePathNoError
WebDatabaseMigrationTest.MigrateVersion22ToCurrent
NativeMessagingTest.SingleSendMessageRead
ExtensionManifestTest.ContentScriptMatchPattern
SpellCheckTest.SpellCheckText
Then verified with:
python tools/swarm_client/isolate.py run -s out/Release/unit_tests.isolated -- -T ~/src/chrome/src/cases.txt
This test case is broken due to improper path normalization:
ExtensionTest.GetAbsolutePathNoError
Not sure why this test case fails:
NativeMessagingTest.SingleSendMessageRead
TBR=csharp@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/11366014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r-- | chrome/unit_tests.isolate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index dc73a27..5613760 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -729,6 +729,7 @@ 'test/data/value_store_db/000005.log', 'test/data/value_store_db/CURRENT', 'test/data/value_store_db/MANIFEST-000004', + 'test/data/web_database/version_22.sql', ], 'isolate_dependency_untracked': [ '<(PRODUCT_DIR)/Chromium Framework.framework/', |