On Wed, 29 Jul 2026 14:07:44 GMT, Chen Liang <[email protected]> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix test. > > test/jdk/java/lang/Class/desiredAssertionStatus/Sanity.java line 30: > >> 28: * @run testng/othervm -esa -ea -Dsys.option=on -Duser.option=on Sanity >> 29: * @run testng/othervm -dsa -ea -Dsys.option=off -Duser.option=on Sanity >> 30: * @run testng/othervm -esa -ea -Dsys.option=on -Duser.option=on Sanity > > This one is a dup of the 1st run directive. Maybe you want something like: > Suggestion: > > * @run testng/othervm -dsa -da -Dsys.option=off -Duser.option=off Sanity Yes, that is what I wanted. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32086#discussion_r3678073077
