diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 1dea98953da53..56e8d3f291d27 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -42,7 +42,7 @@ # List items are testnames followed by labels, all MUST BE commented # as to why they are here and use a label: # generic-all Problems on all platforms -# generic-ARCH Where ARCH is one of: x64, i586, ppc64, ppc64le, s390x etc. +# generic-ARCH Where ARCH is one of: x64, i586, ppc64, ppc64le, s390x, aarch64 etc. # OSNAME-all Where OSNAME is one of: linux, windows, macosx, aix # OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. macosx-x64 # OSNAME-REV Specific on to one OSNAME and REV, e.g. macosx-10.7.4 @@ -704,6 +704,7 @@ javax/security/auth/kerberos/KerberosTixDateTest.java 8039280 generic- sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.java 8039280 generic-all sun/security/provider/PolicyParser/ExtDirsChange.java 8039280 generic-all sun/security/provider/PolicyParser/PrincipalExpansionError.java 8039280 generic-all +sun/security/ec/TestEC.java 8253637 linux-aarch64 ############################################################################