Skip to content
Merged
Changes from all commits
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: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
Repo for jtreg tests which belongs to jdk/tests, but they were in rush, or not eligible, and later forgotten.

Some tests are fips-incomaptible, but the detection is now weak. you can pretend fips mode by setting OTOOL_cryptosetup=fips. This may (and should) change in future.

Some of the tests are noot applicable to all systems/jdks. This is controled by standard, and extended @requires. The extended one is simple, environment varibales one:
* RH_JDK=true wills set var.rh.jdk to true, which **enables** aprox 6 more tests which are known to work only on Red Hat jdks
* MSYS2_ENABLED=true wills set var.msys2.enabled to trueand that will **disable** aprox 13 tests, which are known to fail on windows subsystem for linux

Note, that thsoe is workaround, and on long run all such exceses hshould be removed