Skip to content
Snippets Groups Projects
Commit 4d03e9dd authored by Andrew Lu's avatar Andrew Lu
Browse files

8331605: jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java test failure

Backport-of: 01125fa21b733199d4fe670ecf38b82cd917e242
parent a76c3af6
No related branches found
No related tags found
No related merge requests found
/* /*
* Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2014, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -53,7 +53,7 @@ public class TestMutuallyExclusivePlatformPredicates { ...@@ -53,7 +53,7 @@ public class TestMutuallyExclusivePlatformPredicates {
IGNORED("isEmulatedClient", "isDebugBuild", "isFastDebugBuild", "isMusl", IGNORED("isEmulatedClient", "isDebugBuild", "isFastDebugBuild", "isMusl",
"isSlowDebugBuild", "hasSA", "isRoot", "isTieredSupported", "isSlowDebugBuild", "hasSA", "isRoot", "isTieredSupported",
"areCustomLoadersSupportedForCDS", "isDefaultCDSArchiveSupported", "areCustomLoadersSupportedForCDS", "isDefaultCDSArchiveSupported",
"isHardenedOSX", "hasOSXPlistEntries", "isOracleLinux7"); "isHardenedOSX", "hasOSXPlistEntries", "isOracleLinux7", "isOnWayland");
public final List<String> methodNames; public final List<String> methodNames;
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment