8370489: Some compiler tests miss the @key randomness#350
8370489: Some compiler tests miss the @key randomness#350rm-gh-8 wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back rm-gh-8! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
This backport pull request has now been updated with issue from the original commit. |
|
|
|
/approval request for backport of JDK-8370489: Some compiler tests miss the @key randomness. This is a test fix. This PR is not clean because the following tests are currently not present in JDK 25 test/hotspot/jtreg/compiler/c2/aarch64/TestFloat16Replicate.java These tests were not included because it would involve backporting a fairly large commit dependency graph which includes behavioral changes (JDK-8361582, JDK-8359412, JDK-8367531, JDK-8324751 and JDK-8356760) For parity with Oracle JDK. |
|
Hi @rm-gh-8 8358772: Template-Framework Library: Primitive Types |
|
@GoeLin It seems like JDK-8358600 is a test only commit that can be added to make JDK-8367531 cleaner. I'll create dependent CRs following this order: 8358772: Template-Framework Library: Primitive Types I will withdraw this PR once the new version of this PR is created as a dependent PR. |
|
Withdrawing PR. Replaced by #389 |
Backporting JDK-8370489: Some compiler tests miss the @key randomness.
This PR adds the missing @key randomness jtreg tag to compiler tests that use randomization via getRandomInstance() to properly categorize them for test execution filtering.
This PR is not clean because the following tests are currently not present in JDK 25
test/hotspot/jtreg/compiler/c2/aarch64/TestFloat16Replicate.java
test/hotspot/jtreg/compiler/igvn/ExpressionFuzzer.java
test/hotspot/jtreg/compiler/loopopts/superword/TestAliasing.java
test/hotspot/jtreg/compiler/vectorapi/VectorMaskCastIdentityTest.java
These tests were not included because it would involve backporting a fairly large commit dependency graph which includes behavioral changes (JDK-8361582, JDK-8359412, JDK-8367531, JDK-8324751 and JDK-8356760)
For parity with Oracle JDK.
Ran related tests on linux-x64, linux-aarch64, macos-aarch64 and windows-x64:
make test TEST="test/hotspot/jtreg/compiler/arraycopy/stress test/hotspot/jtreg/compiler/intrinsics"
Results attached:
windows-x64-specific-test.log
windows-x64-specific-2-test.log
windows-x64-specific-3-test.log
macos-aarch64-specific-test.log
macos-aarch64-specific-2-test.log
macos-aarch64-specific-3-test.log
linux-x64-specific-test.log
linux-x64-specific-2-test.log
linux-x64-specific-3-test.log
linux-aarch64-specific-test.log
linux-aarch64-specific-2-test.log
linux-aarch64-specific-3-test.log
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u-dev.git pull/350/head:pull/350$ git checkout pull/350Update a local copy of the PR:
$ git checkout pull/350$ git pull https://git.openjdk.org/jdk25u-dev.git pull/350/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 350View PR using the GUI difftool:
$ git pr show -t 350Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk25u-dev/pull/350.diff
Using Webrev
Link to Webrev Comment