[Lldb-commits] [lldb] [lldb-dap] Use protocol types for exceptioninfo (PR #164318)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 22 08:05:23 PDT 2025


Michael137 wrote:

Also failing on x86_64 macOS: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/16126/execution/node/111/log/
```
12:58:04  Failed Tests (3):
12:58:04    lldb-api :: tools/lldb-dap/exception/TestDAP_exception.py
12:58:04    lldb-api :: tools/lldb-dap/exception/cpp/TestDAP_exception_cpp.py
12:58:04    lldb-api :: tools/lldb-dap/exception/objc/TestDAP_exception_objc.py
```

Example failure:
```
12:43:17  ========= END =========
12:43:17  FAIL: LLDB (/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/bin/clang-x86_64) :: test_stopped_description (TestDAP_exception.TestDAP_exception)
12:43:17  Restore dir to: /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/lldb-build/tools/lldb/test
12:43:17  ======================================================================
12:43:17  FAIL: test_stopped_description (TestDAP_exception.TestDAP_exception)
12:43:17     Test that exception description is shown correctly in stopped
12:43:17  ----------------------------------------------------------------------
12:43:17  Traceback (most recent call last):
12:43:17    File "/Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake/llvm-project/lldb/test/API/tools/lldb-dap/exception/TestDAP_exception.py", line 24, in test_stopped_description
12:43:17      self.assertEqual(exceptionInfo["description"], "signal SIGABRT")
12:43:17  AssertionError: '\x00\x00\x00\x00\x00\x00\x00\x01IGABRT' != 'signal SIGABRT'
12:43:17  - IGABRT
12:43:17  + signal SIGABRT
```

Possibly also on arm64, but those bots aren't working atm.

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


More information about the lldb-commits mailing list