-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Failing JTReg: java/io/CharArrayReader/OverflowInRead.java #1500
Comments
Investigate the annotations at the top of the test, do we have the proper settings in our playlists? example, this test has a @requires tag, we may need to restrict this test to machines with certain capabilities or set some JVM options for the run |
Good catch, I just googled To confirm I just run a grinder on linux with jdk_custom=test/jdk/java/io/CharArrayReader/OverflowInRead.java https://ci.adoptopenjdk.net/view/work%20in%20progress/job/Grinder_Sandbox/982/console
Tried also with 'openjdk_sparcv9_solaris' as it is sun.arch unfortunately the machine has not setup correctly. To double check could also search another test with @requires tag asking other platforms. |
That'll teach me to double check the details at the top of the test instead of diving straight into the code! Thank you both :). Seeing as we don't have any working solaris machines at hyc either, I'll try and test this locally on a solaris VM |
Currently waiting for my solaris SPARC approval to go through so until then, there's not much else I can do for this. I'll comment again if I get approved |
A month down the line without approval. I'll send another request. |
@smlambert Does adopt distribute solaris-hotspot-jdk11 from the website? I can see a solaris jdk8 but no jdk11 |
No, we currently do not have a jdk11 solaris build, see adoptium/temurin-build#1279 |
Are there any other builds at adopt that are sun.arch? If not, without the architecture to run the test on at the moment, this issue can be closed for now and picked up when jdk11 is supported on solaris |
agree, closing this issue now (since no jdk11 on solaris) or hardware setup for testing jdk8 build. |
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/d24795242d614819423ba3b48f91e61c7f675a6c/test/jdk/java/io/CharArrayReader/OverflowInRead.java#L1 fails intermittently for JDK11/13 on all platforms
OverflowInRead.java
, producing aTest results: no tests selected
result (perhaps due to the absence of a@Test
flag in the main method?).Is this the appropriate place to raise this problem?
The text was updated successfully, but these errors were encountered: