Skip to content

Commit

Permalink
doc: update FAQ to mention aqa-tests branches (#3564)
Browse files Browse the repository at this point in the history
* doc: update FAQ to mention aqa-tests branches

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

* Update following review

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

---------

Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored Jul 3, 2024
1 parent 84af5c6 commit 137a3f3
Showing 1 changed file with 5 additions and 1 deletion.
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. To avoid the test material not
matching the JDK under test which can lead to false failures when 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.

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

0 comments on commit 137a3f3

Please sign in to comment.