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

doc: update FAQ to mention aqa-tests branches #3564

Merged
merged 3 commits into from
Jul 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,11 @@ an individual test for example:
`test/jdk/java/lang/invoke/lambda/LambdaFileEncodingSerialization.java`

If you then need to run manually on the machine itself (outside jenkins)
then the process is typically like this:
then the process is typically like this. If you're testing a build which
isn't the latest (such as a previous GA/the last release) it is recommended
that you check out the appropriate branch for the last release from the
aqa-tests repository in the first line here to avoid the test material not
matching the JDK under test which can lead to false failures.

```sh
git clone https://github.com/adoptium/aqa-tests && cd aqa-tests
Expand Down