compiletest: Do not run debuginfo tests with gdb on msvc targets
This commit is contained in:
parent
6d218db26d
commit
5c384ab00c
1 changed files with 4 additions and 0 deletions
|
@ -366,6 +366,10 @@ fn configure_gdb(config: &Config) -> Option<Config> {
|
||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if util::matches_env(&config.target, "msvc") {
|
||||||
|
return None;
|
||||||
|
}
|
||||||
|
|
||||||
if config.remote_test_client.is_some() && !config.target.contains("android") {
|
if config.remote_test_client.is_some() && !config.target.contains("android") {
|
||||||
println!(
|
println!(
|
||||||
"WARNING: debuginfo tests are not available when \
|
"WARNING: debuginfo tests are not available when \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue