mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8310380: Handle problems in core-related tests on macOS when codesign tool does not work
Reviewed-by: lucy, clanger, cjplummer
This commit is contained in:
parent
526dba1a29
commit
39c104df44
4 changed files with 44 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2014, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2014, 2023, 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
|
||||
|
@ -53,7 +53,7 @@ public class TestMutuallyExclusivePlatformPredicates {
|
|||
IGNORED("isEmulatedClient", "isDebugBuild", "isFastDebugBuild", "isMusl",
|
||||
"isSlowDebugBuild", "hasSA", "isRoot", "isTieredSupported",
|
||||
"areCustomLoadersSupportedForCDS", "isDefaultCDSArchiveSupported",
|
||||
"isHardenedOSX");
|
||||
"isHardenedOSX", "hasOSXPlistEntries");
|
||||
|
||||
public final List<String> methodNames;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue