Re-enable debuginfo tests on Android
To enable test on android bot #9120
debugging with gdb on android target works differently from debugging with gdb on linux.
there are two options however it is not high priority
- we can modify android gdb to work like linux gdb
- we can modify debug-info to work with android gdb
Some debuginfo tests were disabled when running on Android when we added support for running tests on the Android bot (#9120). We should try to enable all debuginfo on Android. (See the results of https://cs.github.com/rust-lang/rust?q=ignore-android%20path%3A%2F%5Esrc%5C%2Ftest%5C%2Fdebuginfo%5C%2F%2F for which tests are disabled)
Debugging with gdb on android target works differently from debugging with gdb on linux.
There are two options however it is not high priority
- we can modify android gdb to work like linux gdb
- we can modify debug-info to work with android gdb
Wesley Wiser at 2022-08-15 14:22:53
What are the differences between android and linux gdb?
Josh Matthews at 2013-11-09 16:11:52
some gdb command works on linux gdb properly but exits without error message on android gdb.
yichoi at 2013-11-10 01:24:56
Triage: I believe this is still an issue since the
debug-infotests are still being ignored for androidFlavio Percoco at 2014-04-18 11:31:35
Fixed in #21774.
Seo Sanghyeon at 2015-03-16 09:52:12
(a few still ignored)
Alex Crichton at 2015-04-29 00:55:31
Triage: as far as I know, this is still true.
Steve Klabnik at 2017-01-03 17:33:31
Triage: no change
Steve Klabnik at 2018-09-24 16:48:01
Visited during wg-debugging triage. We still have 11 tests that
// ignore-androidhttps://cs.github.com/rust-lang/rust?q=ignore-android%20path%3A%2F%5Esrc%5C%2Ftest%5C%2Fdebuginfo%5C%2F%2FWesley Wiser at 2022-08-15 14:21:01
Looks like this was inadvertently closed.
Wesley Wiser at 2023-04-12 00:06:25