[Lldb-commits] [lldb] [lldb][test][win][x86_64] Fix XFAIL and XPASS on LLDB API tests (PR #100477)

Vladislav Dzhidzhoev via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 30 09:28:05 PDT 2024


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

"first" is preset in both dumps

https://github.com/llvm/llvm-project/pull/100477


More information about the lldb-commits mailing list