Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmtice merged 1 commit intollvm:mainfromcmtice:fix-DIL-issue
Jul 15, 2025

Conversation

cmtice
Copy link
Contributor

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. Disablethe test on Windows until we can debug it on Windows.
@llvmbotllvmbot added the lldb labelJul 15, 2025
@cmticecmtice requested a review fromlabathJuly 15, 2025 19:32
@llvmbot
Copy link
Member

@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.pyindex 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(

@cmticecmtice requested review fromjimingham andrnkJuly 15, 2025 19:32
@cmticecmtice merged commit1fe366d intollvm:mainJul 15, 2025
11 checks passed
@labath
Copy link
Collaborator

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

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@rnkrnkrnk approved these changes

@JDevlieghereJDevlieghereAwaiting requested review from JDevlieghereJDevlieghere is a code owner

@labathlabathAwaiting requested review from labath

@jiminghamjiminghamAwaiting requested review from jimingham

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@cmtice@llvmbot@labath@rnk

[8]ページ先頭

©2009-2025 Movatter.jp