RFR(XXS): 8209018 ProblemList tests affected by JDK-8208690
Daniel D. Daugherty
daniel.daugherty at oracle.com
Mon Aug 6 18:09:04 UTC 2018
On 8/6/18 1:41 PM, Vladimir Kozlov wrote:
> On 8/6/18 10:25 AM, Daniel D. Daugherty wrote:
>> On 8/6/18 1:14 PM, Vladimir Kozlov wrote:
>>> Okay, I read more about what happened. I think compiler tests should
>>> be modified as David Holmes suggested (use /othervm):
>>>
>>> "Tests that don't manage their threads properly (ie ensure they
>>> terminate at test end) should be run in othervm mode. jtreg can't
>>> know how to make these threads terminate."
>>>
>>> Test4917709.java is closed test, not open.
>>
>> Oops. I'll have to clean that up.
>>
>>
>>> File a separate bug and I will fix these 2 tests.
>>
>> So are you saying not to ProblemList these two tests and
>> that I should file a new bug and you'll take care of it?
>
> Yes.
New bug has been filed:
JDK-8209023 fix 2 compiler tests to avoid JDK-8208690
https://bugs.openjdk.java.net/browse/JDK-8209023
and I have assigned it to you.
Dan
>
> Vladimir
>
>>
>> Dan
>>
>>
>>>
>>> Regards,
>>> Vladimir
>>>
>>> On 8/6/18 10:01 AM, Daniel D. Daugherty wrote:
>>>> On 8/6/18 12:59 PM, Vladimir Kozlov wrote:
>>>>> Hi Dan,
>>>>>
>>>>> 8208690 lists only next 2 tests:
>>>>>
>>>>> sun/net/www/http/HttpClient/MultiThreadTest.java (4 instances)
>>>>> java/net/Socket/LingerTest.java (2 instances)
>>>>>
>>>>> Why you also added 2 compiler tests?
>>>>
>>>> If you look at all the sightings in the bug report, you'll
>>>> see the two compiler tests listed in different entries.
>>>> The compiler test failures are intermittent, but the other
>>>> two happen in every tier2...
>>>>
>>>> Dan
>>>>
>>>>
>>>>>
>>>>> Thanks,
>>>>> Vladimir
>>>>>
>>>>> On 8/6/18 9:49 AM, Daniel D. Daugherty wrote:
>>>>>> Greetings,
>>>>>>
>>>>>> I'm in the process of reducing the noise in the JDK12 CI so
>>>>>> I need a single (R)eviewer for the following fix:
>>>>>>
>>>>>> JDK-8209018 ProblemList tests affected by JDK-8208690
>>>>>> https://bugs.openjdk.java.net/browse/JDK-8209018
>>>>>>
>>>>>> Here's the diff:
>>>>>>
>>>>>> $ hg diff
>>>>>> diff -r c00451b67854 test/hotspot/jtreg/ProblemList.txt
>>>>>> --- a/test/hotspot/jtreg/ProblemList.txt Mon Aug 06 04:31:50
>>>>>> 2018 -0400
>>>>>> +++ b/test/hotspot/jtreg/ProblemList.txt Mon Aug 06 12:40:20
>>>>>> 2018 -0400
>>>>>> @@ -59,6 +59,9 @@
>>>>>>
>>>>>> compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
>>>>>> 8190680 generic-all
>>>>>>
>>>>>> +compiler/c1/Test4917709.java 8208690 generic-all
>>>>>> +compiler/runtime/cr6891750/Test6891750.java 8208690 generic-all
>>>>>> +
>>>>>> #############################################################################
>>>>>>
>>>>>>
>>>>>> # :hotspot_gc
>>>>>> diff -r c00451b67854 test/jdk/ProblemList.txt
>>>>>> --- a/test/jdk/ProblemList.txt Mon Aug 06 04:31:50 2018 -0400
>>>>>> +++ b/test/jdk/ProblemList.txt Mon Aug 06 12:40:20 2018 -0400
>>>>>> @@ -559,6 +559,9 @@
>>>>>>
>>>>>> java/net/DatagramSocket/SendDatagramToBadAddress.java 7143960
>>>>>> macosx-all
>>>>>>
>>>>>> +java/net/Socket/LingerTest.java 8208690 generic-all
>>>>>> +sun/net/www/http/HttpClient/MultiThreadTest.java 8208690
>>>>>> generic-all
>>>>>> +
>>>>>> ############################################################################
>>>>>>
>>>>>>
>>>>>> # jdk_nio
>>>>>>
>>>>>>
>>>>>> Thanks, in advance, for any questions, comments or suggestions.
>>>>>>
>>>>>> Dan
>>>>
>>
More information about the core-libs-dev
mailing list