diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-04-17 17:01:14 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-04-17 18:52:57 +0800 |
| commit | d1178faa9394579a1befd2cbf9e4ecc7aeb7432b (patch) | |
| tree | 31285edddcf8ce0ad007f7c35be4632c9c3693d2 /tests/debuginfo | |
| parent | d20f84847886389e25c0669dc48a8890491793df (diff) | |
| download | rust-d1178faa9394579a1befd2cbf9e4ecc7aeb7432b.tar.gz rust-d1178faa9394579a1befd2cbf9e4ecc7aeb7432b.zip | |
tests: refine disable reason for `tests/debuginfo/drop-locations.rs`
Diffstat (limited to 'tests/debuginfo')
| -rw-r--r-- | tests/debuginfo/drop-locations.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/debuginfo/drop-locations.rs b/tests/debuginfo/drop-locations.rs index a55cf7b50a8..91b3da5c34a 100644 --- a/tests/debuginfo/drop-locations.rs +++ b/tests/debuginfo/drop-locations.rs @@ -1,5 +1,7 @@ //@ ignore-android -//@ ignore-test: #128971 + +// FIXME: stepping with "next" in a debugger skips past end-of-scope drops +//@ ignore-test (broken, see #128971) #![allow(unused)] |
