Skip to content

Commit

Permalink
Merge pull request #1126 from dtolnay/tests
Browse files Browse the repository at this point in the history
Advance test suite past the let-chains PR
  • Loading branch information
dtolnay committed Jan 20, 2022
2 parents 089e3c9 + 2d96ccd commit 6a8bf28
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tests/repo/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,22 @@ use std::path::Path;
use tar::Archive;
use walkdir::DirEntry;

const REVISION: &str = "e100ec5bc7cd768ec17d75448b29c9ab4a39272b";
const REVISION: &str = "5e57faa78aa7661c6000204591558f6665f11abc";

#[rustfmt::skip]
static EXCLUDE: &[&str] = &[
// TODO: let chains
"src/test/ui/expr/if/attrs/let-chains-attr.rs",
"src/test/ui/mir/mir_let_chains_drop_order.rs",
"src/test/ui/rfc-2497-if-let-chains/ast-lowering-does-not-wrap-let-chains.rs",
"src/test/ui/rfc-2497-if-let-chains/irrefutable-lets.rs",
"src/test/ui/rfc-2497-if-let-chains/issue-90722.rs",
"src/test/ui/rfc-2497-if-let-chains/then-else-blocks.rs",

// TODO: static async closure keyword order
"src/tools/rustfmt/tests/source/async_block.rs",
"src/tools/rustfmt/tests/target/async_block.rs",

// TODO: impl ~const T {}
// https://github.com/dtolnay/syn/issues/1051
"src/test/ui/rfc-2632-const-trait-impl/syntax.rs",
Expand Down

0 comments on commit 6a8bf28

Please sign in to comment.