rust/tests/ui/kindck
bors eb03a3e3f9 Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead
Add a tidy check to find unexpected files in UI tests, and clean up the results

While looking at UI tests, I noticed several weird files that were not being tested, some from even pre-1.0. I added a tidy check that fails if any files not known to compiletest or not used in tests (via manual list) are present in the ui tests.

Unfortunately the root entry limit had to be raised by 1 to accommodate the stderr file for one of the tests.

r? `@fee1-dead`
2023-05-13 21:34:05 +00:00
..
kindck-copy.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
kindck-copy.stderr Account for type params 2023-01-11 21:38:56 +00:00
kindck-impl-type-params-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
kindck-impl-type-params-2.stderr Note predicate span on ImplDerivedObligation 2023-01-11 19:46:45 +00:00
kindck-impl-type-params.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
kindck-impl-type-params.stderr Note base types of coercion 2023-05-12 00:10:52 +00:00
kindck-inherited-copy-bound.curr.stderr Note base types of coercion 2023-05-12 00:10:52 +00:00
kindck-inherited-copy-bound.object_safe_for_dispatch.stderr Note base types of coercion 2023-05-12 00:10:52 +00:00
kindck-inherited-copy-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
kindck-nonsendable-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
kindck-nonsendable-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
kindck-send-object.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
kindck-send-object.stderr rustc_middle: Fix opt_item_ident for non-local def ids 2023-05-03 20:09:10 +03:00
kindck-send-object1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
kindck-send-object1.stderr rustc_middle: Fix opt_item_ident for non-local def ids 2023-05-03 20:09:10 +03:00
kindck-send-object2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
kindck-send-object2.stderr rustc_middle: Fix opt_item_ident for non-local def ids 2023-05-03 20:09:10 +03:00
kindck-send-owned.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
kindck-send-owned.stderr rustc_middle: Fix opt_item_ident for non-local def ids 2023-05-03 20:09:10 +03:00
kindck-send-unsafe.rs tidy check to find misc files in ui tests, and clean up the results 2023-05-09 20:35:39 -04:00
kindck-send-unsafe.stderr tidy check to find misc files in ui tests, and clean up the results 2023-05-09 20:35:39 -04:00