mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8351891: Disable TestBreakSignalThreadDump.java#with_jsig and XCheckJSig.java on static JDK
Reviewed-by: manc, dholmes
This commit is contained in:
parent
4c6a523e89
commit
2674a31bb8
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2022, Google and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
@ -36,6 +36,8 @@
|
||||
* @bug 8292695
|
||||
* @summary Check that Ctrl-\ causes HotSpot VM to print a full thread dump when signal chaining is used.
|
||||
* @requires os.family != "windows" & os.family != "aix"
|
||||
* @comment TODO: Decide libjsig support on static JDK with 8351367
|
||||
* @requires !jdk.static
|
||||
* @library /vmTestbase
|
||||
* /test/lib
|
||||
* @run driver TestBreakSignalThreadDump load_libjsig
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2013, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -29,6 +29,8 @@
|
||||
* @modules java.base/jdk.internal.misc
|
||||
* java.management
|
||||
* @requires os.family == "linux" | os.family == "mac"
|
||||
* @comment TODO: Decide libjsig support on static JDK with 8351367
|
||||
* @requires !jdk.static
|
||||
* @run driver XCheckJSig
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user