[Lldb-commits] [lldb] [lldb] Fix casting from float in `ValueObject::CastToEnumType` (PR #191908)

LLVM Continuous Integration via lldb-commits lldb-commits at lists.llvm.org
Wed May 13 05:58:58 PDT 2026


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-x86_64-win` running on `as-builder-10` while building `lldb` at step 9 "test-check-lldb-api".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/211/builds/8129

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 9 (test-check-lldb-api) failure: Test just built components: check-lldb-api completed (failure)
...
UNSUPPORTED: lldb-api :: commands/process/attach-resume/TestAttachResume.py (201 of 1423)
PASS: lldb-api :: commands/expression/expr-in-syscall/TestExpressionInSyscall.py (202 of 1423)
UNSUPPORTED: lldb-api :: commands/platform/sdk/TestPlatformSDK.py (203 of 1423)
PASS: lldb-api :: commands/plugin/TestPlugin.py (204 of 1423)
UNSUPPORTED: lldb-api :: commands/process/detach-resumes/TestDetachResumes.py (205 of 1423)
UNSUPPORTED: lldb-api :: commands/process/attach/attach_denied/TestAttachDenied.py (206 of 1423)
UNSUPPORTED: lldb-api :: commands/process/handle/TestProcessHandle.py (207 of 1423)
PASS: lldb-api :: commands/frame/recognizer/TestFrameRecognizer.py (208 of 1423)
PASS: lldb-api :: commands/memory/write/TestMemoryWrite.py (209 of 1423)
UNRESOLVED: lldb-api :: commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py (210 of 1423)
******************** TEST 'lldb-api :: commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.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 --triple x86_64-pc-windows-msvc --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 --env LLDB_LAUNCH_FLAG_USE_PIPES=1 C:\buildbot\as-builder-10\lldb-x86-64\llvm-project\lldb\test\API\commands\frame\var-dil\expr\Casts -p TestFrameVarDILCast.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 23.0.0git (https://github.com/llvm/llvm-project.git revision aaad6a201f0f13762c45727faacf5347be577a23)
  clang revision aaad6a201f0f13762c45727faacf5347be577a23
  llvm revision aaad6a201f0f13762c45727faacf5347be577a23
Skipping the following test categories: lldb-dap, libc++, libstdcxx, dwo, dsym, gmodules, debugserver, objc, fork, pexpect


--
Command Output (stderr):
--
UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_type_cast_dsym (TestFrameVarDILCast.TestFrameVarDILCast.test_type_cast_dsym) (test case does not fall in any category of interest for this run) 

FAIL: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_type_cast_dwarf (TestFrameVarDILCast.TestFrameVarDILCast.test_type_cast_dwarf)

Log Files:

 - C:\buildbot\as-builder-10\lldb-x86-64\build\lldb-test-build.noindex\commands\frame\var-dil\expr\Casts\TestFrameVarDILCast\Error_test_type_cast_dwarf.log

UNSUPPORTED: LLDB (C:\buildbot\as-builder-10\lldb-x86-64\build\bin\clang.exe-x86_64) :: test_type_cast_dwo (TestFrameVarDILCast.TestFrameVarDILCast.test_type_cast_dwo) (test case does not fall in any category of interest for this run) 

======================================================================

ERROR: test_type_cast_dwarf (TestFrameVarDILCast.TestFrameVarDILCast.test_type_cast_dwarf)

----------------------------------------------------------------------

Error when building test subject.



Build Command:

```

</details>

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


More information about the lldb-commits mailing list