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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits