You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a test is run with a specific platform, it should use the args provided in the jvm-platforms/platforms configuration. But, those args are not used in that case.
### Problem
When a test is using a particular jvm platform, it should also use that platform's args. See #8419
### Solution
This patch changes the junit run task to include those args in the jvm_options kwarg passed to execute the test suite.
### Result
The args are now passed to Java.
### Follow on work
I think this isn't the only place with this issue. I found it in jvm run as well.
When a test is run with a specific platform, it should use the args provided in the
jvm-platforms/platforms
configuration. But, those args are not used in that case.related: #6823
The text was updated successfully, but these errors were encountered: