diff options
| author | Eric Huss <eric@huss.org> | 2023-03-22 21:12:40 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2023-03-22 21:12:40 -0700 |
| commit | 2da2ade0f7b289cd2d670fa6c77f50b3559ede2b (patch) | |
| tree | 68b198f6de177722c36c6189a1086e16f5cd69aa | |
| parent | 8859fde21fa4e059c71a843cc7ee995c189a97c0 (diff) | |
| download | rust-2da2ade0f7b289cd2d670fa6c77f50b3559ede2b.tar.gz rust-2da2ade0f7b289cd2d670fa6c77f50b3559ede2b.zip | |
Rename tests to ensure they don't have overlapping names.
Some tests will delete their output directory before starting. The output directory is based on the test names. If one test is the prefix of another test, then when that test starts, it could try to delete the output directory of the other test with the longer path.
| -rw-r--r-- | tests/rustdoc/primitive/primitive.rs (renamed from tests/rustdoc/primitive.rs) | 0 | ||||
| -rw-r--r-- | tests/ui/impl-trait/multiple-lifetimes/multiple-lifetimes.rs (renamed from tests/ui/impl-trait/multiple-lifetimes.rs) | 0 | ||||
| -rw-r--r-- | tests/ui/modules_and_files_visibility/mod_file_disambig_aux/compiletest-ignore-dir | 0 | ||||
| -rw-r--r-- | tests/ui/non_modrs_mods_and_inline_mods/x/y/z/compiletest-ignore-dir | 0 | ||||
| -rw-r--r-- | tests/ui/use/use-mod/use-mod.rs (renamed from tests/ui/use/use-mod.rs) | 0 | ||||
| -rw-r--r-- | tests/ui/use/use-mod/use-mod.stderr (renamed from tests/ui/use/use-mod.stderr) | 0 | ||||
| -rw-r--r-- | tests/ui/use/use.rs (renamed from tests/ui/use.rs) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/tests/rustdoc/primitive.rs b/tests/rustdoc/primitive/primitive.rs index 516c7c0c6fe..516c7c0c6fe 100644 --- a/tests/rustdoc/primitive.rs +++ b/tests/rustdoc/primitive/primitive.rs diff --git a/tests/ui/impl-trait/multiple-lifetimes.rs b/tests/ui/impl-trait/multiple-lifetimes/multiple-lifetimes.rs index 5407fb6dd28..5407fb6dd28 100644 --- a/tests/ui/impl-trait/multiple-lifetimes.rs +++ b/tests/ui/impl-trait/multiple-lifetimes/multiple-lifetimes.rs diff --git a/tests/ui/modules_and_files_visibility/mod_file_disambig_aux/compiletest-ignore-dir b/tests/ui/modules_and_files_visibility/mod_file_disambig_aux/compiletest-ignore-dir new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/tests/ui/modules_and_files_visibility/mod_file_disambig_aux/compiletest-ignore-dir diff --git a/tests/ui/non_modrs_mods_and_inline_mods/x/y/z/compiletest-ignore-dir b/tests/ui/non_modrs_mods_and_inline_mods/x/y/z/compiletest-ignore-dir new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/tests/ui/non_modrs_mods_and_inline_mods/x/y/z/compiletest-ignore-dir diff --git a/tests/ui/use/use-mod.rs b/tests/ui/use/use-mod/use-mod.rs index 87064c6a42b..87064c6a42b 100644 --- a/tests/ui/use/use-mod.rs +++ b/tests/ui/use/use-mod/use-mod.rs diff --git a/tests/ui/use/use-mod.stderr b/tests/ui/use/use-mod/use-mod.stderr index 0cae5eb14ae..0cae5eb14ae 100644 --- a/tests/ui/use/use-mod.stderr +++ b/tests/ui/use/use-mod/use-mod.stderr diff --git a/tests/ui/use.rs b/tests/ui/use/use.rs index 1beee4a5143..1beee4a5143 100644 --- a/tests/ui/use.rs +++ b/tests/ui/use/use.rs |
