rust/tests
Yacin Tmimi b3d4fb448c Allow #[ignore] tests to run in rustfmt's test suite
There are some tests in the rustfmt test suite that are ignored by
default. I believe these tests are ignored because they have caused
issues with the the `rust-lang/rust` test suite.

However, we recently experienced an issue (5395) that would have been
avoided had these tests been running.

With the introduction of the new `#[rustfmt_only_ci_test]` attribute
macro we can run these tests when the `RUSTFMT_CI` environment variable
is set, which will presumably only be set during rustfmts CI runs.
When the environment variable is not set the `#[rustfmt_only_ci_test]`
will be replaced with an `#[ignore]`.
2022-06-29 18:55:02 -05:00
..
cargo-fmt Allow #[ignore] tests to run in rustfmt's test suite 2022-06-29 18:55:02 -05:00
config feat: remove license_template_path config option 2022-05-30 08:56:09 -05:00
coverage
mod-resolver Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00
parser
rustfmt Allow #[ignore] tests to run in rustfmt's test suite 2022-06-29 18:55:02 -05:00
source Revert "Memoize format_expr" 2022-06-22 17:45:42 -05:00
target Add idempotency test for issue 5399 2022-06-22 17:45:42 -05:00
writemode Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00