Re-enable debuginfo tests on Android

3d55898
Opened by yichoi at 2024-12-06 13:48:45

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
  1. 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

  2. What are the differences between android and linux gdb?

    Josh Matthews at 2013-11-09 16:11:52

  3. some gdb command works on linux gdb properly but exits without error message on android gdb.

    yichoi at 2013-11-10 01:24:56

  4. Triage: I believe this is still an issue since the debug-info tests are still being ignored for android

    Flavio Percoco at 2014-04-18 11:31:35

  5. Fixed in #21774.

    Seo Sanghyeon at 2015-03-16 09:52:12

  6. (a few still ignored)

    Alex Crichton at 2015-04-29 00:55:31

  7. Triage: as far as I know, this is still true.

    Steve Klabnik at 2017-01-03 17:33:31

  8. Triage: no change

    Steve Klabnik at 2018-09-24 16:48:01

  9. Visited during wg-debugging triage. We still have 11 tests that // ignore-android https://cs.github.com/rust-lang/rust?q=ignore-android%20path%3A%2F%5Esrc%5C%2Ftest%5C%2Fdebuginfo%5C%2F%2F

    Wesley Wiser at 2022-08-15 14:21:01

  10. Looks like this was inadvertently closed.

    Wesley Wiser at 2023-04-12 00:06:25