-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Add azul specific ProblemList file #3723
Conversation
Signed-off-by: Sophia Guo <[email protected]>
aff7c71
to
f2a54e7
Compare
Otherwise job will fail due to non-exist files. Signed-off-by: Sophia Guo <[email protected]>
depends adoptium/TKG#327 Grinder: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/4944/console JDK_VENDOR removed grinder: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/4945/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
############################################################################ | ||
|
||
# hotspot_jre | ||
runtime/containers/docker/TestMemoryAwareness.java https://bugs.openjdk.java.net/browse/JDK-8229182 generic-all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we simply change the shared ProblemList file? https://github.com/adoptium/aqa-tests/blob/master/openjdk/excludes/ProblemList_openjdk8.txt#L125 to be generic-all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The status of https://bugs.openjdk.org/browse/JDK-8229182 is fixed. And it only happened to specific platforms for temurin. That's why I didn't move it to the shared problemlist. Should we just move it to the shared problemlist in case it may happen to other platforms?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
then let's just leave as is and merge it as it is for now 👍
@sophia-guo - 2 approvals, but I am not merging it, in case you wanted to move the exclude for TestMemoryAwareness to the shared problemlist as per the review comment. Leave you to merge when you want. |
* Exclude azul ProblemList file * Add other version of empty problem list file as placeholder Otherwise job will fail due to non-exist files. Signed-off-by: Sophia Guo <[email protected]> # Conflicts: # openjdk/openjdk.mk
* Exclude TestShutdownEvent for all platforms (#3707) Signed-off-by: Shelley Lambert <[email protected]> * Add azul specific ProblemList file (#3723) * Exclude azul ProblemList file * Add other version of empty problem list file as placeholder Otherwise job will fail due to non-exist files. Signed-off-by: Sophia Guo <[email protected]> # Conflicts: # openjdk/openjdk.mk * Add Alibaba problem lists (#3740) * Add Alibaba problem lists Signed-off-by: Sophia Guo <[email protected]> * Update openjdk/excludes/vendors/alibaba/ProblemList_openjdk11.txt Co-authored-by: yansendao <[email protected]> Co-authored-by: Martijn Verburg <[email protected]> Co-authored-by: yansendao <[email protected]> Co-authored-by: Shelley Lambert <[email protected]> Co-authored-by: Martijn Verburg <[email protected]> Co-authored-by: yansendao <[email protected]>
Related #2826
Signed-off-by: Sophia Guo [email protected]