[llvm-branch-commits] [lldb] [lldb] Add composite assignments to existing operators in DIL (PR #208853)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jul 10 16:49:10 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 33358 tests passed
* 904 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### lldb-api
<details>
<summary>lldb-api.commands/frame/var-dil/expr/Comparison/TestFrameVarDILExprComparison.py</summary>

```
Script:
--
C:/Python312/python.exe C:/_work/llvm-project/llvm-project/lldb\test\API\dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=C:/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=C:/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=C:/_work/llvm-project/llvm-project/build/./bin --triple x86_64-pc-windows-msvc --build-dir C:/_work/llvm-project/llvm-project/build/lldb-test-build --lldb-module-cache-dir C:/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-lldb\lldb-api --clang-module-cache-dir C:/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-clang\lldb-api --executable C:/_work/llvm-project/llvm-project/build/./bin/lldb.exe --lldb-python-dir C:\_work\llvm-project\llvm-project\build\Lib\site-packages --compiler C:/_work/llvm-project/llvm-project/build/./bin/clang.exe --dsymutil C:/_work/llvm-project/llvm-project/build/./bin/dsymutil.exe --make C:/ProgramData/chocolatey/bin/make.exe --llvm-tools-dir C:/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root C:/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir C:/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release --env LLDB_LAUNCH_FLAG_USE_PIPES=1 C:\_work\llvm-project\llvm-project\lldb\test\API\commands\frame\var-dil\expr\Comparison -p TestFrameVarDILExprComparison.py
--
Exit Code: 1

Command Output (stdout):
--
Skipping the following test categories: libc++, libstdcxx, dwo, dsym, gmodules, debugserver, objc, fork, pexpect


--
Command Output (stderr):
--
FAIL: LLDB (C:\_work\llvm-project\llvm-project\build\bin\clang.exe-x86_64) :: test_comparison (TestFrameVarDILExprComparison.TestFrameVarComparison.test_comparison)

Log Files:

 - C:\_work\llvm-project\llvm-project\build\lldb-test-build\commands\frame\var-dil\expr\Comparison\TestFrameVarDILExprComparison\Error_test_comparison.log

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

ERROR: test_comparison (TestFrameVarDILExprComparison.TestFrameVarComparison.test_comparison)

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

Error when building test subject.



Build Command:

C:/ProgramData/chocolatey/bin/make.exe 'VPATH=C:\_work\llvm-project\llvm-project\lldb\test\API\commands\frame\var-dil\expr\Comparison' -C 'C:\_work\llvm-project\llvm-project\build\lldb-test-build\commands\frame\var-dil\expr\Comparison\TestFrameVarDILExprComparison' -I 'C:\_work\llvm-project\llvm-project\lldb\test\API\commands\frame\var-dil\expr\Comparison' -I 'C:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\make' -f 'C:\_work\llvm-project\llvm-project\lldb\test\API\commands\frame\var-dil\expr\Comparison\Makefile' all TRIPLE=x86_64-pc-windows-msvc 'CC=C:\_work\llvm-project\llvm-project\build\bin\clang.exe' CC_TYPE=clang 'CXX=C:\_work\llvm-project\llvm-project\build\bin\clang++.exe' 'LLVM_AR=C:/_work/llvm-project/llvm-project/build/./bin\llvm-ar.exe' 'AR=C:/_work/llvm-project/llvm-project/build/./bin\llvm-ar.exe' 'OBJCOPY=C:/_work/llvm-project/llvm-project/build/./bin\llvm-objcopy.exe' 'STRIP=C:/_work/llvm-project/llvm-project/build/./bin\llvm-strip.exe' 'ARCHIVER=C:/_work/llvm-project/llvm-project/build/./bin\llvm-ar.exe' 'DWP=C:/_work/llvm-project/llvm-project/build/./bin\llvm-dwp.exe' 'CLANG_MODULE_CACHE_DIR=C:/_work/llvm-project/llvm-project/build/lldb-test-build/module-cache-clang\lldb-api' LLDB_OBJ_ROOT=C:/_work/llvm-project/llvm-project/build/tools/lldb OS=Windows_NT HOST_OS=Windows_NT



Build Command Output:

make: Entering directory 'C:/_work/llvm-project/llvm-project/build/lldb-test-build/commands/frame/var-dil/expr/Comparison/TestFrameVarDILExprComparison'

"C:\_work\llvm-project\llvm-project\build\bin\clang++.exe"  -mllvm -x86-asm-syntax=att -std=c++11 -gdwarf -O0  -IC:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\make/../../../../..//include -IC:/_work/llvm-project/llvm-project/build/tools/lldb/include -IC:\_work\llvm-project\llvm-project\lldb\test\API\commands\frame\var-dil\expr\Comparison -IC:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\make -include C:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\make/test_common.h -fno-limit-debug-info -target x86_64-pc-windows-msvc -mllvm -x86-asm-syntax=att   -fms-compatibility-version=19.0 -std=c++14   --driver-mode=g++ -MT main.o -MD -MP -MF main.d -c -o main.o C:\_work\llvm-project\llvm-project\lldb\test\API\commands\frame\var-dil\expr\Comparison/main.cpp

C:\_work\llvm-project\llvm-project\lldb\test\API\commands\frame\var-dil\expr\Comparison/main.cpp:29:8: error: no type named 'nullptr_t' in namespace 'std'

   29 |   std::nullptr_t std_nullptr_t = nullptr;

      |   ~~~~~^

1 error generated.

make: *** [Makefile.rules:668: main.o] Error 1

make: Leaving directory 'C:/_work/llvm-project/llvm-project/build/lldb-test-build/commands/frame/var-dil/expr/Comparison/TestFrameVarDILExprComparison'



Test Directory:

C:\_work\llvm-project\llvm-project\lldb\test\API\commands\frame\var-dil\expr\Comparison

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

Ran 1 test in 0.369s



FAILED (errors=1)


--

```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

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


More information about the llvm-branch-commits mailing list