Skip to content

Commit

Permalink
Updating JDK11-openj9 and JDK13-openj9 Problem Lists (#1364)
Browse files Browse the repository at this point in the history
* Un-excluded java/lang/String/UnicodeCasingTest.java from problem list
* Updated issue links

Unicode casing test deleted as [#4688](eclipse-openj9/openj9#4688) fixes the issue

* Ricochet.java passes

java/lang/invoke/RicochetTest.java is now passing on nightly build's`11.0.5+6-201909111831` and upwards
```
* CustomizedLambdaForm has been fixed as per issue eclipse-openj9/openj9#7080

* perm excludes point to #1297

* Perm exclude SpecialInterfaceCall

* JDK11 Prob list links

* AutomaticModulesTest is now passing

* Reinclude currently failing tests

* Reincluded failing tests, PR#1359 already does this
  • Loading branch information
M-Davies authored and Shelley Lambert committed Sep 23, 2019
1 parent abd7c62 commit 7be07a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions openjdk/ProblemList_openjdk11-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ java/lang/invoke/MethodHandlesGeneralTest.java https://github.com/eclipse/openj9
java/lang/invoke/MethodHandlesInsertArgumentsTest.java https://github.com/eclipse/openj9/issues/7057 generic-all
java/lang/invoke/PrivateInterfaceCall.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/invoke/PrivateInvokeTest.java https://github.com/eclipse/openj9/issues/7071 generic-all
java/lang/invoke/RevealDirectTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/lang/invoke/SpecialInterfaceCall.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/lang/invoke/RevealDirectTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1344 generic-all
java/lang/invoke/SpecialInterfaceCall.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/invoke/SpreadCollectTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/invoke/TryFinallyTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/invoke/VarHandle/AccessMode/OptimalMapSize.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/lang/invoke/VarHandle/AccessMode/OptimalMapSize.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/1297 generic-all
java/lang/invoke/VarHandles/VarHandleTestAccessModeMethodNames.java https://github.com/eclipse/openj9/issues/3181 generic-all
java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessBoolean.java https://github.com/eclipse/openj9/issues/3940 generic-all
java/lang/invoke/VarHandles/VarHandleTestMethodHandleAccessByte.java https://github.com/eclipse/openj9/issues/3940 generic-all
Expand All @@ -112,7 +112,6 @@ java/lang/invoke/VarHandles/accessibility/TestFieldLookupAccessibility.java http
java/lang/invoke/VarargsArrayTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/lang/invoke/condy/CondyNestedTest.java https://github.com/eclipse/openj9/issues/4127 linux-ppc64le
java/lang/invoke/lambda/LambdaStackTrace.java https://github.com/eclipse/openj9/issues/3394 generic-all
java/lang/module/AutomaticModulesTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/lang/module/ModuleFinderTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/749 windows-all
java/lang/ref/CleanerTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/lang/ref/EarlyTimeout.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
Expand Down
3 changes: 1 addition & 2 deletions openjdk/ProblemList_openjdk13-openj9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.
############################################################################

# To determine required OS exclusion string see http://hg.openjdk.java.net/code-tools/jtreg/file/6f00c63c0a98/src/share/classes/com/sun/javatest/regtest/config/OS.java
# To determine required OS exclusion string see http://hg.openjdk.java.net/code-tools/jtreg/file/6f00c63c0a98/src/share/classes/com/sun/javatest/regtest/config/OS.java

############################################################################

Expand Down Expand Up @@ -123,7 +123,6 @@ java/lang/invoke/VarHandles/VarHandleTestReflection.java https://github.com/Adop
java/lang/invoke/VarargsArrayTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/lang/invoke/condy/CondyNestedTest.java https://github.com/eclipse/openj9/issues/4127 linux-ppc64le
java/lang/invoke/lambda/LambdaStackTrace.java https://github.com/eclipse/openj9/issues/3394 generic-all
java/lang/module/AutomaticModulesTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/lang/module/ModuleFinderTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/749 windows-all
java/lang/ref/CleanerTest.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
java/lang/ref/EarlyTimeout.java https://github.com/AdoptOpenJDK/openjdk-tests/issues/585 generic-all
Expand Down

0 comments on commit 7be07a5

Please sign in to comment.