[Lldb-commits] [lldb] [lldb][windows] refactor the version check in @skipIfWindows (PR #172838)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 18 07:48:09 PST 2025


================
@@ -16,7 +16,7 @@
 
 
 class TestDAP_launch(lldbdap_testcase.DAPTestCaseBase):
-    @skipIfWindows(major=10, build=1809)
+    @skipIfWindows(windows_version=[">", "10.17763"])
----------------
charles-zablit wrote:

I read this incorrectly, fixed, thanks!

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


More information about the lldb-commits mailing list