Skip to content

Commit 8789c2b

Browse files
authored
Disable lldb test, which seems to be broken due to issues with lldb (#15687)
r? @weihanglo
2 parents 00132f3 + 0419be8 commit 8789c2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/testsuite/profile_trim_paths.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ fn custom_build_env_var_trim_paths() {
769769
}
770770
}
771771

772+
// This test is disabled, as it currently doesn't work due to issues with lldb.
773+
#[cfg(any())]
772774
#[cfg(unix)]
773775
#[cargo_test(requires = "lldb", nightly, reason = "-Zremap-path-scope is unstable")]
774776
fn lldb_works_after_trimmed() {
@@ -845,6 +847,8 @@ Hello, Ferris!
845847
);
846848
}
847849

850+
// This test is disabled, as it currently doesn't work.
851+
#[cfg(any())]
848852
#[cfg(target_env = "msvc")]
849853
#[cargo_test(requires = "cdb", nightly, reason = "-Zremap-path-scope is unstable")]
850854
fn cdb_works_after_trimmed() {

0 commit comments

Comments
 (0)