mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-04 13:10:15 +00:00
8378798: Test tools/jpackage/junit/share/jdk.jpackage/jdk/jpackage/internal/util/CommandOutputControlTest.java failed: missing IOException
Reviewed-by: almatvee
This commit is contained in:
parent
b0318fee71
commit
58a7ccfca4
@ -458,7 +458,7 @@ public class CommandOutputControlTest {
|
||||
processDestroyer.get().join();
|
||||
}
|
||||
|
||||
@DisabledOnOs(value = OS.MAC, disabledReason = "Closing a stream doesn't consistently cause a trouble as it should")
|
||||
@DisabledOnOs(value = {OS.MAC, OS.LINUX}, disabledReason = "Closing a stream doesn't consistently cause a trouble as expected")
|
||||
@ParameterizedTest
|
||||
@EnumSource(OutputStreams.class)
|
||||
public void test_close_streams(OutputStreams action) throws InterruptedException, IOException {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user