diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-08-26 17:18:15 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-08-26 17:18:15 +0200 |
| commit | 17137135aeb281e3abf2c41740633aa3c4042e17 (patch) | |
| tree | c71062c080809718894fca972ccd84c64abfe2e5 /compiler/rustc_codegen_gcc/tests/failing-ui-tests.txt | |
| parent | 4356e83c77cb28113411fb8e2219127f708095b5 (diff) | |
| parent | feb42827f11a7ae241ceecc81e9ae556fb6ba214 (diff) | |
| download | rust-17137135aeb281e3abf2c41740633aa3c4042e17.tar.gz rust-17137135aeb281e3abf2c41740633aa3c4042e17.zip | |
Merge commit 'feb42827f11a7ae241ceecc81e9ae556fb6ba214' into subtree-update_cg_gcc_2025-08-26
Diffstat (limited to 'compiler/rustc_codegen_gcc/tests/failing-ui-tests.txt')
| -rw-r--r-- | compiler/rustc_codegen_gcc/tests/failing-ui-tests.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/tests/failing-ui-tests.txt b/compiler/rustc_codegen_gcc/tests/failing-ui-tests.txt index 41fb4729c07..e2615bce190 100644 --- a/compiler/rustc_codegen_gcc/tests/failing-ui-tests.txt +++ b/compiler/rustc_codegen_gcc/tests/failing-ui-tests.txt @@ -20,7 +20,7 @@ tests/ui/drop/dynamic-drop.rs tests/ui/rfcs/rfc-2091-track-caller/std-panic-locations.rs tests/ui/simd/issue-17170.rs tests/ui/simd/issue-39720.rs -tests/ui/issues/issue-14875.rs +tests/ui/drop/panic-during-drop-14875.rs tests/ui/issues/issue-29948.rs tests/ui/process/println-with-broken-pipe.rs tests/ui/lto/thin-lto-inlines2.rs @@ -86,3 +86,5 @@ tests/ui/panics/unwind-force-no-unwind-tables.rs tests/ui/attributes/fn-align-dyn.rs tests/ui/linkage-attr/raw-dylib/elf/glibc-x86_64.rs tests/ui/explicit-tail-calls/recursion-etc.rs +tests/ui/explicit-tail-calls/indexer.rs +tests/ui/explicit-tail-calls/drop-order.rs |
