Skip to content

Commit

Permalink
unit_tests.isolate on OSX: Traced a few test cases.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
maruel@chromium.org committed Nov 16, 2012
1 parent 472bb18 commit 45c4206
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions chrome/unit_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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/',
Expand Down

0 comments on commit 45c4206

Please sign in to comment.