-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_28, 7, 8, 11, 12, 13, 14, 15, 17
-
b09
-
x86
-
linux_ubuntu, os_x, solaris_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8261720 | 11.0.12-oracle | Dukebot | P3 | Resolved | Fixed | b01 |
JDK-8265242 | 8u301 | Philip Race | P3 | Resolved | Fixed | b02 |
test java/awt/font/FontNames/OldNames.java failed with jdk1.4.2 since fcs on solarises 10 x86, x86_64 with following exception:
----------System.out:(9/421)----------
Test parameters: all, all, Serif, Serif, false
Created requested font: 5ms
Created unknown font: 1ms
Loaded all fonts when it shouldn't
Note: this test assumes a standard system configuration,
i.e., a cleanly installed operating system with the required patches
and fonts installed, but no extra fonts. If you have a non-standard
configuration, please run the test on a standard configuration before
filing a bug report.
----------System.err:(13/643)----------
java.lang.RuntimeException
at OldNames.main(OldNames.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:331)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96)
at java.lang.Thread.run(Thread.java:579)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException
test passed on solaris 10 sparc
see comments for more details
----------System.out:(9/421)----------
Test parameters: all, all, Serif, Serif, false
Created requested font: 5ms
Created unknown font: 1ms
Loaded all fonts when it shouldn't
Note: this test assumes a standard system configuration,
i.e., a cleanly installed operating system with the required patches
and fonts installed, but no extra fonts. If you have a non-standard
configuration, please run the test on a standard configuration before
filing a bug report.
----------System.err:(13/643)----------
java.lang.RuntimeException
at OldNames.main(OldNames.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:331)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:96)
at java.lang.Thread.run(Thread.java:579)
JavaTest Message: Test threw exception: java.lang.RuntimeException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException
test passed on solaris 10 sparc
see comments for more details
- backported by
-
JDK-8261720 java/awt/font/FontNames/OldNames.java fails intermittently
- Resolved
-
JDK-8265242 java/awt/font/FontNames/OldNames.java fails intermittently
- Resolved