-
Bug
-
Resolution: Fixed
-
P4
-
18
-
b24
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8299510 | 17.0.7-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
JDK-8300214 | 17.0.7 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
Here's a use case. Consider errors being reported out of order with respect to the their source lines. Consider also that the test doesn't want to hardcode those line numbers and wants to make sure that the errors are found at least once.
The functionality described in the above use case is somewhat similar to that of java.util.Collection#containsAll. I don't think any of methods such as checkOutput, checkUnique, or prospective checkOrder(...Output...) would do.
The functionality described in the above use case is somewhat similar to that of java.util.Collection#containsAll. I don't think any of methods such as checkOutput, checkUnique, or prospective checkOrder(...Output...) would do.
- backported by
-
JDK-8299510 Provide a JavadocTester method for non-overlapping, unordered output matching
-
- Resolved
-
-
JDK-8300214 Provide a JavadocTester method for non-overlapping, unordered output matching
-
- Resolved
-
- relates to
-
JDK-8270836 Foolproof JavadocTester.checkOutput
-
- Open
-
- links to
-
Commit openjdk/jdk17u-dev/044eb4e4
-
Commit openjdk/jdk/ce3ed65a
-
Review openjdk/jdk17u-dev/1063
-
Review openjdk/jdk/5743
(2 links to)