Rollup merge of #93416 - name1e5s:chore/remove_allow_fail, r=m-ou-se
remove `allow_fail` test flag close #93345
This commit is contained in:
@@ -951,10 +951,11 @@ impl Tester for Collector {
|
||||
},
|
||||
// compiler failures are test failures
|
||||
should_panic: test::ShouldPanic::No,
|
||||
allow_fail: config.allow_fail,
|
||||
compile_fail: config.compile_fail,
|
||||
no_run,
|
||||
test_type: test::TestType::DocTest,
|
||||
#[cfg(bootstrap)]
|
||||
allow_fail: false,
|
||||
},
|
||||
testfn: test::DynTestFn(box move || {
|
||||
let report_unused_externs = |uext| {
|
||||
|
||||
Reference in New Issue
Block a user