[Lldb-commits] [lldb] [lldb] Add a @skipIfNoSignals decorator for Windows and Wasm (PR #194760)

via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 28 23:53:01 PDT 2026


================
@@ -7,6 +7,7 @@
 import lldbdap_testcase
 
 
+ at skipIfNoSignals
 class TestDAP_exception(lldbdap_testcase.DAPTestCaseBase):
     @skipIfWindows
----------------
Nerixyz wrote:

Can be removed now.

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


More information about the lldb-commits mailing list