File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5949,6 +5949,7 @@ fn primary_package_env_var() {
5949
5949
foo. cargo ( "test" ) . run ( ) ;
5950
5950
}
5951
5951
5952
+ #[ cfg_attr( windows, ignore) ] // weird normalization issue with windows and cargo-test-support
5952
5953
#[ cargo_test]
5953
5954
fn check_cfg_features ( ) {
5954
5955
if !is_nightly ( ) {
@@ -5984,6 +5985,7 @@ fn check_cfg_features() {
5984
5985
. run ( ) ;
5985
5986
}
5986
5987
5988
+ #[ cfg_attr( windows, ignore) ] // weird normalization issue with windows and cargo-test-support
5987
5989
#[ cargo_test]
5988
5990
fn check_cfg_features_with_deps ( ) {
5989
5991
if !is_nightly ( ) {
@@ -6025,6 +6027,8 @@ fn check_cfg_features_with_deps() {
6025
6027
)
6026
6028
. run ( ) ;
6027
6029
}
6030
+
6031
+ #[ cfg_attr( windows, ignore) ] // weird normalization issue with windows and cargo-test-support
6028
6032
#[ cargo_test]
6029
6033
fn check_cfg_features_with_opt_deps ( ) {
6030
6034
if !is_nightly ( ) {
Original file line number Diff line number Diff line change @@ -999,6 +999,7 @@ fn rustc_workspace_wrapper_excludes_published_deps() {
999
999
. run ( ) ;
1000
1000
}
1001
1001
1002
+ #[ cfg_attr( windows, ignore) ] // weird normalization issue with windows and cargo-test-support
1002
1003
#[ cargo_test]
1003
1004
fn check_cfg_features ( ) {
1004
1005
if !is_nightly ( ) {
Original file line number Diff line number Diff line change @@ -4500,6 +4500,7 @@ fn test_workspaces_cwd() {
4500
4500
. run ( ) ;
4501
4501
}
4502
4502
4503
+ #[ cfg_attr( windows, ignore) ] // weird normalization issue with windows and cargo-test-support
4503
4504
#[ cargo_test]
4504
4505
fn check_cfg_features ( ) {
4505
4506
if !is_nightly ( ) {
You can’t perform that action at this time.
0 commit comments