<Beans Dev> JDK 9 RFR to problem list a failing test

Joseph D. Darcy joe.darcy at oracle.com
Thu Dec 17 00:25:49 UTC 2015


Hi Sergey,

My main goal here was to get the tier 3 tests back to green, which was 
done by problem listing the test. I don't usually work in the beans area 
and I did not precipitate the test failure with a changeset of my own. 
That said, I would encourage someone else to quickly fix

     JDK-8145589: Test Test6277246.java fails to compile after JDK-8144479

so the test can get off the problem list.

Thanks,

-Joe

On 12/16/2015 2:20 PM, Sergey Bylokhov wrote:
> Hi, Joe.
> I think it is quite easy to fix the test itself. Just use some other 
> existed class from sun.misc.
>
> On 17/12/15 00:58, joe darcy wrote:
>> Hello,
>>
>> The test
>>
>> java/beans/Introspector/Test6277246.java
>>
>> fails to compile after the change for JDK-8144479 , reporting an error
>>
>> /scratch/jenkins/workspace/9-dev-tier3-linux-x64/jdk/test/java/beans/Introspector/Test6277246.java:39: 
>>
>> error: cannot find symbol
>> import sun.misc.BASE64Encoder;
>>                 ^
>>    symbol: class BASE64Encoder
>>    location: package sun.misc
>> /scratch/jenkins/workspace/9-dev-tier3-linux-x64/jdk/test/java/beans/Introspector/Test6277246.java:43: 
>>
>> error: cannot find symbol
>>          Class type = BASE64Encoder.class;
>>                       ^
>>    symbol: class BASE64Encoder
>>    location: class Test6277246
>> 2 errors
>> result: Failed. Compilation failed: Compilation failed
>>
>> While the underlying issues is being worked on (JDK-8145589), I'd like
>> to problem list the test as shown in the patch below.
>>
>> Thanks,
>>
>> -Joe
>>
>> diff -r 98d9eb6f737f test/ProblemList.txt
>> --- a/test/ProblemList.txt    Wed Dec 16 20:00:03 2015 +0100
>> +++ b/test/ProblemList.txt    Wed Dec 16 13:56:58 2015 -0800
>> @@ -126,6 +126,9 @@
>>   java/beans/Introspector/8132566/OverridePropertyInfoTest.java 
>> generic-all
>> java/beans/Introspector/8132566/OverrideUserDefPropertyInfoTest.java
>> generic-all
>>
>> +# 8145589
>> +java/beans/Introspector/Test6277246.java generic-all
>> +
>> ############################################################################
>>
>>   # jdk_lang
>>
>
>



More information about the beans-dev mailing list