Skip to content
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

Add Ability to Run Tests on Android ART VM #2744

Closed

Conversation

alonalbert
Copy link
Contributor

Add a way to run Kotlin debugger tests an an ART VM.

At least for now, this will only be possible inside Google since it depends on an internal repo.

The behavior is controlled by a few environment variables and JVM properties:

Environment var / JVM property:

INTELLIJ_DEBUGGER_TESTS_ART / intellij.debugger.tests.art:

When "true" will run tests under ART.

INTELLIJ_DEBUGGER_TESTS_STUDIO_ROOT / intellij.debugger.tests.studio.root

The path to an internal Google studio-main repo

INTELLIJ_DEBUGGER_TESTS_TIMEOUT_MILLIS / intellij.debugger.tests.timeout.millis

A timeout in millis. Many tests time out under ART right now so the default timeout (5 minutes) means the take too long to run.

@zuevmaxim zuevmaxim self-assigned this May 6, 2024
@zuevmaxim
Copy link
Contributor

Merged e620ecf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants