[Lldb-commits] [lldb] Add enable/disable api for SystemRuntime plugins (PR #133794)
LLVM Continuous Integration via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 2 14:55:24 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-windows` running on `linaro-armv8-windows-msvc-05` while building `lldb` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/141/builds/7555
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test) failure: build (failure)
...
UNSUPPORTED: lldb-shell :: Watchpoint/ExpressionLanguage.test (1831 of 2107)
UNSUPPORTED: lldb-shell :: Watchpoint/LocalVariableWatchpointDisabler.test (1832 of 2107)
PASS: lldb-shell :: Watchpoint/SetErrorCases.test (1833 of 2107)
UNSUPPORTED: lldb-shell :: Watchpoint/netbsd-nouserdbregs.test (1834 of 2107)
PASS: lldb-shell :: lldb-server/TestErrorMessages.test (1835 of 2107)
PASS: lldb-unit :: Breakpoint/./LLDBBreakpointTests.exe/0/2 (1836 of 2107)
PASS: lldb-unit :: Breakpoint/./LLDBBreakpointTests.exe/1/2 (1837 of 2107)
PASS: lldb-unit :: Callback/./LLDBCallbackTests.exe/0/1 (1838 of 2107)
PASS: lldb-shell :: Target/dependent-modules-nodupe-windows.test (1839 of 2107)
PASS: lldb-unit :: Core/./LLDBCoreTests.exe/0/10 (1840 of 2107)
FAIL: lldb-unit :: Core/./LLDBCoreTests.exe/1/10 (1841 of 2107)
******************** TEST 'lldb-unit :: Core/./LLDBCoreTests.exe/1/10' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Core\.\LLDBCoreTests.exe-lldb-unit-5140-1-10.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=10 GTEST_SHARD_INDEX=1 C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Core\.\LLDBCoreTests.exe
--
Script:
--
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Core\.\LLDBCoreTests.exe --gtest_filter=PluginManagerTest.UnRegisterDisabledSystemRuntimePlugin
--
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\unittests\Core\PluginManagerTest.cpp(302): error: Expected equality of these values:
plugin_info[0].name
Which is: "b"
"a"
Which is: 00007FF72D1A1E20
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\unittests\Core\PluginManagerTest.cpp:302
Expected equality of these values:
plugin_info[0].name
Which is: "b"
"a"
Which is: 00007FF72D1A1E20
********************
FAIL: lldb-unit :: Core/./LLDBCoreTests.exe/2/10 (1842 of 2107)
******************** TEST 'lldb-unit :: Core/./LLDBCoreTests.exe/2/10' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Core\.\LLDBCoreTests.exe-lldb-unit-5140-2-10.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=10 GTEST_SHARD_INDEX=2 C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Core\.\LLDBCoreTests.exe
--
Script:
--
C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\unittests\Core\.\LLDBCoreTests.exe --gtest_filter=PluginManagerTest.UnRegisterSystemRuntimePluginChangesOrder
--
```
</details>
https://github.com/llvm/llvm-project/pull/133794
More information about the lldb-commits
mailing list