We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2dcd0 commit d999092Copy full SHA for d999092
build_system/src/test.rs
@@ -889,7 +889,7 @@ where
889
}
890
891
if test_type == "ui" {
892
- // uses contains_ui_error_patterns function being sent as callback to run only only error pattern tests
+ // After we removed the error tests that are known to panic with rustc_codegen_gcc, we now remove the passing tests since this runs the error tests.
893
if run_error_pattern_test {
894
// Redefining walk_dir to handle subdirectories
895
fn walk_dir<F, G>(
0 commit comments