[Lldb-commits] [PATCH] D19114: [test] Relax stderr expectations on targets with chatty output

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 14 07:54:02 PDT 2016


labath created this revision.
labath added reviewers: tfiala, ovyalov.
labath added a subscriber: lldb-commits.
Herald added subscribers: srhines, danalbert, tberghammer.

On some android targets, a binary can produce additional garbage (e.g. warning messages from the
dynamic linker) on the standard error, which confuses some tests. This relaxes the stderr
expectations for targets known for their chattyness.

http://reviews.llvm.org/D19114

Files:
  packages/Python/lldbsuite/test/lldbplatformutil.py
  packages/Python/lldbsuite/test/settings/TestSettings.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteRegisterState.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py
  packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
  packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19114.53718.patch
Type: text/x-patch
Size: 9050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160414/5aa4f10b/attachment.bin>


More information about the lldb-commits mailing list