[Lldb-commits] [lldb] DebugInfoD tests + fixing issues exposed by tests (PR #85693)
Andres Villegas via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 22 10:32:19 PDT 2024
avillega wrote:
I am seeing some errors related to this PR in our builds. Just want to confirm if the fix forward you have up for review will fix it. Otherwise, could you revert this change? Thanks!
```
ERROR: test_debuginfod_executable (TestDebuginfod.DebugInfodTests.test_debuginfod_executable)
Test behavior with the full binary available from Debuginfod as
----------------------------------------------------------------------
Traceback (most recent call last):
File "/b/s/w/ir/x/w/llvm-llvm-project/lldb/test/API/debuginfod/Normal/TestDebuginfod.py", line 74, in test_debuginfod_executable
test_root = self.config_test(["a.out"], None, "a.out.full")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/b/s/w/ir/x/w/llvm-llvm-project/lldb/test/API/debuginfod/Normal/TestDebuginfod.py", line 158, in config_test
uuid_dir = os.path.join(self.tmp_dir, "buildid", uuid)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen posixpath>", line 90, in join
File "<frozen genericpath>", line 152, in _check_arg_types
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'
Config=x86_64-/b/s/w/ir/x/w/llvm_build/bin/clang
======================================================================
```
https://github.com/llvm/llvm-project/pull/85693
More information about the lldb-commits
mailing list