Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Sep 7, 2023
1 parent a70540a commit 961041c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,6 @@ fn default_feature_behavior() {
.stdout_not_contains("has default feature!");
}

#[cfg_attr(windows, ignore)] // rustup bug: https://github.com/rust-lang/rustup/issues/3036
#[test]
fn version_range() {
cargo_hack(["check", "--version-range", "1.63..=1.64"]).assert_success("real").stderr_contains(
Expand Down Expand Up @@ -1353,7 +1352,6 @@ fn version_range() {
);
}

#[cfg_attr(windows, ignore)] // rustup bug: https://github.com/rust-lang/rustup/issues/3036
#[test]
fn rust_version() {
cargo_hack(["check", "--rust-version"]).assert_success("rust-version").stderr_contains(
Expand All @@ -1363,7 +1361,6 @@ fn rust_version() {
);
}

#[cfg_attr(windows, ignore)] // rustup bug: https://github.com/rust-lang/rustup/issues/3036
#[test]
fn multi_target() {
let target_suffix = if cfg!(target_os = "linux") && cfg!(target_env = "gnu") {
Expand Down Expand Up @@ -1425,7 +1422,6 @@ fn multi_target() {
));
}

#[cfg_attr(windows, ignore)] // rustup bug: https://github.com/rust-lang/rustup/issues/3036
#[test]
fn version_range_failure() {
// zero step
Expand Down

0 comments on commit 961041c

Please sign in to comment.