-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Update openjdk/README.md #4036
Update openjdk/README.md #4036
Conversation
@yukiyuli thanks for your PR. Please update your PR title and description to reflect the change in your PR. Please refer Commit message example for details. Thanks. |
@llxia I tried to make some changes for commit changes. Please advise if it works. |
Thanks @yukiyuli for the update. A couple of issues:
|
Fixes: 4034 Signed-off-by: Yuki Yu <yukiyuli6688@gmail.com>
Fixes: 4033 Signed-off-by: Yuki Yu <yukiyuli6688@gmail.com>
Hello @llxia , I think that I fixed all issues. |
openjdk/README.md
Outdated
@@ -14,14 +14,14 @@ See the License for the specific language governing permissions and | |||
# OpenJDK regression tests | |||
This group of tests are the set that comes from the openjdk project, often referred to as jtreg tests, as the jtreg framework is the underlying executable used to execute them. The entire set of openjdk regression tests is quite large. For our nightly builds, we run only a subset of these tests (typically, those suites of tests that we 'tag' as sanity in the [playlist.xml](https://github.com/adoptium/aqa-tests/blob/master/openjdk/playlist.xml) file). For release builds, we intend to run the suites tagged as sanity and extended in the playlist. | |||
|
|||
For more details on how the underlying jtreg harness works, you can refer to the ["How to Use the JTreg harness" guide](https://adoptopenjdk.gitbooks.io/adoptopenjdk-getting-started-kit/en/intermediate-steps/how_to_use_jtreg_-_java_regression_test_harness.html). | |||
For more details on how the underlying jtreg harness works, you can refer to the ["How to Use the JTreg harness" guide](https://openjdk.org/jtreg/command-help.html). |
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.
We should add jtreg doc link, not replace the original "How to Use the JTreg harness" guide
link.
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.
@llxia Thank you for your explanation. I update the change.
This reverts commit 186329d.
Fixes: 4033 Signed-off-by: Yuki Yu <yukiyuli6688@gmail.com>
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.
LGTM
Replace adoptopenjdk.net with adoptium.net #4034
Add jtreg doc link in openjdk/README.md #4033