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.
Details
Details
Diff Detail
Diff Detail
Event Timeline
packages/Python/lldbsuite/test/lldbplatformutil.py | ||
---|---|---|
142 | 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. |
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.