Re: [PATCH 08/11] [gdb/testsuite] Refactor exception handling in gdb_test_multiple
Tom de Vries <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
On 8/24/26 3:58 PM, Tom de Vries wrote: > implify gdb_test_multiple using return -options and try/finally. > > In the process, we also try to fix PR34553. > > I've added a test to verify this, but it'll be only useful after remote_expect > gets fixed [1]. > I heard back from the dejagnu maintainers, who acknowledged the bug. The current stable release is 1.6.3. Since the currently envisioned fix breaks 8.4 support, it's scheduled for 1.6.5 rather than 1.6.4. I proposed a fix that keeps backward compatibility, allowing it to be fixed in 1.6.4. We could copy a version into lib/future.exp to have it fixed faster, but I don't see the need for this. AFAIK we're currently not relying on this. Thanks, - Tom > Bug:https://sourceware.org/bugzilla/show_bug.cgi?id=34552 > Bug:https://sourceware.org/bugzilla/show_bug.cgi?id=34553 > > [1] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=81691