summaryrefslogtreecommitdiffstats
path: root/sync/sync.gyp
diff options
context:
space:
mode:
authorlliabraa@chromium.org <lliabraa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-29 16:34:13 +0000
committerlliabraa@chromium.org <lliabraa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-29 16:34:13 +0000
commitfde376b31895a690bce545a72246378e6a434628 (patch)
tree5e692edfe86022bb7e08e2fcca7ee8821196a727 /sync/sync.gyp
parentd9af43a7d8671f3c9879a4dfb3992e6b75233988 (diff)
downloadchromium_src-fde376b31895a690bce545a72246378e6a434628.zip
chromium_src-fde376b31895a690bce545a72246378e6a434628.tar.gz
chromium_src-fde376b31895a690bce545a72246378e6a434628.tar.bz2
For iOS, exclude a unit test that crashes when coverage is turned on.
BUG=156058 Review URL: https://chromiumcodereview.appspot.com/11412222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170199 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sync.gyp')
-rw-r--r--sync/sync.gyp9
1 files changed, 7 insertions, 2 deletions
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 7838362..061330b 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -689,10 +689,15 @@
],
'conditions': [
['OS == "ios" and coverage != 0', {
- # These sources can't be built with coverage due to a toolchain
- # bug: http://openradar.appspot.com/radar?id=1499403
'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',
],
}],
],