Skip to content

Commit 918e339

Browse files
author
Alexander Matveev
committedDec 14, 2021
8278233: [macos] tools/jpackage tests timeout due to /usr/bin/osascript
Reviewed-by: herrick, asemenyuk
1 parent f48a3e8 commit 918e339

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎src/jdk.jpackage/share/classes/jdk/jpackage/internal/IOUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ static void exec(ProcessBuilder pb, boolean testForPresenceOnly,
191191
PrintStream consumer, boolean writeOutputToFile, long timeout)
192192
throws IOException {
193193
exec(pb, testForPresenceOnly, consumer, writeOutputToFile,
194-
Executor.INFINITE_TIMEOUT, false);
194+
timeout, false);
195195
}
196196

197197
static void exec(ProcessBuilder pb, boolean testForPresenceOnly,

‎test/jdk/ProblemList.txt

-3
Original file line numberDiff line numberDiff line change
@@ -834,9 +834,6 @@ jdk/jfr/api/consumer/streaming/TestLatestEvent.java 8268297 windows-
834834

835835
# jdk_jpackage
836836

837-
tools/jpackage/share/IconTest.java 8278233 macosx-x64
838-
tools/jpackage/share/MultiNameTwoPhaseTest.java 8278233 macosx-x64
839-
840837
############################################################################
841838

842839
# Client manual tests

0 commit comments

Comments
 (0)