github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 33344 tests passed
* 902 tests skipped
* 3 tests failed
## Failed Tests
(click on a test name to see its output)
### lldb-api
<details>
<summary>lldb-api.commands/expression/expr-in-syscall/TestExpressionInSyscall.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\expression\expr-in-syscall
-p TestExpressionInSyscall.py
--
Exit Code: 1
Command Output (stdout):
--
Skipping the following test categories: libc++, libstdcxx, dwo, dsym, gmodules,
debugserver, objc, fork, pexpect
--
Command Output (stderr):
--
UNSUPPORTED: LLDB
(C:\_work\llvm-project\llvm-project\build\bin\clang.exe-x86_64) ::
test_setpgid_dsym
(TestExpressionInSyscall.ExprSyscallTestCase.test_setpgid_dsym) (test case does
not fall in any category of interest for this run)
FAIL: LLDB (C:\_work\llvm-project\llvm-project\build\bin\clang.exe-x86_64) ::
test_setpgid_dwarf
(TestExpressionInSyscall.ExprSyscallTestCase.test_setpgid_dwarf)
Log Files:
-
C:\_work\llvm-project\llvm-project\build\lldb-test-build\commands\expression\expr-in-syscall\TestExpressionInSyscall\Failure_test_setpgid_dwarf.log
UNSUPPORTED: LLDB
(C:\_work\llvm-project\llvm-project\build\bin\clang.exe-x86_64) ::
test_setpgid_dwo (TestExpressionInSyscall.ExprSyscallTestCase.test_setpgid_dwo)
(test case does not fall in any category of interest for this run)
======================================================================
FAIL: test_setpgid_dwarf
(TestExpressionInSyscall.ExprSyscallTestCase.test_setpgid_dwarf)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"C:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py",
line 2186, in test_method
return attrvalue(self)
^^^^^^^^^^^^^^^
File
"C:\_work\llvm-project\llvm-project\lldb\test\API\commands\expression\expr-in-syscall\TestExpressionInSyscall.py",
line 57, in test_setpgid
self.assertEqual(process.GetState(), lldb.eStateStopped, PROCESS_STOPPED)
AssertionError: 6 != 5 : Process status should be stopped
Config=x86_64-C:\_work\llvm-project\llvm-project\build\bin\clang.exe
----------------------------------------------------------------------
Ran 3 tests in 7.998s
FAILED (failures=1, skipped=2)
--
```
</details>
<details>
<summary>lldb-api.commands/expression/no-deadlock/TestExprDoesntBlock.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\expression\no-deadlock
-p TestExprDoesntBlock.py
--
Exit Code: 1
Command Output (stdout):
--
Skipping the following test categories: libc++, libstdcxx, dwo, dsym, gmodules,
debugserver, objc, fork, pexpect
--
Command Output (stderr):
--
UNSUPPORTED: LLDB
(C:\_work\llvm-project\llvm-project\build\bin\clang.exe-x86_64) ::
test_with_run_command_dsym
(TestExprDoesntBlock.ExprDoesntDeadlockTestCase.test_with_run_command_dsym)
(test case does not fall in any category of interest for this run)
FAIL: LLDB (C:\_work\llvm-project\llvm-project\build\bin\clang.exe-x86_64) ::
test_with_run_command_dwarf
(TestExprDoesntBlock.ExprDoesntDeadlockTestCase.test_with_run_command_dwarf)
Log Files:
-
C:\_work\llvm-project\llvm-project\build\lldb-test-build\commands\expression\no-deadlock\TestExprDoesntBlock\Failure_test_with_run_command_dwarf.log
UNSUPPORTED: LLDB
(C:\_work\llvm-project\llvm-project\build\bin\clang.exe-x86_64) ::
test_with_run_command_dwo
(TestExprDoesntBlock.ExprDoesntDeadlockTestCase.test_with_run_command_dwo)
(test case does not fall in any category of interest for this run)
======================================================================
FAIL: test_with_run_command_dwarf
(TestExprDoesntBlock.ExprDoesntDeadlockTestCase.test_with_run_command_dwarf)
Test that expr will time out and allow other threads to run if it blocks.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"C:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\lldbtest.py",
line 2186, in test_method
return attrvalue(self)
^^^^^^^^^^^^^^^
File
"C:\_work\llvm-project\llvm-project\lldb\test\API\commands\expression\no-deadlock\TestExprDoesntBlock.py",
line 47, in test_with_run_command
self.assertEqual(var.GetValueAsSigned(0), 567)
AssertionError: 0 != 567
Config=x86_64-C:\_work\llvm-project\llvm-project\build\bin\clang.exe
----------------------------------------------------------------------
Ran 3 tests in 39.812s
FAILED (failures=1, skipped=2)
--
```
</details>
<details>
<summary>lldb-api.tools/lldb-dap/attach-commands/TestDAP_attachCommands.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\attach-commands
-p TestDAP_attachCommands.py
--
Exit Code: 1
Command Output (stdout):
--
Skipping the following test categories: libc++, libstdcxx, dwo, dsym, gmodules,
debugserver, objc, fork, pexpect
--
Command Output (stderr):
--
PASS: LLDB (C:\_work\llvm-project\llvm-project\build\bin\clang.exe-x86_64) ::
test_attach_command_process_failures
(TestDAP_attachCommands.TestDAP_attachCommands.test_attach_command_process_failures)
FAIL: LLDB (C:\_work\llvm-project\llvm-project\build\bin\clang.exe-x86_64) ::
test_commands (TestDAP_attachCommands.TestDAP_attachCommands.test_commands)
Log Files:
-
C:\_work\llvm-project\llvm-project\build\lldb-test-build\tools\lldb-dap\attach-commands\TestDAP_attachCommands.test_commands\Error_test_commands.log
-
C:\_work\llvm-project\llvm-project\build\lldb-test-build\tools\lldb-dap\attach-commands\TestDAP_attachCommands.test_commands\Error_test_commands-dap.log
PASS: LLDB (C:\_work\llvm-project\llvm-project\build\bin\clang.exe-x86_64) ::
test_terminate_commands
(TestDAP_attachCommands.TestDAP_attachCommands.test_terminate_commands)
======================================================================
ERROR: test_commands
(TestDAP_attachCommands.TestDAP_attachCommands.test_commands)
Tests the "initCommands", "preRunCommands", "stopCommands",
----------------------------------------------------------------------
Traceback (most recent call last):
File
"C:\_work\llvm-project\llvm-project\lldb\test\API\tools\lldb-dap\attach-commands\TestDAP_attachCommands.py",
line 91, in test_commands
output = self.collect_console(pattern=stopCommands[-1])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"C:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\tools\lldb-dap\lldbdap_testcase.py",
line 362, in collect_console
return self.dap_server.collect_output("console", pattern=pattern)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"C:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\tools\lldb-dap\dap_server.py",
line 345, in collect_output
event = self.wait_for_event(["output"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"C:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\tools\lldb-dap\dap_server.py",
line 614, in wait_for_event
return cast(Event, self._recv_packet(predicate=predicate))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"C:\_work\llvm-project\llvm-project\lldb\packages\Python\lldbsuite\test\tools\lldb-dap\dap_server.py",
line 423, in _recv_packet
raise TimeoutError
TimeoutError
Config=x86_64-C:\_work\llvm-project\llvm-project\build\bin\clang.exe
----------------------------------------------------------------------
Ran 3 tests in 73.592s
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/208233
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits