[Lldb-commits] [PATCH] D40717: Makefile.rules: compile all tests with -fno-limit-debug-info
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 1 07:06:43 PST 2017
jankratochvil accepted this revision.
jankratochvil added a comment.
This revision is now accepted and ready to land.
On Fedora 27 x86_64 it has no regressions and these results turned Failure->Success:
LibcxxIteratorDataFormatterTestCase-test_with_run_command_dwarf.log
LibcxxIteratorDataFormatterTestCase-test_with_run_command_dwo.log
LibcxxIteratorDataFormatterTestCase-test_with_run_command_gmodules.log
LibcxxListDataFormatterTestCase-test_with_run_command_dwo.log
LibcxxListDataFormatterTestCase-test_with_run_command_gmodules.log
LibcxxMapDataFormatterTestCase-test_with_run_command_dwarf.log
LibcxxMapDataFormatterTestCase-test_with_run_command_dwo.log
LibcxxMapDataFormatterTestCase-test_with_run_command_gmodules.log
LibcxxMultiMapDataFormatterTestCase-test_with_run_command_dwarf.log
LibcxxMultiMapDataFormatterTestCase-test_with_run_command_dwo.log
LibcxxMultiMapDataFormatterTestCase-test_with_run_command_gmodules.log
LibcxxMultiSetDataFormatterTestCase-test_with_run_command_dwarf.log
LibcxxMultiSetDataFormatterTestCase-test_with_run_command_dwo.log
LibcxxMultiSetDataFormatterTestCase-test_with_run_command_gmodules.log
LibcxxSetDataFormatterTestCase-test_with_run_command_dwarf.log
LibcxxSetDataFormatterTestCase-test_with_run_command_dwo.log
LibcxxSetDataFormatterTestCase-test_with_run_command_gmodules.log
LibcxxStringDataFormatterTestCase-test_with_run_command_dwarf.log
LibcxxStringDataFormatterTestCase-test_with_run_command_dwo.log
LibcxxStringDataFormatterTestCase-test_with_run_command_gmodules.log
LibcxxUnorderedDataFormatterTestCase-test_with_run_command_dwarf.log
LibcxxUnorderedDataFormatterTestCase-test_with_run_command_dwo.log
LibcxxUnorderedDataFormatterTestCase-test_with_run_command_gmodules.log
LibcxxVectorDataFormatterTestCase-test_with_run_command_dwarf.log
LibcxxVectorDataFormatterTestCase-test_with_run_command_dwo.log
LibcxxVectorDataFormatterTestCase-test_with_run_command_gmodules.log
TestDataFormatterLibcxxTuple-test_dwarf.log
TestDataFormatterLibcxxTuple-test_dwo.log
TestDataFormatterLibcxxTuple-test_gmodules.log
ThreadStateTestCase-test_process_interrupt_gmodules.log
Test `ThreadStateTestCase-test_process_interrupt_gmodules.log` turned ExpectedFailure->ExpectedSuccess.
Full results: D40717.tar.xz <https://people.redhat.com/jkratoch/D40717.tar.xz>
Thanks.
https://reviews.llvm.org/D40717
More information about the lldb-commits
mailing list