[Lldb-commits] [lldb] [lldb] Added Debuginfod tests and fixed a couple issues (PR #92572)

Daniel Thornburgh via lldb-commits lldb-commits at lists.llvm.org
Wed May 22 13:39:33 PDT 2024


mysterymath wrote:

This broke the Fuchsia CI builders' LLDB test suite:

https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-linux-x64/b8747217173107569041/overview

```
FAIL: LLDB (/b/s/w/ir/x/w/llvm_build/bin/clang-x86_64) :: test_normal_stripped_split_with_dwp (TestDebuginfodDWP.DebugInfodDWPTests.test_normal_stripped_split_with_dwp)
======================================================================
ERROR: test_debuginfod_both_okd_symfiles_from_service (TestDebuginfodDWP.DebugInfodDWPTests.test_debuginfod_both_okd_symfiles_from_service)
   Test behavior with both the only-keep-debug symbols and the dwp symbols
----------------------------------------------------------------------
Error when building test subject.
```

```
======================================================================
ERROR: test_expr_dwarf (TestSharedLibStrippedSymbols.SharedLibStrippedTestCase.test_expr_dwarf)
   Test that types work when defined in a shared library and forwa/d-declared in the main executable
----------------------------------------------------------------------
Error when building test subject.


...

ifeq "" "YES"
/bin/sh: 1: ifeq: not found
make: *** [Makefile.rules:631: libfoo.so] Error 127
make: Leaving directory '/b/s/w/ir/x/w/llvm_build/lldb-test-build.noindex/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.test_expr_dwarf'

https://github.com/llvm/llvm-project/pull/92572


More information about the lldb-commits mailing list