tests: only run lexical-scope-in-match.rs for LLDB >= 21#158592
Conversation
|
r? @davidtwco rustbot has assigned @davidtwco. Use Why was this reviewer chosen?The reviewer was selected based on:
|
Many other debuginfo tests fail on dev-desktops/lldb 18: https://gist.github.com/aDotInTheVoid/89af1178703593ca2f0b225f77a5d758 |
|
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. |
|
r=me (not sure CI matters, but let's wait for it) r? me |
|
I'll merge this for now but I'll need to look into a broader approach for the entire test suite |
…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)
…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)
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.
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.