@@ -4740,9 +4740,8 @@ fn test_dep_with_dev() {
47404740 . run ( ) ;
47414741}
47424742
4743- // #[cargo_test(nightly, reason = "-Zdoctest-xcompile is unstable") ]
4743+ # [ ignore = "1-86 beta betaport" ]
47444744#[ cargo_test]
4745- #[ ignore = "waiting for https://github.com/rust-lang/rust/pull/138877" ]
47464745fn cargo_test_doctest_xcompile_ignores ( ) {
47474746 // -Zdoctest-xcompile also enables --enable-per-target-ignores which
47484747 // allows the ignore-TARGET syntax.
@@ -4802,7 +4801,8 @@ test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; fini
48024801 . run ( ) ;
48034802}
48044803
4805- #[ cargo_test( nightly, reason = "-Zdoctest-xcompile is unstable" ) ]
4804+ #[ ignore = "1-86 beta betaport" ]
4805+ #[ cargo_test]
48064806fn cargo_test_doctest_xcompile ( ) {
48074807 if !cross_compile:: can_run_on_host ( ) {
48084808 return ;
@@ -4844,7 +4844,8 @@ test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; fini
48444844 . run ( ) ;
48454845}
48464846
4847- #[ cargo_test( nightly, reason = "-Zdoctest-xcompile is unstable" ) ]
4847+ #[ ignore = "1-86 beta betaport" ]
4848+ #[ cargo_test]
48484849fn cargo_test_doctest_xcompile_runner ( ) {
48494850 if !cross_compile:: can_run_on_host ( ) {
48504851 return ;
@@ -4931,7 +4932,8 @@ this is a runner
49314932 . run ( ) ;
49324933}
49334934
4934- #[ cargo_test( nightly, reason = "-Zdoctest-xcompile is unstable" ) ]
4935+ #[ ignore = "1-86 beta betaport" ]
4936+ #[ cargo_test]
49354937fn cargo_test_doctest_xcompile_no_runner ( ) {
49364938 if !cross_compile:: can_run_on_host ( ) {
49374939 return ;
0 commit comments