Re: RFR: JDK-8289949 Improve test coverage for XPath: operators [v2]

2022-08-26 Thread Joe Wang
On Fri, 26 Aug 2022 21:48:19 GMT, Bill Huang wrote: >> Provided coverage for XPath operators. Operators include: >> * Boolean operators: or, and, =, !=, <, <=, >, >= >> * Number operators: +, -, *, div, mod >> * Union operator: | > > Bill Huang has updated the pull request incrementally with one

Re: RFR: JDK-8289949 Improve test coverage for XPath: operators [v2]

2022-08-26 Thread Bill Huang
> Provided coverage for XPath operators. Operators include: > * Boolean operators: or, and, =, !=, <, <=, >, >= > * Number operators: +, -, *, div, mod > * Union operator: | Bill Huang has updated the pull request incrementally with one additional commit since the last revision: Implemented re

Re: RFR: JDK-8289949 Improve test coverage for XPath: operators

2022-08-26 Thread Joe Wang
On Fri, 26 Aug 2022 16:48:03 GMT, Bill Huang wrote: > Provided coverage for XPath operators. Operators include: > * Boolean operators: or, and, =, !=, <, <=, >, >= > * Number operators: +, -, *, div, mod > * Union operator: | Looks good. A few minor comments below. test/jaxp/javax/xml/jaxp/unit

RFR: JDK-8289949 Improve test coverage for XPath: operators

2022-08-26 Thread Bill Huang
Provided coverage for XPath operators. Operators include: * Boolean operators: or, and, =, !=, <, <=, >, >= * Number operators: +, -, *, div, mod * Union operator: | - Commit messages: - Created XPathOperatorExpTest.java Changes: https://git.openjdk.org/jdk/pull/10047/files Webrev: