github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 33345 tests passed
* 902 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### lldb-api
<details>
<summary>lldb-api.tools/lldb-dap/module-event/TestDAP_module_event.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\tools\lldb-dap\module-event -p
TestDAP_module_event.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_module_event (TestDAP_module_event.TestDAP_module_event.test_module_event)
Log Files:
-
C:\_work\llvm-project\llvm-project\build\lldb-test-build\tools\lldb-dap\module-event\TestDAP_module_event\Error_test_module_event.log
======================================================================
ERROR: test_module_event
(TestDAP_module_event.TestDAP_module_event.test_module_event)
----------------------------------------------------------------------
Error when building test subject.
Build Command:
C:/ProgramData/chocolatey/bin/make.exe
'VPATH=C:\_work\llvm-project\llvm-project\lldb\test\API\tools\lldb-dap\module-event'
-C
'C:\_work\llvm-project\llvm-project\build\lldb-test-build\tools\lldb-dap\module-event\TestDAP_module_event'
-I
'C:\_work\llvm-project\llvm-project\lldb\test\API\tools\lldb-dap\module-event'
-I
'C:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\make'
-f
'C:\_work\llvm-project\llvm-project\lldb\test\API\tools\lldb-dap\module-event\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/tools/lldb-dap/module-event/TestDAP_module_event'
"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\tools\lldb-dap\module-event
-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\tools\lldb-dap\module-event/main.cpp
C:\_work\llvm-project\llvm-project\lldb\test\API\tools\lldb-dap\module-event/main.cpp:1:10:
fatal error: 'dlfcn.h' file not found
1 | #include <dlfcn.h>
| ^~~~~~~~~
1 error generated.
make: *** [Makefile.rules:668: main.o] Error 1
make: Leaving directory
'C:/_work/llvm-project/llvm-project/build/lldb-test-build/tools/lldb-dap/module-event/TestDAP_module_event'
Test Directory:
C:\_work\llvm-project\llvm-project\lldb\test\API\tools\lldb-dap\module-event
----------------------------------------------------------------------
Ran 1 test in 0.418s
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/207869
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits