-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-enable debuginfo tests on Android #10381
Comments
What are the differences between android and linux gdb? |
some gdb command works on linux gdb properly but exits without error message on android gdb. |
Triage: I believe this is still an issue since the |
Fixed in #21774. |
(a few still ignored) |
Addresses part of rust-lang#10381.
Triage: as far as I know, this is still true. |
Triage: no change |
Visited during wg-debugging triage. We still have 11 tests that |
Looks like this was inadvertently closed. |
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
The text was updated successfully, but these errors were encountered: