-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
7
-
generic
-
generic
test java/awt/font/FontNames/LocaleFamilyNames.java fails on windows (win xp, win 7) with jdk 7 since fcs:
----------System.out:(2/71)----------
LOCALE: [ms_MY]
NO FONT HAS THE FOLLOWING FAMILY NAME:[Cambria Math]
----------System.err:(13/691)----------
java.lang.Exception: test failed
at LocaleFamilyNames.main(LocaleFamilyNames.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96)
at java.lang.Thread.run(Thread.java:722)
test passed on win 2008 and solaris 10 sparc
see comments for more details
----------System.out:(2/71)----------
LOCALE: [ms_MY]
NO FONT HAS THE FOLLOWING FAMILY NAME:[Cambria Math]
----------System.err:(13/691)----------
java.lang.Exception: test failed
at LocaleFamilyNames.main(LocaleFamilyNames.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96)
at java.lang.Thread.run(Thread.java:722)
test passed on win 2008 and solaris 10 sparc
see comments for more details