Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexclude ProcessBuilder Basic test that has been fixed #1788

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions openjdk/ProblemList_openjdk11-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ java/lang/ClassLoader/RecursiveSystemLoader.java https://github.com/eclipse/open
java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all
java/lang/Enum/ConstantDirectoryOptimalCapacity.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/ModuleLayer/BasicLayerTest.java https://github.com/eclipse/openj9/issues/6462 generic-all
java/lang/ProcessBuilder/Basic.java#id0 https://github.com/AdoptOpenJDK/openjdk-tests/issues/1397 aix-all,linux-aarch64
#java/lang/ProcessBuilder/Basic.java#id0 is also excluded for the issue https://github.com/eclipse/openj9/issues/9032
java/lang/ProcessBuilder/Basic.java#id0 https://github.com/eclipse/openj9/issues/9032 linux-aarch64
java/lang/ProcessBuilder/Basic.java#id1 https://github.com/eclipse/openj9/issues/9032 linux-aarch64
java/lang/ProcessBuilder/SkipTest.java https://github.com/eclipse/openj9/issues/4124 windows-all
java/lang/StackTraceElement/PublicConstructor.java https://github.com/eclipse/openj9/issues/6659 generic-all
Expand Down
1 change: 0 additions & 1 deletion openjdk/ProblemList_openjdk11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

java/lang/Class/GetPackageBootLoaderChildLayer.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all
java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all
java/lang/ProcessBuilder/Basic.java#id0 https://github.com/AdoptOpenJDK/openjdk-tests/issues/1397 aix-all
java/lang/ProcessBuilder/checkHandles/CheckHandles.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1773 windows-x86
# java/lang/String/StringRepeat.java https://bugs.openjdk.java.net/browse/JDK-8221400
java/lang/String/StringRepeat.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1272 windows-all
Expand Down
1 change: 0 additions & 1 deletion openjdk/ProblemList_openjdk15-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ java/lang/ClassLoader/RecursiveSystemLoader.java https://github.com/eclipse/open
java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all
java/lang/Enum/ConstantDirectoryOptimalCapacity.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/ModuleLayer/BasicLayerTest.java https://github.com/eclipse/openj9/issues/6462 generic-all
java/lang/ProcessBuilder/Basic.java#id0 https://github.com/AdoptOpenJDK/openjdk-tests/issues/1397 aix-all
java/lang/ProcessBuilder/SkipTest.java https://github.com/eclipse/openj9/issues/4124 windows-all
java/lang/StackTraceElement/PublicConstructor.java https://github.com/eclipse/openj9/issues/6659 generic-all
java/lang/StackTraceElement/SerialTest.java https://github.com/eclipse/openj9/issues/6659 generic-all
Expand Down
1 change: 0 additions & 1 deletion openjdk/ProblemList_openjdk15.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ java/lang/ClassLoader/nativeLibrary/NativeLibraryTest.java https://github.com/Ad
java/lang/String/nativeEncoding/StringPlatformChars.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all
vm/JniInvocationTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 macosx-all
java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java https://github.com/AdoptOpenJDK/openjdk-build/issues/248 generic-all
java/lang/ProcessBuilder/Basic.java#id0 https://github.com/AdoptOpenJDK/openjdk-tests/issues/1397 aix-all
java/lang/System/LoggerFinder/modules/JDKLoggerForImageTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all
java/lang/System/LoggerFinder/modules/LoggerInImageTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all
java/lang/System/LoggerFinder/modules/NamedLoggerForImageTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1267 macosx-all
Expand Down