diff options
| author | mubarak23 <mubarakaminu340@gmail.com> | 2024-03-22 12:29:56 +0100 |
|---|---|---|
| committer | mubarak23 <mubarakaminu340@gmail.com> | 2024-03-22 12:29:56 +0100 |
| commit | 67c6c7e00d5f030f12fac14a7372b5f809e264e6 (patch) | |
| tree | 4e3b1264f5c6711389d1f9bc762f187f2ce92dbd | |
| parent | 486f6b7300f4666cb5b84e47374024eca7aab205 (diff) | |
| download | rust-67c6c7e00d5f030f12fac14a7372b5f809e264e6.tar.gz rust-67c6c7e00d5f030f12fac14a7372b5f809e264e6.zip | |
add two fail test back to the list
| -rw-r--r-- | tests/failing-ui-tests.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/failing-ui-tests.txt b/tests/failing-ui-tests.txt index 7c2dbbb33ee..e1f4cb52d70 100644 --- a/tests/failing-ui-tests.txt +++ b/tests/failing-ui-tests.txt @@ -16,8 +16,10 @@ tests/ui/asm/x86_64/may_unwind.rs tests/ui/backtrace.rs tests/ui/catch-unwind-bang.rs tests/ui/drop/dynamic-drop-async.rs +tests/ui/cfg/cfg-panic-abort.rs tests/ui/drop/repeat-drop.rs tests/ui/coroutine/panic-drops-resume.rs +format-args-capture.rs tests/ui/coroutine/panic-drops.rs tests/ui/intrinsics/panic-uninitialized-zeroed.rs tests/ui/iterators/iter-sum-overflow-debug.rs |
