RFR(T) [13] : 8226313 : problem list compiler/types/correctness tests

Igor Ignatyev igor.ignatyev at oracle.com
Tue Jun 18 18:42:02 UTC 2019


Hi Tobias,

thanks for your review. it looks like jtreg doesn't merge lines of problem list, so I had to change the patch:
> diff -r 922a4a554807 test/hotspot/jtreg/ProblemList.txt
> --- a/test/hotspot/jtreg/ProblemList.txt	Tue Jun 18 10:00:35 2019 +0530
> +++ b/test/hotspot/jtreg/ProblemList.txt	Tue Jun 18 11:40:18 2019 -0700
> @@ -49,8 +49,8 @@
>  compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java 8163894 generic-all
>  compiler/tiered/LevelTransitionTest.java 8067651 generic-all
>  
> -compiler/types/correctness/CorrectnessTest.java 8225620 solaris-sparcv9
> -compiler/types/correctness/OffTest.java         8225620 solaris-sparcv9
> +compiler/types/correctness/CorrectnessTest.java 8225670,8225620 generic-all,solaris-sparcv9
> +compiler/types/correctness/OffTest.java         8225670,8225620 generic-all,solaris-sparcv9
>  
>  compiler/c2/Test6852078.java 8194310 generic-all
>  compiler/c2/Test8004741.java 8214904 generic-all


PS I'll file an RFE for jtreg to support multiple entries for one test in a problem list.
 
Thanks,
-- Igor


> On Jun 18, 2019, at 9:36 AM, Tobias Hartmann <tobias.hartmann at oracle.com> wrote:
> 
> Hi Igor,
> 
> looks good.
> 
> Thanks,
> Tobias
> 
> On 18.06.19 18:28, Igor Ignatyev wrote:
>> http://cr.openjdk.java.net/~iignatyev//8226313/webrev.00/index.html
>>> 3 lines changed: 3 ins; 0 del; 0 mod;
>> 
>> Hi all,
>> 
>> could you please review this trivial patch which problem-lists compiler/types/correctness tests on all platforms till 8225670 is fixed?
>> 
>> webrev: http://cr.openjdk.java.net/~iignatyev//8226313/webrev.00/index.html
>> JBS: https://bugs.openjdk.java.net/browse/JDK-8226313
>> 
>> Thanks,
>> -- Igor
>> 



More information about the hotspot-compiler-dev mailing list