On Wed, 15 Jun 2022 05:37:42 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> minor changes > > test/jdk/java/awt/Frame/AwtFramePackTest.java line 42: > >> 40: * @bug 8265586 >> 41: * @key headful >> 42: * @requires (os.family == "windows") > > Any reason why the test is windows specific? It does not have the platform > specific code. @mrserb I wanted to clarify if you meant - Though the fix is windows specific, the condition used in test case frame.getSize() == frame.getPreferredSize() should hold on all platforms and the test case can be made generic? ------------- PR: https://git.openjdk.org/jdk/pull/9118
