Re: RFR: 8273314: Add tier4 test groups [v4]

2021-09-20 Thread Aleksey Shipilev
On Fri, 17 Sep 2021 06:59:09 GMT, Aleksey Shipilev wrote: >> During the review of JDK-8272914 that added hotspot:tier{2,3} groups, >> @iignatev suggested to create tier4 groups that capture all tests not in >> tiers{1,2,3}. >> >> Caveats: >> - I excluded `applications` from `hotspot:tier4`,

Re: RFR: 8273314: Add tier4 test groups [v4]

2021-09-19 Thread David Holmes
On Fri, 17 Sep 2021 06:59:09 GMT, Aleksey Shipilev wrote: >> During the review of JDK-8272914 that added hotspot:tier{2,3} groups, >> @iignatev suggested to create tier4 groups that capture all tests not in >> tiers{1,2,3}. >> >> Caveats: >> - I excluded `applications` from `hotspot:tier4`,

Re: RFR: 8273314: Add tier4 test groups [v4]

2021-09-17 Thread Igor Ignatyev
On Fri, 17 Sep 2021 06:59:09 GMT, Aleksey Shipilev wrote: >> During the review of JDK-8272914 that added hotspot:tier{2,3} groups, >> @iignatev suggested to create tier4 groups that capture all tests not in >> tiers{1,2,3}. >> >> Caveats: >> - I excluded `applications` from `hotspot:tier4`,

Re: RFR: 8273314: Add tier4 test groups [v4]

2021-09-17 Thread Sergey Bylokhov
On Fri, 17 Sep 2021 06:59:09 GMT, Aleksey Shipilev wrote: >> During the review of JDK-8272914 that added hotspot:tier{2,3} groups, >> @iignatev suggested to create tier4 groups that capture all tests not in >> tiers{1,2,3}. >> >> Caveats: >> - I excluded `applications` from `hotspot:tier4`,

Re: RFR: 8273314: Add tier4 test groups [v4]

2021-09-17 Thread Aleksey Shipilev
> During the review of JDK-8272914 that added hotspot:tier{2,3} groups, > @iignatev suggested to create tier4 groups that capture all tests not in > tiers{1,2,3}. > > Caveats: > - I excluded `applications` from `hotspot:tier4`, because they require test > dependencies (e.g. jcstress). > -