Skip to content

Fix mx unittest launch for configure tests#13193

Open
oleksii-tumanov wants to merge 1 commit intooracle:masterfrom
oleksii-tumanov:fix-configure-unittest-launch
Open

Fix mx unittest launch for configure tests#13193
oleksii-tumanov wants to merge 1 commit intooracle:masterfrom
oleksii-tumanov:fix-configure-unittest-launch

Conversation

@oleksii-tumanov
Copy link
Member

Issue

The tests were compiled and could be run directly with JUnit, but running them through:

mx unittest ResourceConfigurationTest

failed during JVM startup with IllegalAccessError.
The launch path did not export the required jdk.internal.vm.ci packages for this test set.

Change

Added dedicated svm-unittest config for SVM_TESTS. As the base reused the existing Graal unittest config with additional missing exports

Result

mx unittest ResourceConfigurationTest

Result: OK (5 tests)

Now runs successfully.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 24, 2026
@oleksii-tumanov
Copy link
Member Author

issue found during #13195 tests

@oleksii-tumanov oleksii-tumanov marked this pull request as ready for review March 24, 2026 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant