Skip to content

re-enable debuginfo/generic-enums-... lldb test#153149

Closed
shua wants to merge 1 commit intorust-lang:mainfrom
shua:fix-27089
Closed

re-enable debuginfo/generic-enums-... lldb test#153149
shua wants to merge 1 commit intorust-lang:mainfrom
shua:fix-27089

Conversation

@shua
Copy link

@shua shua commented Feb 26, 2026

This test was failing a while ago for lldb with some error related to

NotImplementedError: Wrong number of arguments for overloaded function 'SBValue_GetChildAtIndex'.

When I run the test, it no longer outputs this error.

This change removes the ignore-lldb: FIXME(27089) line and adds this test back. It seems the v var command now has a slightly different output, so I've updated the corresponding lldb-check lines as well.

fixes #27089

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Feb 26, 2026
@rustbot
Copy link
Collaborator

rustbot commented Feb 26, 2026

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Fallback group: @Mark-Simulacrum, @jieyouxu
  • @Mark-Simulacrum, @jieyouxu expanded to Mark-Simulacrum, jieyouxu
  • Random selection from Mark-Simulacrum, jieyouxu

@rustbot

This comment has been minimized.

This test was failing a while ago for lldb with some error related to
> `NotImplementedError: Wrong number of arguments for overloaded function 'SBValue_GetChildAtIndex'.`

When I run the test, it no longer outputs this error.

This change removes the `ignore-lldb: FIXME` line and adds this
test back. It seems the `v var` command now has a slightly different
output, so I've updated the corresponding `lldb-check` lines as well.
@shua
Copy link
Author

shua commented Feb 26, 2026

This may be blocked for similar reasons as #141539 , but I wouldn't say I understand it well enough to say.

@Mark-Simulacrum
Copy link
Member

Yeah, I'm not inclined to enable specific LLDB tests that don't get run in CI anyway right now. So going to close this.

@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The generic-enum-with-different-disr-sizes test fails in LLDB

3 participants