<i18n dev> RFR: 8305904: java/lang/Character, java/lang/String and java/text/Normalizer tests read the unicode data files from src directories.

Roger Riggs rriggs at openjdk.org
Thu Apr 13 17:55:37 UTC 2023


On Wed, 12 Apr 2023 16:35:19 GMT, Mahendra Chhipa <mchhipa at openjdk.org> wrote:

> Following tests read the unicode data files (http://www.unicode.org/Public/UNIDATA/ ) from src directory. For tests, these files should be in test directories. No source code is using these files. Only tests are using these files. Tests are :
> java/lang/Character/CharPropTest.java
> java/lang/Character/CheckProp.java
> java/lang/Character/CheckScript.java
> java/lang/Character/CheckUnicode.java
> java/lang/Character/UnicodeBlock/CheckBlocks.java
> java/lang/Character/UnicodeCasingTest.java
> java/lang/String/SpecialCasingTest.java
> java/lang/String/UnicodeCasingTest.java
> java/text/Normalizer/ConformanceTest.java

Are you aware of the uses in the makefiles?  

make/modules/java.base/Gendata.gmk
make/modules/java.base/gendata/GendataBreakIterator.gmk
make/modules/java.base/gensrc/GensrcCharacterData.gmk

-------------

PR Comment: https://git.openjdk.org/jdk/pull/13447#issuecomment-1507386116


More information about the i18n-dev mailing list