diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-16 18:42:11 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-16 18:42:11 +0000 |
commit | 45c4206978fdef4aef3a65ec59226ca1dca6ff06 (patch) | |
tree | 80df7b6dc090c9a04f013c36437a6ab965a007b1 /chrome/unit_tests.isolate | |
parent | 472bb186ae84292d817fa8e01147e9c10de47d89 (diff) | |
download | chromium_src-45c4206978fdef4aef3a65ec59226ca1dca6ff06.zip chromium_src-45c4206978fdef4aef3a65ec59226ca1dca6ff06.tar.gz chromium_src-45c4206978fdef4aef3a65ec59226ca1dca6ff06.tar.bz2 |
unit_tests.isolate on OSX: Traced a few test cases.
It eventually errored out due to a dtrace log error.
Autogenerated with:
tools/swarm_client/fix_test_cases.py -T ../unit.txt -s out/Release/unit_tests.isolated
with a yet-to-be-committed change that adds -T support to fix_test_cases.py.
TBR=csharp@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/11348092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168250 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r-- | chrome/unit_tests.isolate | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index 90596c9..cbfb582 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -135,6 +135,20 @@ 'test/data/bookmarks/History_with_empty_starred', 'test/data/bookmarks/History_with_starred', 'test/data/bookmarks/model_without_sync.json', + 'test/data/chromeos/gdata/account_metadata.json', + 'test/data/chromeos/gdata/basic_feed.json', + 'test/data/chromeos/gdata/new_folder_entry.json', + 'test/data/chromeos/sync_file_system/account_metadata.json', + 'test/data/chromeos/sync_file_system/listing_changed_files_in_directory.json', + 'test/data/chromeos/sync_file_system/listing_files_in_directory.json', + 'test/data/chromeos/sync_file_system/listing_files_in_directory_second_page.json', + 'test/data/chromeos/sync_file_system/origin_directory_created.json', + 'test/data/chromeos/sync_file_system/origin_directory_found.json', + 'test/data/chromeos/sync_file_system/origin_directory_get_parent.json', + 'test/data/chromeos/sync_file_system/origin_directory_not_found.json', + 'test/data/chromeos/sync_file_system/sync_root_created.json', + 'test/data/chromeos/sync_file_system/sync_root_found.json', + 'test/data/chromeos/sync_file_system/sync_root_not_found.json', 'test/data/components/jebgalgnebhfojomionfpkfelancnnkf.crx', 'test/data/components/updatecheck_reply_1.xml', 'test/data/components/updatecheck_reply_2.xml', @@ -687,24 +701,10 @@ 'isolate_dependency_tracked': [ '<(PRODUCT_DIR)/chrome_100_percent.pak', '<(PRODUCT_DIR)/locales/en-US.pak', - 'test/data/chromeos/gdata/account_metadata.json', - 'test/data/chromeos/gdata/basic_feed.json', - 'test/data/chromeos/gdata/new_folder_entry.json', 'test/data/chromeos/gdata/root_feed.json', 'test/data/chromeos/gdata/testfile.txt', - 'test/data/chromeos/sync_file_system/account_metadata.json', - 'test/data/chromeos/sync_file_system/listing_changed_files_in_directory.json', - 'test/data/chromeos/sync_file_system/listing_files_in_directory.json', - 'test/data/chromeos/sync_file_system/listing_files_in_directory_second_page.json', 'test/data/chromeos/sync_file_system/listing_files_in_empty_directory.json', - 'test/data/chromeos/sync_file_system/origin_directory_created.json', - 'test/data/chromeos/sync_file_system/origin_directory_found.json', - 'test/data/chromeos/sync_file_system/origin_directory_get_parent.json', - 'test/data/chromeos/sync_file_system/origin_directory_not_found.json', - 'test/data/chromeos/sync_file_system/sync_root_created.json', 'test/data/chromeos/sync_file_system/sync_root_entry.json', - 'test/data/chromeos/sync_file_system/sync_root_found.json', - 'test/data/chromeos/sync_file_system/sync_root_not_found.json', ], 'isolate_dependency_untracked': [ 'test/data/extensions/pending_updates/', |