Tests `tools/launcher/HelpFlagsTest.java` and `tools/launcher/VersionCheck.java` fail on Windows with the following exceptions:
```
java.lang.AssertionError: HelpFlagsTest failed: Tool pauseengine.exe not covered by this test. Add specification to jdkTools array! Tool simengine.exe not covered by this test. Add specification to jdkTools array!
```
```
java.lang.AssertionError: VersionCheck failed: testJVersionStrings: [simengine.exe, pauseengine.exe]; testToolVersion: [simengine.exe, pauseengine.exe];
```
They would also fail on Linux and Mac but accidentally CRaC engine binaries are located in `jdk/lib` directory there instead of `jdk/bin`.
```
java.lang.AssertionError: HelpFlagsTest failed: Tool pauseengine.exe not covered by this test. Add specification to jdkTools array! Tool simengine.exe not covered by this test. Add specification to jdkTools array!
```
```
java.lang.AssertionError: VersionCheck failed: testJVersionStrings: [simengine.exe, pauseengine.exe]; testToolVersion: [simengine.exe, pauseengine.exe];
```
They would also fail on Linux and Mac but accidentally CRaC engine binaries are located in `jdk/lib` directory there instead of `jdk/bin`.
- links to
-
Commit(crac) openjdk/crac/a2fb688b
-
Review(crac) openjdk/crac/167