diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-14 19:19:50 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-14 19:19:50 +0000 |
commit | 4c1f5103acbb565ee66a729c56845c1062e4612b (patch) | |
tree | d95ef457d4bfcb5b1ba3497170390e3f5aa9566c /sync | |
parent | bad3bef9eb3a3bae971ddee44aa385f786fbbff8 (diff) | |
download | chromium_src-4c1f5103acbb565ee66a729c56845c1062e4612b.zip chromium_src-4c1f5103acbb565ee66a729c56845c1062e4612b.tar.gz chromium_src-4c1f5103acbb565ee66a729c56845c1062e4612b.tar.bz2 |
Remove linux coverage scripts.
BUG=318423
TBR=owners
Review URL: https://codereview.chromium.org/68193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r-- | sync/sync_tests.gypi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi index cdf671d..f3acf45 100644 --- a/sync/sync_tests.gypi +++ b/sync/sync_tests.gypi @@ -273,20 +273,6 @@ 'util/nigori_unittest.cc', 'util/protobuf_unittest.cc', ], - 'conditions': [ - ['OS == "ios" and coverage != 0', { - 'sources!': [ - # These sources can't be built with coverage due to a toolchain - # bug: http://openradar.appspot.com/radar?id=1499403 - 'engine/syncer_unittest.cc', - - # These tests crash when run with coverage turned on due to an - # issue with llvm_gcda_increment_indirect_counter: - # http://crbug.com/156058 - 'syncable/directory_backing_store_unittest.cc', - ], - }], - ], }, }, |