-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b11
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8327745 | 21.0.4-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b01 |
JDK-8328690 | 21.0.4 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8347288 | 17.0.15-oracle | Abhishek N | P4 | Resolved | Fixed | b01 |
JDK-8348077 | 17.0.15 | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
JDK-8347972 | 11.0.27-oracle | Abhishek N | P4 | Resolved | Fixed | b03 |
The main issue however is that IntlTest was designed to only test public methods prefixed with 'test' or 'Test'. However, there were a few tests that
did not have public visibility and were never tested (by IntlTest), but appear to be valid tests. They should be updated to be ran with the @Test annotation so that JUnit picks them up.
- backported by
-
JDK-8327745 Finish removal of IntlTest and CollatorTest
- Resolved
-
JDK-8328690 Finish removal of IntlTest and CollatorTest
- Resolved
-
JDK-8347288 Finish removal of IntlTest and CollatorTest
- Resolved
-
JDK-8347972 Finish removal of IntlTest and CollatorTest
- Resolved
-
JDK-8348077 Finish removal of IntlTest and CollatorTest
- Resolved
- relates to
-
JDK-8316696 Remove the testing base classes: IntlTest and CollatorTest
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/d9539f59
-
Commit openjdk/jdk/4c7b313e
-
Commit(master) openjdk/jdk17u-dev/0d292677
-
Review openjdk/jdk21u-dev/384
-
Review openjdk/jdk/17858
-
Review(master) openjdk/jdk17u-dev/3229