Skip to content

Commit f268686

Browse files
author
duke
committed
Backport 51877f568ba84a8ec7721656571c90c5eb952eb3
1 parent 56e1f4b commit f268686

File tree

2 files changed

+2
-43
lines changed

2 files changed

+2
-43
lines changed

test/hotspot/jtreg/runtime/signal/SigTestDriver.java

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,9 @@ public static void main(String[] args) {
5353
switch (signame) {
5454
case "SIGWAITING":
5555
case "SIGKILL":
56-
case "SIGSTOP": {
57-
throw new SkippedException("signals SIGWAITING, SIGKILL and SIGSTOP can't be tested");
58-
}
56+
case "SIGSTOP":
5957
case "SIGUSR2": {
60-
if (Platform.isLinux()) {
61-
throw new SkippedException("SIGUSR2 can't be tested on Linux");
62-
} else if (Platform.isOSX()) {
63-
throw new SkippedException("SIGUSR2 can't be tested on OS X");
64-
}
58+
throw new SkippedException("signals SIGWAITING, SIGKILL, SIGSTOP and SIGUSR2 can't be tested");
6559
}
6660
}
6761

test/hotspot/jtreg/runtime/signal/TestSigusr2.java

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)