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

aix: exclude java/lang/String/concat/IntegerMinValue.java #4968

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

sxa
Copy link
Member

@sxa sxa commented Jan 15, 2024

This is a failure on JDK21+ sanity.openjdk runs and is apparently a problem if you do not use the xlc17 compiler
Ref: #4789 and https://bugs.openjdk.org/browse/JDK-8306007

Noting that a test by the same name is ok on JDK17 e.g. : https://ci.adoptium.net/job/Test_openjdk17_hs_sanity.openjdk_ppc64_aix/349/testReport/java_lang_String_concat_IntegerMinValue/

Also the failure can apparently be bypassed by running with -XX:-OptimizeStringConcat although I haven't verified this myself and I'm not sure if it's practical to add that into the run instead of excluding.

@smlambert
Copy link
Contributor

Noting #4956 was raised already to address the linter failure.

@smlambert smlambert merged commit 0100179 into adoptium:master Jan 15, 2024
1 of 2 checks passed
@smlambert
Copy link
Contributor

Needs cherry-picking to v1.0.0-release branch.

sophia-guo pushed a commit to sophia-guo/openjdk-tests that referenced this pull request Jan 16, 2024
smlambert added a commit that referenced this pull request Jan 16, 2024
* Add missing $(TIMEOUT_HANDLER) to serviceability_jvmti_j9 and others (#4961)

The $(TIMEOUT_HANDLER) is missing from the serviceability_jvmti_j9
playlist. Add it to a number of playlists where it's missing but may be
useful in the future.

Signed-off-by: Peter Shipton <[email protected]>

* aix: exclude java/lang/String/concat/IntegerMinValue.java (#4968)

Signed-off-by: Stewart X Addison <[email protected]>

* Exclude specific Windows testcases (#4965)

* Exclude specific Windows testcases

Signed-off-by: Shelley Lambert <[email protected]>

* Add TestCrashAtIGVNSplitIfSubType

Signed-off-by: Shelley Lambert <[email protected]>

* Exclude JMXStartStopTest on win32 JDK8

Signed-off-by: Shelley Lambert <[email protected]>

* Exclude TestRemoveEmptyCountedLoop on win32

Signed-off-by: Shelley Lambert <[email protected]>

* Remove the jdk8 changes

Signed-off-by: Shelley Lambert <[email protected]>

---------

Signed-off-by: Shelley Lambert <[email protected]>

* Do not use dockerAgents on ci.adoptium.net (#4931)

Signed-off-by: Stewart X Addison <[email protected]>

* Exclude known issues on jdk8 (#4971)

* Exclude known issues on jdk8

Signed-off-by: Sophia Guo <[email protected]>

* Update JMXStartStopTest linked issue

Signed-off-by: Sophia Guo <[email protected]>

---------

Signed-off-by: Sophia Guo <[email protected]>

---------

Signed-off-by: Peter Shipton <[email protected]>
Signed-off-by: Stewart X Addison <[email protected]>
Signed-off-by: Shelley Lambert <[email protected]>
Signed-off-by: Sophia Guo <[email protected]>
Co-authored-by: Peter Shipton <[email protected]>
Co-authored-by: Stewart X Addison <[email protected]>
Co-authored-by: Shelley Lambert <[email protected]>
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