Skip to content

Commit bcfdf33

Browse files
committed
add fixme about walking tests tree
1 parent 0710ebb commit bcfdf33

File tree

1 file changed

+2
-0
lines changed
  • src/tools/compiletest/src

1 file changed

+2
-0
lines changed

src/tools/compiletest/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,8 @@ fn collect_tests_from_dir(
675675

676676
// Add each `.rs` file as a test, and recurse further on any
677677
// subdirectories we find, except for `aux` directories.
678+
// FIXME: this walks full tests tree, even if we have something to ignore
679+
// use walkdir/ignore like in tidy?
678680
for file in fs::read_dir(dir)? {
679681
let file = file?;
680682
let file_path = file.path();

0 commit comments

Comments
 (0)