[Lldb-commits] [lldb] [lldb] Add SBFunction::GetBaseName() & SBSymbol::GetBaseName() (PR #155939)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Sat Aug 30 06:00:00 PDT 2025
slydiman wrote:
@JDevlieghere
```
******************** TEST 'lldb-api :: python_api/basename/TestGetBaseName.py' FAILED ********************
Script:
--
C:/Python312/python.exe C:/buildbot/as-builder-10/lldb-x86-64/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=C:/buildbot/as-builder-10/lldb-x86-64/build/./lib --env LLVM_INCLUDE_DIR=C:/buildbot/as-builder-10/lldb-x86-64/build/include --env LLVM_TOOLS_DIR=C:/buildbot/as-builder-10/lldb-x86-64/build/./bin --arch x86_64 --build-dir C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex --lldb-module-cache-dir C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex/module-cache-lldb\lldb-api --clang-module-cache-dir C:/buildbot/as-builder-10/lldb-x86-64/build/lldb-test-build.noindex/module-cache-clang\lldb-api --executable C:/buildbot/as-builder-10/lldb-x86-64/build/./bin/lldb.exe --compiler C:/buildbot/as-builder-10/lldb-x86-64/build/./bin/clang.exe --dsymutil C:/buildbot/as-builder-10/lldb-x86-64/build/./bin/dsymutil.exe --make C:/ninja/make.exe --llvm-tools-dir C:/buildbot/as-builder-10/lldb-x86-64/build/./bin --lldb-obj-root C:/buildbot/as-builder-10/lldb-x86-64/build/tools/lldb --lldb-libs-dir C:/buildbot/as-builder-10/lldb-x86-64/build/./lib --cmake-build-type Release --skip-category=lldb-dap C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\python_api\basename -p TestGetBaseName.py
--
Exit Code: 1
Command Output (stdout):
--
lldb version 22.0.0git (https://github.com/llvm/llvm-project.git revision 88d075197e04a290f5a2d01bacd600e2bf9b3bf9)
clang revision 88d075197e04a290f5a2d01bacd600e2bf9b3bf9
llvm revision 88d075197e04a290f5a2d01bacd600e2bf9b3bf9
Skipping the following test categories: ['lldb-dap', 'libc++', 'libstdcxx', 'dwo', 'dsym', 'gmodules', 'debugserver', 'objc', 'fork', 'pexpect']
--
Command Output (stderr):
--
FAIL: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test (TestGetBaseName.GetBaseNameTestCase.test)
======================================================================
FAIL: test (TestGetBaseName.GetBaseNameTestCase.test)
Test SBFunction.GetBaseName() and SBSymbol.GetBaseName()
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\python_api\basename\TestGetBaseName.py", line 35, in test
self.assertEqual(function_basename, "templateFunc")
AssertionError: None != 'templateFunc'
Config=x86_64-C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe
----------------------------------------------------------------------
Ran 1 test in 3.932s
FAILED (failures=1)
--
********************
```
https://github.com/llvm/llvm-project/pull/155939
More information about the lldb-commits
mailing list