================
@@ -217,3 +216,30 @@ def test_functionNameWithArgs(self):
         self.continue_to_next_stop()
         frame = self.get_stackFrames()[0]
         self.assertEqual(frame["name"], "recurse(x=1)")
+
+    @skipIfWindows
----------------
da-viper wrote:

LGTM 
But I could not see why this test is skipped on windows
there is a `#include <unistd.h>` but it is not used any where 

https://github.com/llvm/llvm-project/pull/137113
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to