On Sun, 27 Jun 2021 13:16:40 GMT, Pankaj Bansal <pban...@openjdk.org> wrote:
>> Kevin Rushforth has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix value of ERROR_TIMEOUT constant per code review > > tests/system/src/test/java/test/launchertest/Constants.java line 70: > >> 68: static final int ERROR_ASSERTION_FAILURE = 28; >> 69: >> 70: static final int ERROR_TIMEOUT = 28; > > Should not this be assigned error code 29 instead of 28? Yes, thanks for catching this. I fixed it. ------------- PR: https://git.openjdk.java.net/jfx/pull/540