summaryrefslogtreecommitdiffstats
path: root/third_party/libaddressinput
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2016-03-17 07:40:58 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-17 14:42:14 +0000
commit90cbedb35b1b6a97beb01f4606db5853992ae06f (patch)
tree1c69ab387734c190b9ad5358a187b67f7eaa1743 /third_party/libaddressinput
parentbb1db880901f0382fd25a59fcac9863337a83b36 (diff)
downloadchromium_src-90cbedb35b1b6a97beb01f4606db5853992ae06f.zip
chromium_src-90cbedb35b1b6a97beb01f4606db5853992ae06f.tar.gz
chromium_src-90cbedb35b1b6a97beb01f4606db5853992ae06f.tar.bz2
[iOS] Exclude tests with dependency on ASSERT_DEATH on iOS.
Those tests do not compile on iOS as ASSERT_DEATH is not defined instead they should use ASSERT_DEATH_IF_SUPPORTED. Disable them until the underlying issue if fixed in third-party library. BUG=459705 Review URL: https://codereview.chromium.org/1798413002 Cr-Commit-Position: refs/heads/master@{#381705}
Diffstat (limited to 'third_party/libaddressinput')
-rw-r--r--third_party/libaddressinput/BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/libaddressinput/BUILD.gn b/third_party/libaddressinput/BUILD.gn
index 4132f14..b77afda 100644
--- a/third_party/libaddressinput/BUILD.gn
+++ b/third_party/libaddressinput/BUILD.gn
@@ -200,6 +200,12 @@ if (!is_android || use_aura) {
"chromium/trie_unittest.cc",
]
+ if (is_ios) {
+ # TODO(rouslan): This tests uses ASSERT_DEATH which is not supported on
+ # iOS. Re-enable once http://crbug.com/595645 is fixed.
+ sources -= [ "src/cpp/test/address_data_test.cc" ]
+ }
+
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]