[Lldb-commits] [lldb] [lldb][windows] refactor the version check in @skipIfWindows (PR #172838)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 18 05:51:01 PST 2025
================
@@ -16,7 +16,7 @@
class TestDAP_launch(lldbdap_testcase.DAPTestCaseBase):
- @skipIfWindows(major=10, build=1809)
+ @skipIfWindows(windows_version=[">", "10.17763"])
----------------
da-viper wrote:
are we only enabling the test for older versions ?
https://github.com/llvm/llvm-project/pull/172838
More information about the lldb-commits
mailing list