llvm-project/lldb/packages/Python/lldbsuite/test/lang
Pavel Labath 3db29a1b3e Work around test failures on red-hat linux
Two tests were failing because the debugger was picking up multiply
defined internal symbols from the system libraries. This is a bug, as
there should be no ambiguity because the tests are defining variables
with should shadow these symbols, but lldb is not smart enough to figure
that out.

I work around the issue by renaming the variables in these tests, and in
exchange I create a self-contained test which reproduces the issue
without depending on the system libraries.

This increases the predictability of our test suite.

llvm-svn: 321271
2017-12-21 14:40:03 +00:00
..
c Work around test failures on red-hat linux 2017-12-21 14:40:03 +00:00
cpp Work around test failures on red-hat linux 2017-12-21 14:40:03 +00:00
go Disable TestGoASTContext 2017-07-07 11:02:28 +00:00
mixed *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
objc [TestModulesInlineFunctions] This test now passes. 2017-12-12 02:52:01 +00:00
objcxx *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00