Skip to content

Commit de8f4d0

Browse files
committedMay 10, 2022
8286191: misc tests fail due to JDK-8285987
Reviewed-by: rriggs
1 parent bf0dc4f commit de8f4d0

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed
 

‎test/langtools/ProblemList.txt

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jdk/jshell/UserJdiUserRemoteTest.java
3535
jdk/jshell/UserInputTest.java 8169536 generic-all
3636
jdk/jshell/ToolBasicTest.java 8265357 macosx-aarch64
3737
jdk/jshell/HighlightUITest.java 8284144 generic-aarch64,macosx-x64,linux-x64
38-
jdk/jshell/ExternalEditorTest.java 8286191 generic-all
3938

4039
###########################################################################
4140
#

‎test/langtools/jdk/jshell/ExternalEditorTest.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -25,8 +25,6 @@
2525
* @test
2626
* @summary Testing external editor.
2727
* @bug 8143955 8080843 8163816 8143006 8169828 8171130 8162989 8210808
28-
* @comment musl/Alpine has problems executing some shell scripts, see 8285987
29-
* @requires !vm.musl
3028
* @modules jdk.jshell/jdk.internal.jshell.tool
3129
* @build ReplToolTesting CustomEditor EditorTestBase
3230
* @run testng ExternalEditorTest

‎test/lib-test/ProblemList.txt

-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@
3737
# More than one label is allowed but must be on the same line.
3838
#
3939
#############################################################################
40-
jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java 8286191 generic-all

‎test/lib-test/jdk/test/lib/TestMutuallyExclusivePlatformPredicates.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private static enum MethodGroup {
5050
OS("isAix", "isLinux", "isOSX", "isWindows"),
5151
VM_TYPE("isClient", "isServer", "isMinimal", "isZero", "isEmbedded"),
5252
MODE("isInt", "isMixed", "isComp"),
53-
IGNORED("isEmulatedClient", "isDebugBuild", "isFastDebugBuild",
53+
IGNORED("isEmulatedClient", "isDebugBuild", "isFastDebugBuild", "isMusl",
5454
"isSlowDebugBuild", "hasSA", "isRoot", "isTieredSupported",
5555
"areCustomLoadersSupportedForCDS", "isDefaultCDSArchiveSupported",
5656
"isHardenedOSX");

0 commit comments

Comments
 (0)
Please sign in to comment.