On Thu, 18 Dec 2025 16:46:26 GMT, Roger Riggs <[email protected]> wrote:

>> Refactor serialization tests to use JUnit.
>> Automated conversion for most annotations.
>> Conditional tests are refactored to use JUnit Enable/DisableIf.
>
> Roger Riggs has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Cleanup arglist and fix code style

test/jdk/java/io/Serializable/serialFilter/SerialFilterFactoryTest.java line 
182:

> 180:     @EnabledIf("isValidFilterFactory")
> 181:     @MethodSource("filterCases")
> 182:     @Order(1)

This could be a relative order, such as `Order.DEFAULT - 1`, instead of 1 vs 99?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28877#discussion_r2683495954

Reply via email to