提交 47c85a0b 编写于 作者: M mseledtsov

8217748: [TESTBUG] Exclude TestSig test case from JFR TestShutdownEvent

Summary: Excluded TestSig cases from the test
Reviewed-by: egahlin
上级 88a09322
......@@ -57,9 +57,11 @@ public class TestShutdownEvent {
new TestVMCrash(),
new TestUnhandledException(),
new TestRuntimeHalt(),
new TestSig("TERM"),
new TestSig("HUP"),
new TestSig("INT")};
// exclude until JDK-8217744 is fixed
// new TestSig("TERM"),
// new TestSig("HUP"),
// new TestSig("INT")
};
public static void main(String[] args) throws Throwable {
for (int i = 0; i < subTests.length; ++i) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册