-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Modularity tests for implied readability fails #200
Comments
This test has been renamed ExplMod |
The test reported above is expected to fail - after the test case has run the test output is checked to make sure the exception was thrown. The test fails on openj9 only because the text in the exception is not expected by the test case. This is the output from a hotspot test (test passes):
This is the output from an openj9 test:
So the test fails because on openj9 the The openj9 message also includes slashes rather than dots in the referenced class name. hotspot message:
openj9 message:
|
Raised eclipse-openj9/openj9#12315. Depending on the Eclipse openj9 response the test case may need to be changed to accept the exception text from either implementation. |
Modularity tests for implied readability fails on on both hotspot and openj9 with following error. Likely the Modularity access rules have changed since the test was developed. Need investigation. Test should be disabled for the time being.
https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/479/console
The text was updated successfully, but these errors were encountered: