-
Notifications
You must be signed in to change notification settings - Fork 728
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
[JDK18] MethodHandleAccessorsTest.testOneArgMethod failures #14084
Comments
eclipse-openj9/openj9#13995 has been fixed via eclipse-openj9/openj9#14044. So, the tests excluded for eclipse-openj9/openj9#13995 have been re-enabled. Tests failures documented in the below issues have been excluded: - eclipse-openj9/openj9#14079 - eclipse-openj9/openj9#14080 - eclipse-openj9/openj9#14084 - eclipse-openj9/openj9#14091 - eclipse-openj9/openj9#14092 - eclipse-openj9/openj9#14093 - eclipse-openj9/openj9#14094 - eclipse-openj9/openj9#14095 Signed-off-by: Babneet Singh <[email protected]>
eclipse-openj9/openj9#13995 has been fixed via eclipse-openj9/openj9#14044. So, the tests excluded for eclipse-openj9/openj9#13995 have been re-enabled. Test failures documented in the below issues have been excluded: - eclipse-openj9/openj9#14079 - eclipse-openj9/openj9#14080 - eclipse-openj9/openj9#14084 - eclipse-openj9/openj9#14091 - eclipse-openj9/openj9#14092 - eclipse-openj9/openj9#14093 - eclipse-openj9/openj9#14094 - eclipse-openj9/openj9#14095 Signed-off-by: Babneet Singh <[email protected]>
eclipse-openj9/openj9#13995 has been fixed via eclipse-openj9/openj9#14044. So, the tests excluded for eclipse-openj9/openj9#13995 have been re-enabled. Test failures documented in the below issues have been excluded: - eclipse-openj9/openj9#14079 - eclipse-openj9/openj9#14080 - eclipse-openj9/openj9#14084 - eclipse-openj9/openj9#14091 - eclipse-openj9/openj9#14092 - eclipse-openj9/openj9#14093 - eclipse-openj9/openj9#14094 - eclipse-openj9/openj9#14095 Signed-off-by: Babneet Singh <[email protected]>
Observed at an internal build
|
Failing Tests
The above tests depend on iterating the stack trace to throw the correct exception: AccessorUtils.isIllegalArgument.
|
@babsingh
as with id1, I got the follow output, I think we would need to look at the test failure more closely.
|
DelegateTest was fixed by eclipse-openj9/openj9#14177. IllegalArgumentsTest is disabled due to eclipse-openj9/openj9#14084. Signed-off-by: Babneet Singh <[email protected]>
DelegateTest was fixed by eclipse-openj9/openj9#14177. IllegalArgumentsTest is disabled due to eclipse-openj9/openj9#14084. Signed-off-by: Babneet Singh <[email protected]>
re #14084 (comment)
Failing test code: MethodHandleAccessorsTest.java#L487-L492. Refer to the In OpenJ9, the above exception is thrown from two locations:
The exception is thrown based on the output of Line 43 in 536acc0
|
TODO: remove https://github.com/ibmruntimes/openj9-openjdk-jdk/blob/66c9122d0faa1473c464087bfde75949b070c10e/test/jdk/java/lang/reflect/MethodHandleAccessorsTest.java#L334-L336 from test so actual exception message is ignored when testing |
DelegateTest was fixed by eclipse-openj9/openj9#14177. IllegalArgumentsTest is disabled due to eclipse-openj9/openj9#14084. Signed-off-by: Babneet Singh <[email protected]>
eclipse-openj9/openj9#3627 Fixed: - eclipse-openj9/openj9#14132 - eclipse-openj9/openj9#3394 - eclipse-openj9/openj9#14084 (Also depends on ibmruntimes/openj9-openjdk-jdk18#12) Signed-off-by: Jack Lu <[email protected]>
eclipse-openj9/openj9#3627 Fixed: - eclipse-openj9/openj9#14132 - eclipse-openj9/openj9#3394 - eclipse-openj9/openj9#14084 (Also depends on ibmruntimes/openj9-openjdk-jdk18#12) Signed-off-by: Jack Lu <[email protected]>
eclipse-openj9/openj9#3627 Fixed: - eclipse-openj9/openj9#14132 - eclipse-openj9/openj9#3394 - eclipse-openj9/openj9#14084 (Also depends on ibmruntimes/openj9-openjdk-jdk18#12) Signed-off-by: Jack Lu <[email protected]>
Closing this issue .. The intermittent failures for |
OpenJDK Tests
Errors
Related: #13946
The text was updated successfully, but these errors were encountered: