File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ tests/run-make/doctests-keep-binaries/
6
6
tests/run-make/doctests-runtool/
7
7
tests/run-make/emit-shared-files/
8
8
tests/run-make/exit-code/
9
- tests/run-make/issue-64153/
10
9
tests/run-make/llvm-ident/
11
10
tests/run-make/native-link-modifier-bundle/
12
11
tests/run-make/remap-path-prefix-dwarf/
@@ -34,8 +33,6 @@ tests/run-make/c-link-to-rust-staticlib/
34
33
tests/run-make/foreign-double-unwind/
35
34
tests/run-make/foreign-exceptions/
36
35
tests/run-make/glibc-staticlib-args/
37
- tests/run-make/issue-36710/
38
- tests/run-make/issue-68794-textrel-on-minimal-lib/
39
36
tests/run-make/lto-smoke-c/
40
37
tests/run-make/return-non-c-like-enum/
41
38
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ tests/ui/drop/dynamic-drop.rs
20
20
tests/ui/rfcs/rfc-2091-track-caller/std-panic-locations.rs
21
21
tests/ui/simd/issue-17170.rs
22
22
tests/ui/simd/issue-39720.rs
23
- tests/ui/issues/issue -14875.rs
23
+ tests/ui/drop/panic-during-drop -14875.rs
24
24
tests/ui/issues/issue-29948.rs
25
25
tests/ui/process/println-with-broken-pipe.rs
26
26
tests/ui/lto/thin-lto-inlines2.rs
@@ -86,3 +86,5 @@ tests/ui/panics/unwind-force-no-unwind-tables.rs
86
86
tests/ui/attributes/fn-align-dyn.rs
87
87
tests/ui/linkage-attr/raw-dylib/elf/glibc-x86_64.rs
88
88
tests/ui/explicit-tail-calls/recursion-etc.rs
89
+ tests/ui/explicit-tail-calls/indexer.rs
90
+ tests/ui/explicit-tail-calls/drop-order.rs
You can’t perform that action at this time.
0 commit comments