rust/src/test
Dylan DPC ad776fdba8
Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simulacrum
Tests: Remove redundant `ignore-tidy-linelength` annotations

This is step 2 towards fixing #77548.

In the codegen and codegen-units test suites, the `//` comment markers
were kept in order not to affect any source locations. This is because
these tests cannot be automatically `--bless`ed.
2021-04-05 00:24:31 +02:00
..
assembly Mark inline asm tests as requiring LLVM 10.0.1 2021-03-25 20:21:58 +00:00
auxiliary
codegen Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
incremental Add var to BoundRegion. Add query to get bound vars for applicable items. 2021-03-31 10:16:37 -04:00
mir-opt Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simulacrum 2021-04-05 00:24:31 +02:00
pretty Update test/pretty output for edition preludes. 2021-02-25 13:43:11 +01:00
run-make Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum 2021-04-02 19:57:30 +02:00
run-make-fulldeps Translate counters from Rust 1-based to LLVM 0-based counter ids 2021-04-02 17:16:36 -07:00
run-pass-valgrind Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustdoc Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
rustdoc-gui Add test to ensure search tabs behaviour 2021-04-01 21:55:20 +02:00
rustdoc-js Add test for primitive search 2021-02-01 15:56:51 +01:00
rustdoc-js-std Add search index test for primitive types 2021-01-27 10:05:06 +01:00
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
rustfix
ui Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
ui-fulldeps Fix fulldeps tests. 2021-03-30 23:51:15 +02:00
COMPILER_TESTS.md