================ @@ -52,6 +52,7 @@ def test_negative_indexing(self): self.build() self.validate_negative_indexing() + @expectedFailureAll(oslist=["windows"], archs=["x86_64"]) ---------------- dzhidzhoev wrote:
I see the same function name/signature. Btw, I'd recommend adding `--env;LLDB_USE_LLDB_SERVER=1` to `LLDB_TEST_USER_ARGS` cmake argument. Without it, lldb can't even stop on a breakpoint on my machine. It may be helpful if you haven't set it yet. https://github.com/llvm/llvm-project/pull/100477 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits