Commit 6ec60707 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

jingle_unittests: Don't run LibjingleLogTest on Android

Those tests don't pass, but the rest of jingle_unittests seems to do so.

Bug: 843104, 840756, 842698
Change-Id: I9895fa88042ec5decdc70e33fceb362d14638f1d
Reviewed-on: https://chromium-review.googlesource.com/1059613Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Reviewed-by: default avatarNicolas Zea <zea@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#559266}
parent 4c6825fc
...@@ -164,6 +164,11 @@ test("jingle_unittests") { ...@@ -164,6 +164,11 @@ test("jingle_unittests") {
] ]
} }
if (is_android) {
# LibjingleLogTest don't pass on Android (crbug.com/843104).
sources -= [ "glue/logging_unittest.cc" ]
}
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
public_deps = [ public_deps = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment