8286191: misc tests fail due to JDK-8285987
Reviewed-by: rriggs
This commit is contained in:
parent
bf0dc4f844
commit
de8f4d01b2
@ -35,7 +35,6 @@ jdk/jshell/UserJdiUserRemoteTest.java
|
|||||||
jdk/jshell/UserInputTest.java 8169536 generic-all
|
jdk/jshell/UserInputTest.java 8169536 generic-all
|
||||||
jdk/jshell/ToolBasicTest.java 8265357 macosx-aarch64
|
jdk/jshell/ToolBasicTest.java 8265357 macosx-aarch64
|
||||||
jdk/jshell/HighlightUITest.java 8284144 generic-aarch64,macosx-x64,linux-x64
|
jdk/jshell/HighlightUITest.java 8284144 generic-aarch64,macosx-x64,linux-x64
|
||||||
jdk/jshell/ExternalEditorTest.java 8286191 generic-all
|
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2015, 2017, 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
|
||||||
@ -25,8 +25,6 @@
|
|||||||
* @test
|
* @test
|
||||||
* @summary Testing external editor.
|
* @summary Testing external editor.
|
||||||
* @bug 8143955 8080843 8163816 8143006 8169828 8171130 8162989 8210808
|
* @bug 8143955 8080843 8163816 8143006 8169828 8171130 8162989 8210808
|
||||||
* @comment musl/Alpine has problems executing some shell scripts, see 8285987
|
|
||||||
* @requires !vm.musl
|
|
||||||
* @modules jdk.jshell/jdk.internal.jshell.tool
|
* @modules jdk.jshell/jdk.internal.jshell.tool
|
||||||
* @build ReplToolTesting CustomEditor EditorTestBase
|
* @build ReplToolTesting CustomEditor EditorTestBase
|
||||||
* @run testng ExternalEditorTest
|
* @run testng ExternalEditorTest
|
||||||
|
@ -37,4 +37,3 @@
|
|||||||
# More than one label is allowed but must be on the same line.
|
# More than one label is allowed but must be on the same line.
|
||||||
#
|
#
|
||||||
#############################################################################
|
#############################################################################
|
||||||
jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java 8286191 generic-all
|
|
||||||
|
@ -50,7 +50,7 @@ public class TestMutuallyExclusivePlatformPredicates {
|
|||||||
OS("isAix", "isLinux", "isOSX", "isWindows"),
|
OS("isAix", "isLinux", "isOSX", "isWindows"),
|
||||||
VM_TYPE("isClient", "isServer", "isMinimal", "isZero", "isEmbedded"),
|
VM_TYPE("isClient", "isServer", "isMinimal", "isZero", "isEmbedded"),
|
||||||
MODE("isInt", "isMixed", "isComp"),
|
MODE("isInt", "isMixed", "isComp"),
|
||||||
IGNORED("isEmulatedClient", "isDebugBuild", "isFastDebugBuild",
|
IGNORED("isEmulatedClient", "isDebugBuild", "isFastDebugBuild", "isMusl",
|
||||||
"isSlowDebugBuild", "hasSA", "isRoot", "isTieredSupported",
|
"isSlowDebugBuild", "hasSA", "isRoot", "isTieredSupported",
|
||||||
"areCustomLoadersSupportedForCDS", "isDefaultCDSArchiveSupported",
|
"areCustomLoadersSupportedForCDS", "isDefaultCDSArchiveSupported",
|
||||||
"isHardenedOSX");
|
"isHardenedOSX");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user