We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00132f3 + 0419be8 commit 8789c2bCopy full SHA for 8789c2b
tests/testsuite/profile_trim_paths.rs
@@ -769,6 +769,8 @@ fn custom_build_env_var_trim_paths() {
769
}
770
771
772
+// This test is disabled, as it currently doesn't work due to issues with lldb.
773
+#[cfg(any())]
774
#[cfg(unix)]
775
#[cargo_test(requires = "lldb", nightly, reason = "-Zremap-path-scope is unstable")]
776
fn lldb_works_after_trimmed() {
@@ -845,6 +847,8 @@ Hello, Ferris!
845
847
);
846
848
849
850
+// This test is disabled, as it currently doesn't work.
851
852
#[cfg(target_env = "msvc")]
853
#[cargo_test(requires = "cdb", nightly, reason = "-Zremap-path-scope is unstable")]
854
fn cdb_works_after_trimmed() {
0 commit comments