Skip to content

tests: only run lexical-scope-in-match.rs for LLDB >= 21#158592

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
jieyouxu:jieyouxu/misc/debuginfo-lldb
Jun 30, 2026
Merged

tests: only run lexical-scope-in-match.rs for LLDB >= 21#158592
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
jieyouxu:jieyouxu/misc/debuginfo-lldb

Conversation

@jieyouxu

Copy link
Copy Markdown
Member

Dev Desktops currently run on an Ubuntu which has an older LLDB (e.g. LLDB 18), where this debuginfo test fails.

Run this test only on LLDB >= 21. This passes for me locally with Apple/Swift-variant LLDB 21.

@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 Jun 30, 2026
@rustbot

rustbot commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

r? @davidtwco

rustbot has assigned @davidtwco.
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:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 73 candidates
  • Random selection from 16 candidates

@aDotInTheVoid

Copy link
Copy Markdown
Member

Dev Desktops currently run on an Ubuntu which has an older LLDB (e.g. LLDB 18), where this debuginfo test fails.

Many other debuginfo tests fail on dev-desktops/lldb 18: https://gist.github.com/aDotInTheVoid/89af1178703593ca2f0b225f77a5d758

@jieyouxu

Copy link
Copy Markdown
Member Author

For now I suggest skipping the test suite entirely for local dev. I will discuss with compiler team what to do about the test suite while it is being reworked.

@Mark-Simulacrum

Copy link
Copy Markdown
Member

r=me (not sure CI matters, but let's wait for it)

r? me

@rustbot rustbot assigned Mark-Simulacrum and unassigned davidtwco Jun 30, 2026
@jieyouxu

Copy link
Copy Markdown
Member Author

I'll merge this for now but I'll need to look into a broader approach for the entire test suite
@bors r=Mark-Simulacrum rollup

@rust-bors

rust-bors Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 85f2c70 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

🌲 The tree is currently closed for pull requests below priority 1. This pull request will be tested once the tree is reopened.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 30, 2026
rust-bors Bot pushed a commit that referenced this pull request Jun 30, 2026
…uwer

Rollup of 5 pull requests

Successful merges:

 - #158600 (Fix `rustc --unpretty=expanded` emit of `[const] [unsafe] impl Trait for`)
 - #158560 (Move per-function debuginfo methods from codegen to builder methods)
 - #158563 (Test(lib/net): Fix `hostname_smoketest` for Win7)
 - #158571 (Update books)
 - #158592 (tests: only run `lexical-scope-in-match.rs` for LLDB >= 21)
rust-bors Bot pushed a commit that referenced this pull request Jun 30, 2026
…uwer

Rollup of 5 pull requests

Successful merges:

 - #158600 (Fix `rustc --unpretty=expanded` emit of `[const] [unsafe] impl Trait for`)
 - #158560 (Move per-function debuginfo methods from codegen to builder methods)
 - #158563 (Test(lib/net): Fix `hostname_smoketest` for Win7)
 - #158571 (Update books)
 - #158592 (tests: only run `lexical-scope-in-match.rs` for LLDB >= 21)
@rust-bors rust-bors Bot merged commit 8b54e84 into rust-lang:main Jun 30, 2026
13 checks passed
@rustbot rustbot added this to the 1.98.0 milestone Jun 30, 2026
rust-timer added a commit that referenced this pull request Jun 30, 2026
Rollup merge of #158592 - jieyouxu:jieyouxu/misc/debuginfo-lldb, r=Mark-Simulacrum

tests: only run `lexical-scope-in-match.rs` for LLDB >= 21

Dev Desktops currently run on an Ubuntu which has an older LLDB (e.g. LLDB 18), where this debuginfo test fails.

Run this test only on LLDB >= 21. This passes for me locally with Apple/Swift-variant LLDB 21.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.

5 participants