-
-
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
Exclude win32 compiler tests with JDK17 #3004
Comments
can i have this issue? |
Few more test for jdk18 windows_x86-32_: Jenkins URL: https://ci.adoptopenjdk.net/job/Test_openjdk18_hs_extended.openjdk_x86-32_windows_testList_0/7/#showFailuresLink |
@SehrishHussain the failures mentioned in #3004 (comment) is for jdk18. |
@sophia-guo sorry I missed to mention jdk18. Yes they are for jdk18 |
@SehrishHussain I noticed that you are updating jdk18 problem list, so probably just directly update that file. |
@sophia-guo Yes I have updated the file. Leaving a comment here because the tests were related to compiler tests mentioned here. |
yes, hey @sophia-guo, I had requested Sehrish put comments into the existing issues, as it helps me and others know where things are failing and prevents issue "bloat" by not creating new github issues for failures that are same across platforms/versions. |
Compiler tests on win32 failed with errort
Unrecognized VM options
, looks like those options are only recognized by a GC implementation which is not built on win32.#2382
https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_x86-32_windows_testList_0/10/
Those test should be excluded on win32.
The following section should be added in https://github.com/adoptium/aqa-tests/blob/master/openjdk/excludes/ProblemList_openjdk17.txt
The text was updated successfully, but these errors were encountered: