Skip to content
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 Temurin specific excludes for July #5446

Closed
wants to merge 4 commits into from

Conversation

smlambert
Copy link
Contributor

@smlambert smlambert commented Jul 15, 2024

  • Add Temurin specific exclude files
  • For JDK21+ exclude AbsPathsInImage due to OOM on public Adoptium nodes
  • For JDK11+ exclude SecureDS on linux-all as not supported on alpine-linux and jtreg currently does not differentiate alpine-linux from other linux platforms. Will plan to raise an issue to fix in upstream jtreg, so can have a more specific exclude later.
  • VersionCheck exclude on JDK8/x64Linux
  • TestHumongousCodeCacheRoots JDK8/aix exclusion

Signed-off-by: Shelley Lambert <slambert@gmail.com>
Signed-off-by: Shelley Lambert <slambert@gmail.com>
Signed-off-by: Shelley Lambert <slambert@gmail.com>
Signed-off-by: Shelley Lambert <slambert@gmail.com>
@jiekang
Copy link
Contributor

jiekang commented Jul 16, 2024

Windows x86_64 test exclude proposal:

Failures due to lack of WSL:
JDK 11

com/sun/jdi/JdbReadTwiceTest.sh

JDK 21

javax/script/ScriptEngineOrder.sh
javax/script/ProviderTest.sh

Also 49 failures in jdk_instrument_0
https://trss.adoptium.net/output/test?id=6692d8e2d24e1b006e221ffb

Failures due to headless

JDK 17

java/beans/PropertyEditor/6380849/TestPropertyEditor.java
java/beans/PropertyEditor/TestColorClass.java
java/beans/PropertyEditor/TestColorClassJava.java
java/beans/PropertyEditor/TestColorClassNull.java
java/beans/PropertyEditor/TestColorClassValue.java
java/beans/PropertyEditor/TestFontClass.java
java/beans/PropertyEditor/TestFontClassJava.java
java/beans/PropertyEditor/TestFontClassNull.java
java/beans/PropertyEditor/TestFontClassValue.java
java/beans/XMLEncoder/java_awt_ScrollPane.java
javax/imageio/plugins/jpeg/JPEGsNotAcceleratedTest.java

JDK 21

java/beans/PropertyEditor/6380849/TestPropertyEditor.java
java/beans/PropertyEditor/TestColorClass.java
java/beans/PropertyEditor/TestColorClassJava.java
java/beans/PropertyEditor/TestColorClassNull.java
java/beans/PropertyEditor/TestColorClassValue.java
java/beans/PropertyEditor/TestFontClass.java
java/beans/PropertyEditor/TestFontClassJava.java
java/beans/PropertyEditor/TestFontClassNull.java
java/beans/PropertyEditor/TestFontClassValue.java
java/beans/XMLEncoder/java_awt_ScrollPane.java
javax/imageio/plugins/jpeg/JPEGsNotAcceleratedTest.java

JDK 22

java/beans/PropertyEditor/6380849/TestPropertyEditor.java
java/beans/PropertyEditor/TestColorClass.java
java/beans/PropertyEditor/TestColorClassJava.java
java/beans/PropertyEditor/TestColorClassNull.java
java/beans/PropertyEditor/TestColorClassValue.java
java/beans/PropertyEditor/TestFontClass.java
java/beans/PropertyEditor/TestFontClassJava.java
java/beans/PropertyEditor/TestFontClassNull.java
java/beans/PropertyEditor/TestFontClassValue.java
java/beans/XMLEncoder/java_awt_ScrollPane.java
javax/imageio/plugins/jpeg/JPEGsNotAcceleratedTest.java

Known MBCS issue

JDK 22

MBCS_Tests_formatter_tw_windows_0 

@jiekang
Copy link
Contributor

jiekang commented Jul 16, 2024

Noting here: For Adoptium, WSL failures can be sidestepped by running the test on: test-azure-win2016-x64-1, test-azure-win2019-x64-1, or test-azure-win2022-x64-1
So we could choose not to exclude them.

@llxia
Copy link
Contributor

llxia commented Jul 16, 2024

#5447 is merged first. Could you resolve the merge conflict in this PR?

@smlambert
Copy link
Contributor Author

Close this PR in favour of new / clean one, #5450 that will cherrypick into release branch also.

@smlambert smlambert closed this Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants