RFR: JDK-8171151 - JDK8u ProblemList.txt Updation

Ivan Gerasimov ivan.gerasimov at oracle.com
Sat Jan 21 22:12:42 UTC 2017


Hi Nikita!

Thanks for working on this!
Reducing the noise from failing tests should greatly help to focus on 
the important failures.

Your patch looks good in general.

A couple of comments:
1)
  223 # 8158274
  224 java/nio/file/Files/probeContentType/Basic.java solaris-x64

The bug JDK-8158274 was about Solaris Sparc and is now closed with 
"Won't fix" resolution.
If the test is going to be fixed, then a new bug should be filed.

2)
  283 # 8043951
  284 sun/security/pkcs11/MessageDigest/TestCloning.java solaris-x64

The bug JDK-8043951 was closed as "Won't fix".
If we're going to fix the test, either the bug should be reopened, or a 
new bug should be filed.


Please not that I'm not a Reviewer, so you'll need to get an approval 
from one.

With kind regards,
Ivan


On 18.01.2017 16:47, Nikita Jain wrote:
> Hi All,
>
> Please review this fix for JDK-8171151 - JDK8u ProblemList.txt Updation
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8171151
> JDK8u Webrev: http://cr.openjdk.java.net/~rpatil/8171151/webrev.00/
>
> Testing: Passes JPRT.
>   
> --------------
> Summary
> Test cases inserted
> -> New test failures for JDK8u-dev have been added in the list with their associated bug id.
>
> -> 8171208, The bug has been closed because of the Infra issue. However, its reference is used here just to track the INFRA bug id.
> java/net/CookieHandler/CookieManagerTest.java
> java/net/HttpURLConnection/UnmodifiableMaps.java
> sun/net/www/protocol/http/B6299712.java
>
>
> Test cases updated/deleted
> -> Removing the test as per the bug id 8027973 [bug is fixed]
> javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java
>   
> -> Removing the test as per the bug id 7052625 [change is backported]
> com/sun/net/httpserver/bugs/6725892/Test.java
>
> -> Removing the test as per the bug id 7148829 [No more failure seen, reopen if seen again]
> sun/net/InetAddress/nameservice/simple/CacheTest.java
> sun/net/InetAddress/nameservice/simple/DefaultCaching.java
>
> -> The test was seen as failure in solaris_x64 and solaris_sparcv9 also. Platform, Bug id has also been added for the same.
> java/net/MulticastSocket/SetLoopbackMode.java
>   
> -> The test was seen as failure in solaris_x64. Platform, Bug id has also been added for the same.
> java/net/MulticastSocket/Test.java
>
> -> Updating bug id from (JDK-7157786 to JDK-8026976), as '7157786' is closed as duplicate
> sun/security/pkcs11/ec/TestKeyFactory.java
>
> -> Removing the test as per the bug id 6988842 [bug is fixed but entry is not removed from the ProblemList.txt]
> sun/security/pkcs11/Secmod/AddPrivateKey.java
> sun/security/pkcs11/ec/ReadCertificates.java
> sun/security/pkcs11/ec/ReadPKCS12.java
>
> -> According to this bug id: 6988842, test is not falling on solaris-all. The test was seen as failure on linux_i586 and linux_x64. Hence, the bug id and affected platform has been updated.
> sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java
>
> -> Removing these tests as per the comment in Bug 7143279. [No failure reported since 2013/06. Reopen if seen again]
> tools/pack200/CommandLineTests.java
> tools/pack200/Pack200Test.java
>
> -> The test was seen as failure in windows _all. Platform, Bug id has also been added for the same.
> tools/launcher/FXLauncherTest.java
>
>
>
>
> Thanks,
> Nikita Jain
>



More information about the jdk8u-dev mailing list