================ @@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
