-
Notifications
You must be signed in to change notification settings - Fork 49
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
POC for Android tests for JDI #187
Conversation
In my local tests, this works, but not completely reliable. Some tests are randomly failing, likely something wrong with setup/cleanup in some cases. Related #181 |
Ran on the entire suite with a fresh emulator, not too bad. Tests run: 253, Failures: 11, Errors: 24, Skipped: 0, Time elapsed: 993.639 s Full output
|
If you still plan to finish this one please rebase on master without changing the test suite in pom.xml file. |
Looks like interest for this one vanished. |
What it does
Add ability to run jdi tests on Android to validate compatibility with Dalvik.
When a test targets Dalvik VM, it compiles the test program to a dex file, pushes the file to the Android device/emulator and start a VM there with a port forward for debugging.
How to test
Requires
d8
andadb
in PATH and exactly one Android emulator or device attached.Author checklist