We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351be96 commit e48a9f8Copy full SHA for e48a9f8
test/hotspot/jtreg/runtime/ErrorHandling/TestOnError.java
@@ -25,9 +25,12 @@
25
* @test TestOnError
26
* @bug 8078470
27
* @summary Test using -XX:OnError=<cmd>
28
+ * COMMENTS
29
+ * Macos_aarch64 (unlike macos_intel) doesn't let the java to create
30
+ * core file with ErrorHandlerTest=12. so need to ignore this test there.
31
* @modules java.base/jdk.internal.misc
32
* @library /test/lib
- * @requires vm.debug
33
+ * @requires vm.debug & !(os.arch == "aarch64" & os.family == "mac")
34
* @run main TestOnError
35
*/
36
0 commit comments