-
Bug
-
Resolution: Not an Issue
-
P3
-
6
-
x86
-
windows_vista
Windows Vista version: 5384, 32 bit and 64 bit
J2SE version: build 1.6.0-internal-java2d_13_jun_2006_01_40-b00
reg test: java/awt/font/FontNames/GetFamilyNames.sh
The test failed on Windows Vista platforms, both 32 bit and 64 bit.
The exception for Windows Vista 32 bit:
=============================================================
http://sqeweb.sfbay/i18n/nightly-results/mustang/i18n_reg_60-i18n_Reg_WinVista_tw-en-2006-06-13-13-55-31-0933/java/awt/font/FontNames/GetFamilyNames.jtr
----------System.out:(2/95)----------
Locale = zh_TW
NO FAMILY ??? font=java.awt.Font[family=???,name=DFKai-SB,style=plain,size=1]
----------System.err:(2/119)----------
Exception in thread "main" java.lang.RuntimeException: NO FAMILY ???
at GetFamilyNames.main(GetFamilyNames.java:22)
result: Failed. Execution failed: exit code 1
The exception for Windows Vista 64 bit:
=============================================================
http://sqeweb/i18n/nightly-results/mustang/i18n_reg_60-i18n_Reg_WinVista64_ja-en-2006-06-13-17-55-40-0961/java/awt/font/FontNames/GetFamilyNames.jtr
----------System.out:(2/104)----------
Locale = ja_JP
NO FAMILY ?? ???? font=java.awt.Font[family=?? ????,name=MS Gothic,style=plain,size=1]
----------System.err:(2/123)----------
Exception in thread "main" java.lang.RuntimeException: NO FAMILY ?? ????
at GetFamilyNames.main(GetFamilyNames.java:22)
result: Failed. Execution failed: exit code 1
=========================================================================================
When system locale of the 32 bit Windows Vista is set to zh_TW, i.e., sun.jnu.encoding is equal to MS950, the test passed. Before only user locale was set to zh_TW.
Similar with 64 bit Windows Vista, when system locale is set to ja_JP, i.e., sun.jnu.encoding is equal to MS932, the test passed. Before only user locale was set to ja_JP.
So I'm closing this as not a defect...
J2SE version: build 1.6.0-internal-java2d_13_jun_2006_01_40-b00
reg test: java/awt/font/FontNames/GetFamilyNames.sh
The test failed on Windows Vista platforms, both 32 bit and 64 bit.
The exception for Windows Vista 32 bit:
=============================================================
http://sqeweb.sfbay/i18n/nightly-results/mustang/i18n_reg_60-i18n_Reg_WinVista_tw-en-2006-06-13-13-55-31-0933/java/awt/font/FontNames/GetFamilyNames.jtr
----------System.out:(2/95)----------
Locale = zh_TW
NO FAMILY ??? font=java.awt.Font[family=???,name=DFKai-SB,style=plain,size=1]
----------System.err:(2/119)----------
Exception in thread "main" java.lang.RuntimeException: NO FAMILY ???
at GetFamilyNames.main(GetFamilyNames.java:22)
result: Failed. Execution failed: exit code 1
The exception for Windows Vista 64 bit:
=============================================================
http://sqeweb/i18n/nightly-results/mustang/i18n_reg_60-i18n_Reg_WinVista64_ja-en-2006-06-13-17-55-40-0961/java/awt/font/FontNames/GetFamilyNames.jtr
----------System.out:(2/104)----------
Locale = ja_JP
NO FAMILY ?? ???? font=java.awt.Font[family=?? ????,name=MS Gothic,style=plain,size=1]
----------System.err:(2/123)----------
Exception in thread "main" java.lang.RuntimeException: NO FAMILY ?? ????
at GetFamilyNames.main(GetFamilyNames.java:22)
result: Failed. Execution failed: exit code 1
=========================================================================================
When system locale of the 32 bit Windows Vista is set to zh_TW, i.e., sun.jnu.encoding is equal to MS950, the test passed. Before only user locale was set to zh_TW.
Similar with 64 bit Windows Vista, when system locale is set to ja_JP, i.e., sun.jnu.encoding is equal to MS932, the test passed. Before only user locale was set to ja_JP.
So I'm closing this as not a defect...