dotest: Mark more android targets as chatty
authorPavel Labath <labath@google.com>
Mon, 27 Nov 2017 13:47:14 +0000 (13:47 +0000)
committerPavel Labath <labath@google.com>
Mon, 27 Nov 2017 13:47:14 +0000 (13:47 +0000)
commitdaa3c97e5add9b90d34620fdc3cdb9819646e4c6
tree368e92033d8b0a93123ec740bde6d7cea6f99807
parentc723f657094bedc5975ca298356ad280e161c491
dotest: Mark more android targets as chatty

New android ndk linker started adding more flags to the produced
binaries, which causes older dynamic linkers display warnings to stderr
about unsupported flags. This interferes with our stderr tests.

Extend the hasChattyStderr function to catch these targets as well.

llvm-svn: 319028
lldb/packages/Python/lldbsuite/test/lldbplatformutil.py