Skip to content

[LLDB] Disable DIL QualifiedId test on Windows. #148940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 15, 2025
Merged

Conversation

cmtice
Copy link
Contributor

@cmtice cmtice commented Jul 15, 2025

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.

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.
@cmtice cmtice requested a review from JDevlieghere as a code owner July 15, 2025 19:31
@llvmbot llvmbot added the lldb label Jul 15, 2025
@cmtice cmtice requested a review from labath July 15, 2025 19:32
@llvmbot
Copy link
Member

llvmbot commented Jul 15, 2025

@llvm/pr-subscribers-lldb

Author: None (cmtice)

Changes

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.


Full diff: https://github.com/llvm/llvm-project/pull/148940.diff

1 Files Affected:

  • (modified) lldb/test/API/commands/frame/var-dil/basics/QualifiedId/TestFrameVarDILQualifiedId.py (+1)
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(

@cmtice cmtice requested review from jimingham and rnk July 15, 2025 19:32
@cmtice cmtice merged commit 1fe366d into llvm:main Jul 15, 2025
11 checks passed
@labath
Copy link
Collaborator

labath commented Jul 16, 2025

I'm pretty sure that's because anonymous namespaces are printed differently on windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants