Details
-
Bug
-
Resolution: Fixed
-
P3
-
7u40, 8
-
b93
-
b98
-
generic
-
generic
-
Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8034579 | 7u65 | Dmitry Markov | P3 | Resolved | Fixed | b01 |
JDK-8019569 | 7u60 | Dmitry Markov | P3 | Closed | Fixed | b01 |
Description
new test javax/swing/text/View/8014863/bug8014863.java failed since it was added into WS
reproduced on oracle linux 6.2 and windows 7 64 bit
tried with jdk7u21b14 - failed to compile
failure log:
----------System.out:(0/0)----------
----------System.err:(13/817)----------
java.lang.RuntimeException: The number of texts lines does not meet the expectation
at bug8014863.main(bug8014863.java:61)
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:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
reproduced on oracle linux 6.2 and windows 7 64 bit
tried with jdk7u21b14 - failed to compile
failure log:
----------System.out:(0/0)----------
----------System.err:(13/817)----------
java.lang.RuntimeException: The number of texts lines does not meet the expectation
at bug8014863.main(bug8014863.java:61)
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:491)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:724)
Attachments
Issue Links
- backported by
-
JDK-8034579 javax/swing/text/View/8014863/bug8014863.java failed
- Resolved
-
JDK-8019569 javax/swing/text/View/8014863/bug8014863.java failed
- Closed
- relates to
-
JDK-8014863 Line break calculations in Java 7 are incorrect.
- Resolved