================ @@ -2,23 +2,35 @@ Test lldb-dap RestartRequest. """ -import os -from lldbsuite.test.decorators import * -from lldbsuite.test.lldbtest import line_number +from typing import Dict, Any, List + import lldbdap_testcase +from lldbsuite.test.decorators import skipIfWindows, skipIf, skipIfBuildType +from lldbsuite.test.lldbtest import line_number +@skipIfBuildType(["debug"]) ---------------- itf wrote:
Currently I'm seeing errors because of this change when the config is None. I've created a PR: https://github.com/llvm/llvm-project/pull/145342 https://github.com/llvm/llvm-project/pull/144954 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits