[Lldb-commits] [PATCH] Fix failing tests caused by lack of default debug info
Vince Harron
vharron at google.com
Fri Feb 27 11:30:51 PST 2015
Hi clayborg, ovyalov, sivachandra,
Linux clang 3.5+ doesn't have full debug info by default. This
change ensures that there is enough debug info for the tests to pass.
Fixes the following tests:
TestCallStdStringFunction.py
TestDataFormatterSkipSummary.py
TestDataFormatterStdIterator.py
TestDataFormatterStdList.py
TestDataFormatterStdString.py
TestSBValuePersist.py
TestStringPrinter.py
TestTypeCompletion.py
Also modified expectedFailureClang to accept compiler version like
expectedFailureGcc
http://reviews.llvm.org/D7948
Files:
test/expression_command/call-function/Makefile
test/functionalities/data-formatter/data-formatter-skip-summary/Makefile
test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/Makefile
test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/Makefile
test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/Makefile
test/functionalities/data-formatter/data-formatter-synth/Makefile
test/functionalities/data-formatter/rdar-9974002/Makefile
test/functionalities/data-formatter/stringprinter/Makefile
test/functionalities/type_completion/Makefile
test/lang/cpp/stl/Makefile
test/lldbtest.py
test/python_api/sbvalue_persist/Makefile
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7948.20872.patch
Type: text/x-patch
Size: 6096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150227/ce349b56/attachment.bin>
More information about the lldb-commits
mailing list