[Lldb-commits] [PATCH] D118395: Disable TestLldbGdbServer on Dwarf2 and clang versions below 14

2022-02-05 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. Done in zorg and reverted this patch. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D118395/new/ https://reviews.llvm.org/D118395 ___ lldb-commits mailing list

[Lldb-commits] [PATCH] D118395: Disable TestLldbGdbServer on Dwarf2 and clang versions below 14

2022-02-05 Thread Adrian Prantl via Phabricator via lldb-commits
aprantl added a comment. In D118395#3278431 , @labath wrote: > Also, if you're running these tests on some kind of a matrix bot, maybe you > can just skip all lldb-server tests completely (dotest.py --skip-categories > llgs). Given that they don't use

[Lldb-commits] [PATCH] D118395: Disable TestLldbGdbServer on Dwarf2 and clang versions below 14

2022-01-27 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Also, if you're running these tests on some kind of a matrix bot, maybe you can just skip all lldb-server tests completely (dotest.py --skip-categories llgs). Given that they don't use debug info, they definitely don't provide any useful signal in these contexts.

[Lldb-commits] [PATCH] D118395: Disable TestLldbGdbServer on Dwarf2 and clang versions below 14

2022-01-27 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. What's the failure mode? I find it highly unlikely that compiler or dwarf info version has anything to do with the failures. lldb-server tests don't read debug info at all and they might just as well be compiled with -g0. The only unusual thing I can think of which

[Lldb-commits] [PATCH] D118395: Disable TestLldbGdbServer on Dwarf2 and clang versions below 14

2022-01-27 Thread Shubham Sandeep Rastogi via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGcd317637708d: Disable TestLldbGdbServer on Dwarf2 and clang versions below 14 (authored by rastogishubham). Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Repository: rG LLVM