JDK 9 RFR of JDK-8151260: Mark URLPermission/URLTest.java and ipv6tests/TcpTest.java as intermittently failing
Chris Hegarty
chris.hegarty at oracle.com
Tue Mar 8 11:17:44 UTC 2016
Looks fine Amy.
-Chris.
On 8 Mar 2016, at 02:00, Amy Lu <amy.lu at oracle.com> wrote:
> Please review.
>
> Thanks,
> Amy
>
> On 3/4/16 7:59 PM, Amy Lu wrote:
>> Below tests are known to fail intermittently, this patch is to mark them accordingly with keyword 'intermittent'.
>>
>> java/net/URLPermission/URLTest.java (JDK-8078568)
>> java/net/ipv6tests/TcpTest.java (JDK-8078577)
>>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8151260
>> webrev: http://cr.openjdk.java.net/~amlu/8151260/webrev.00/
>>
>> Thanks,
>> Amy
>>
>>
>> --- old/test/java/net/URLPermission/URLTest.java 2016-03-04 19:53:00.000000000 +0800
>> +++ new/test/java/net/URLPermission/URLTest.java 2016-03-04 19:53:00.000000000 +0800
>> @@ -1,5 +1,5 @@
>> /*
>> - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
>> + * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
>> * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
>> *
>> * This code is free software; you can redistribute it and/or modify it
>> @@ -27,6 +27,7 @@
>> *
>> * @test
>> * @bug 8010464
>> + * @key intermittent
>> * @library /lib/testlibrary/
>> * @build jdk.testlibrary.SimpleSSLContext
>> * @run main/othervm/java.security.policy=policy.1 URLTest one
>> --- old/test/java/net/ipv6tests/TcpTest.java 2016-03-04 19:53:01.000000000 +0800
>> +++ new/test/java/net/ipv6tests/TcpTest.java 2016-03-04 19:53:00.000000000 +0800
>> @@ -24,6 +24,7 @@
>> /*
>> * @test
>> * @bug 4868820
>> + * @key intermittent
>> * @summary IPv6 support for Windows XP and 2003 server
>> */
>>
>>
>>
>
More information about the net-dev
mailing list