JDK 9 RFR of JDK-8133808: Place java/lang/ProcessHandle/InfoTest.java on the Problem List
Lance Andersen
lance.andersen at oracle.com
Tue Aug 18 18:41:54 UTC 2015
makes sense to me
On Aug 18, 2015, at 2:39 PM, joe darcy <joe.darcy at oracle.com> wrote:
> Hello,
>
> The test
>
> java/lang/ProcessHandle/InfoTest.java
>
> has been observed to fail intermittent and now with greater frequency on some system with the current HotSpot changes.
>
> While the underlying issues are being sorted out (JDK-8133552), it would be helpful to mark the test as intermittently failing and to place it on the problem list:
>
> diff -r 0940ce86c614 test/ProblemList.txt
> --- a/test/ProblemList.txt Thu Aug 13 21:46:05 2015 -0700
> +++ b/test/ProblemList.txt Tue Aug 18 11:37:58 2015 -0700
> @@ -129,6 +129,9 @@
> # 8029891
> java/lang/ClassLoader/deadlock/GetResource.java generic-all
>
> +# 8133552
> +java/lang/ProcessHandle/InfoTest.java generic-all
> +
> ############################################################################
>
> # jdk_instrument
> diff -r 0940ce86c614 test/java/lang/ProcessHandle/InfoTest.java
> --- a/test/java/lang/ProcessHandle/InfoTest.java Thu Aug 13 21:46:05 2015 -0700
> +++ b/test/java/lang/ProcessHandle/InfoTest.java Tue Aug 18 11:37:58 2015 -0700
> @@ -49,10 +49,12 @@
>
> /*
> * @test
> + * @bug 8077350 8081566 8081567 8098852
> * @build jdk.testlibrary.*
> * @library /lib/testlibrary
> * @summary Functions of ProcessHandle.Info
> * @author Roger Riggs
> + * @key intermittent
> */
>
> public class InfoTest {
>
> Thanks,
>
> -Joe
Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
Lance.Andersen at oracle.com
More information about the core-libs-dev
mailing list