================
@@ -52,6 +52,7 @@ def test_negative_indexing(self):
         self.build()
         self.validate_negative_indexing()
  
+    @expectedFailureAll(oslist=["windows"], archs=["x86_64"])
----------------
DavidSpickett wrote:

I recently updated this for Windows on Arm 
https://github.com/llvm/llvm-project/commit/3e06392c7db0eacfca94a176d430d9988b3ffbd6,
 that's where that regex came from.

We need to know if it's a cosmetic difference or whether it's stopped at a 
completely different place. Running the test with `lldb-dotest` and the `-t` 
flag will hopefully show you what it was doing. 

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

Reply via email to