JDK-8135174 : [TEST_BUG]Fix JDK-8075584 failed for test for 8067364 depends on hardwired text advance
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 8u72,9
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2015-09-08
  • Updated: 2023-10-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Test name(s):javax/print/PrintSEUmlauts/PrintSEUmlauts.java

JDK tested: 9b80
OS tested: Windows8.1
Is it a regression? NO 
The is failure reproduced: always 
               
General description: 

----------System.out:(0/0)----------
----------System.err:(20/1447)*----------
FAIL
java.lang.RuntimeException: Expected <e4> to represent '\u00c3\u00a4' but not found!
	at PrintSEUmlauts.testPrintAndExit(PrintSEUmlauts.java:110)
	at PrintSEUmlauts.access$000(PrintSEUmlauts.java:51)
	at PrintSEUmlauts$1.printJobCompleted(PrintSEUmlauts.java:79)
	at sun.print.PSStreamPrintJob.notifyEvent(PSStreamPrintJob.java:214)
	at sun.print.PSStreamPrintJob.printableJob(PSStreamPrintJob.java:380)
	at sun.print.PSStreamPrintJob.print(PSStreamPrintJob.java:337)
	at PrintSEUmlauts.main(PrintSEUmlauts.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:519)
	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
	at java.lang.Thread.run(Thread.java:746)

JavaTest Message: Test threw exception: java.lang.RuntimeException: Expected <e4> to represent '\u00c3\u00a4' but not found!
JavaTest Message: shutting down test

STATUS:Failed.<EncodeD>60 6d 61 69 6e 27 20 74 68 72 65 77 20 65 78 63 65 70 74 69 6f 6e 3a 20 6a 61 76 61 2e 6c 61 6e 67 2e 52 75 6e 74 69 6d 65 45 78 63 65 70 74 69 6f 6e 3a 20 45 78 70 65 63 74 65 64 20 3c 65 34 3e 20 74 6f 20 72 65 70 72 65 73 65 6e 74 20 27 c3 a4 27 20 62 75 74 20 6e 6f 74 20 66 6f 75 6e 64 21 </EncodeD>
Comments
Test javax/print/PrintSEUmlauts/PrintSEUmlauts.java fails for JDK 1.8.0_72 b6 with same exception: RULE "javax/print/PrintSEUmlauts/PrintSEUmlauts.java" Exception java.lang.RuntimeException: Expected <e4> to represent '\u00c3\u00a4' but not found! RULE "javax/print/PrintSEUmlauts/PrintSEUmlauts.java" Exception java.lang.RuntimeException: Expected <e4> to represent 'รค' but not found!
02-11-2015

Test javax/print/PrintSEUmlauts/PrintSEUmlauts.java was fixed in 9b80 as JDK-8075584 but it fails in 9b80
08-09-2015