On Mon, 14 Mar 2022 19:46:18 GMT, Abhinay Agarwal <d...@openjdk.java.net> wrote:
>>> @kevinrushforth Before I integrate the PR, can you have a look at [my >>> comment on the >>> issue](https://bugs.openjdk.java.net/browse/JDK-8282766?focusedCommentId=14482267&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14482267)? >> >> Oh, I had missed your question.. Yes, those three issues were intentionally >> added to the JBS filter. Even though they are `noreg-build` issues, they >> touch on behaviors that are visible to developers. > > @kevinrushforth What about the "noreg-doc" and "test_sprint" issues in the > filter? > > For example: > > * https://bugs.openjdk.java.net/browse/JDK-8271085 > * https://bugs.openjdk.java.net/browse/JDK-8271090 @abhinayagarwal I would expect the `noreg-doc` fixes to be included if they touch user-visible documentation. I see the two you mentioned in the filter I provided, although I don't see them in this PR. As for `test_sprint`, the filter doesn't consider that label. If they are test bugs then they should have `testbug` and/or `noreg-self` and be excluded as a result. ------------- PR: https://git.openjdk.java.net/jfx/pull/752