File tree 5 files changed +12
-7
lines changed 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -5513,6 +5513,7 @@ fn test_with_dep_metadata() {
5513
5513
p. cargo ( "test --lib" ) . run ( ) ;
5514
5514
}
5515
5515
5516
+ #[ ignore = "1-86 beta betaport" ]
5516
5517
#[ cargo_test]
5517
5518
fn duplicate_script_with_extra_env ( ) {
5518
5519
// Test where a build script is run twice, that emits different rustc-env
Original file line number Diff line number Diff line change @@ -1218,7 +1218,8 @@ test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; fini
1218
1218
. run ( ) ;
1219
1219
}
1220
1220
1221
- #[ cargo_test( nightly, reason = "-Zdoctest-xcompile is unstable" ) ]
1221
+ #[ ignore = "1-86 beta betaport" ]
1222
+ #[ cargo_test]
1222
1223
fn doctest_xcompile_linker ( ) {
1223
1224
if cross_compile:: disabled ( ) {
1224
1225
return ;
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ const SIMPLE_SPEC: &str = r#"
36
36
}
37
37
"# ;
38
38
39
- #[ cargo_test( nightly, reason = "requires features no_core, lang_items" ) ]
39
+ #[ ignore = "1-86 beta betaport" ]
40
+ #[ cargo_test]
40
41
fn custom_target_minimal ( ) {
41
42
let p = project ( )
42
43
. file (
Original file line number Diff line number Diff line change @@ -646,7 +646,8 @@ fn check_std() {
646
646
. run ( ) ;
647
647
}
648
648
649
- #[ cargo_test( build_std_mock) ]
649
+ #[ ignore = "1-86 beta betaport" ]
650
+ #[ cargo_test]
650
651
fn doctest ( ) {
651
652
let setup = setup ( ) ;
652
653
Original file line number Diff line number Diff line change @@ -4740,9 +4740,8 @@ fn test_dep_with_dev() {
4740
4740
. run ( ) ;
4741
4741
}
4742
4742
4743
- // #[cargo_test(nightly, reason = "-Zdoctest-xcompile is unstable") ]
4743
+ # [ ignore = "1-86 beta betaport" ]
4744
4744
#[ cargo_test]
4745
- #[ ignore = "waiting for https://github.com/rust-lang/rust/pull/138877" ]
4746
4745
fn cargo_test_doctest_xcompile_ignores ( ) {
4747
4746
// -Zdoctest-xcompile also enables --enable-per-target-ignores which
4748
4747
// allows the ignore-TARGET syntax.
@@ -4844,7 +4843,8 @@ test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; fini
4844
4843
. run ( ) ;
4845
4844
}
4846
4845
4847
- #[ cargo_test( nightly, reason = "-Zdoctest-xcompile is unstable" ) ]
4846
+ #[ ignore = "1-86 beta betaport" ]
4847
+ #[ cargo_test]
4848
4848
fn cargo_test_doctest_xcompile_runner ( ) {
4849
4849
if !cross_compile:: can_run_on_host ( ) {
4850
4850
return ;
@@ -4931,7 +4931,8 @@ this is a runner
4931
4931
. run ( ) ;
4932
4932
}
4933
4933
4934
- #[ cargo_test( nightly, reason = "-Zdoctest-xcompile is unstable" ) ]
4934
+ #[ ignore = "1-86 beta betaport" ]
4935
+ #[ cargo_test]
4935
4936
fn cargo_test_doctest_xcompile_no_runner ( ) {
4936
4937
if !cross_compile:: can_run_on_host ( ) {
4937
4938
return ;
You can’t perform that action at this time.
0 commit comments