[Lldb-commits] [lldb] [LLDB] Disable DIL QualifiedId test on Windows. (PR #148940)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 15 12:31:53 PDT 2025


https://github.com/cmtice created https://github.com/llvm/llvm-project/pull/148940

The lldb-x86_64-win buildbot is failing on this one DIL test. Disable the test on Windows until we can debug it on Windows.

>From 83094baf1eb1969e66c1a458ef7c29d2b1c3ef7f Mon Sep 17 00:00:00 2001
From: Caroline Tice <cmtice at google.com>
Date: Tue, 15 Jul 2025 12:29:34 -0700
Subject: [PATCH] [LLDB] Disable DIL QualifiedId test on Windows.

The lldb-x86_64-win buildbot is failing on this one DIL test. Disable
the test on Windows until we can debug it on Windows.
---
 .../var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.py     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lldb/test/API/commands/frame/var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.py b/lldb/test/API/commands/frame/var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.py
index 8c009aa182d07..6f00b9e0cfb6c 100644
--- a/lldb/test/API/commands/frame/var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.py
+++ b/lldb/test/API/commands/frame/var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.py
@@ -18,6 +18,7 @@ class TestFrameVarDILQualifiedId(TestBase):
     # each debug info format.
     NO_DEBUG_INFO_TESTCASE = True
 
+    @skipIfWindows
     def test_frame_var(self):
         self.build()
         lldbutil.run_to_source_breakpoint(



More information about the lldb-commits mailing list