================
@@ -12,6 +12,7 @@
 class MultipleSlidesTestCase(TestBase):
     NO_DEBUG_INFO_TESTCASE = True
 
+    @expectedFailureAll(oslist=["windows"], archs=["x86_64"])
----------------
kendalharland wrote:

I was able to figure this out. My CMakeCache had `-D LLVM_ENABLE_DIA_SDK="OFF"` 
which I must have set in a previous build. I don't recall why I set this, must 
have been trying to repro someone else's build and forgot. This indeed passes 
for me now. Thanks so much for your patience and helping me debug!

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