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 15a418b commit a1405e8Copy full SHA for a1405e8
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 82c052794d4234752f0154c150d0b40779240db4
+refs/heads/master: 6a7e6017c5c50e1ada21f0ac2cda034405d483e7
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 67b97ab6d2b7de9b69fd97dc171fcf8feec932ff
5
refs/heads/try: 28d5878c1f0465c11c8e7a3085008b0c592d48d0
trunk/src/libglob/lib.rs
@@ -680,6 +680,7 @@ mod test {
680
}
681
682
#[test]
683
+ #[ignore(cfg(windows))] // FIXME (#9406)
684
fn test_lots_of_files() {
685
// this is a good test because it touches lots of differently named files
686
glob("/*/*/*/*").skip(10000).next();
0 commit comments