[Lldb-commits] [PATCH] D19114: [test] Relax stderr expectations on targets with chatty output
Stephen Hines via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 14 08:13:32 PDT 2016
srhines added inline comments.
================
Comment at: packages/Python/lldbsuite/test/lldbplatformutil.py:142
@@ +141,3 @@
+def hasChattyStderr(test_case):
+ """Some targets produce garbage on the standard error output. This utility function
+ determines whether the tests can be strict about the expected stderr contents."""
----------------
I know it isn't ideal, but the stderr output isn't actually "garbage". It is just not a warning that lldb cares about, but it is perfectly valid to notify developers of an incorrect linking behavior.
http://reviews.llvm.org/D19114
More information about the lldb-commits
mailing list