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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 27 22:51:12 PST 2022


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 makes these tests different from all other lldb-server tests is that there is so many of them in the same file. Are you sure you're not just running into some per-test timeout limit?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118395/new/

https://reviews.llvm.org/D118395



More information about the lldb-commits mailing list