================ @@ -0,0 +1,67 @@ +""" +Test lldb-dap stackTrace request for compiler generated code +""" + +import os + +import lldbdap_testcase +from lldbsuite.test.decorators import * +from lldbsuite.test.lldbtest import * + + +class TestDAP_stackTraceCompilerGeneratedCode(lldbdap_testcase.DAPTestCaseBase): + @skipIfWindows ---------------- jeffreytan81 wrote:
The reason is that all other TestDAP_stackTraceXXX tests are using `skipIfWindows` so it probably safer to follow the pattern. I can try to remove this, but I do not have a Windows machine to verify so if windows test bots failed, I will probably have to add `skipIfWindows` back to unblock. https://github.com/llvm/llvm-project/pull/165944 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
