Bug 13148

Summary: text rotate failures in make check 4.10 stable checkout
Product: cairo Reporter: Mike Johnson <mikej163>
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED NOTABUG QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: medium    
Version: 1.4.10   
Hardware: Other   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Mike Johnson 2007-11-08 11:25:37 UTC
TESTING text-rotate
Tests show_text under various rotations
...
text-rotate-xlib-rgb24 [25]:    PASS
text-rotate-ps-argb32 [0]:      FAIL
text-rotate-ps-argb32 [25]:     FAIL
text-rotate-ps-rgb24 [0]:       PASS
...
Check text-rotate.log out for more information.
FAIL: text-rotate

TESTING ft-text-vertical-layout-type1
Tests text rendering for vertical layout with Type1 fonts
Can fail if an incorrect font is loaded---need to bundle the desired font
ft-text-vertical-layout-type1-image-argb32 [0]: FAIL
ft-text-vertical-layout-type1-image-argb32 [25]:        FAIL
ft-text-vertical-layout-type1-image-rgb24 [0]:  FAIL
ft-text-vertical-layout-type1-image-rgb24 [25]: FAIL
ft-text-vertical-layout-type1-xlib-argb32 [0]:  FAIL
ft-text-vertical-layout-type1-xlib-argb32 [25]: FAIL
ft-text-vertical-layout-type1-xlib-rgb24 [0]:   FAIL
ft-text-vertical-layout-type1-xlib-rgb24 [25]:  FAIL
ft-text-vertical-layout-type1-ps-argb32 [0]:    FAIL
ft-text-vertical-layout-type1-ps-argb32 [25]:   FAIL
ft-text-vertical-layout-type1-ps-rgb24 [0]:     FAIL
ft-text-vertical-layout-type1-ps-rgb24 [25]:    FAIL
ft-text-vertical-layout-type1-pdf-argb32 [0]:   FAIL
ft-text-vertical-layout-type1-pdf-argb32 [25]:  FAIL
ft-text-vertical-layout-type1-pdf-rgb24 [0]:    FAIL
ft-text-vertical-layout-type1-pdf-rgb24 [25]:   FAIL
ft-text-vertical-layout-type1-svg-argb32 [0]:   FAIL
ft-text-vertical-layout-type1-svg-argb32 [25]:  FAIL
ft-text-vertical-layout-type1-svg-rgb24 [0]:    FAIL
ft-text-vertical-layout-type1-svg-rgb24 [25]:   FAIL
FAIL: ft-text-vertical-layout-type1

TESTING ft-text-vertical-layout-type3
Tests text rendering for vertical layout with TrueType fonts
...
ft-text-vertical-layout-type3-xlib-rgb24 [25]:  PASS
ft-text-vertical-layout-type3-ps-argb32 [0]:    FAIL
ft-text-vertical-layout-type3-ps-argb32 [25]:   FAIL
ft-text-vertical-layout-type3-ps-rgb24 [0]:     PASS
...
FAIL: ft-text-vertical-layout-type3

CAIRO Version 1.4.10
Build System = jhbuild


Here is the usual system info that is asked for:

uname -msr:

  Linux 2.6.22.11x64_smp_mdj x86_64
  (my machine is an Intel dual Xeon MB so it appears as quad 64 bit
  processors to the kernel.  For some reason the smp kernel provided
  by Open SUSE does not recognize the smp configuration, so I built
  kernel 2.6.22.11)


Make --version

  GNU Make 3.81
  Copyright (C) 2006  Free Software Foundation, Inc.
    This program built for x86_64-unknown-linux-gnu
 
gcc --version

  gcc (GCC) 4.2.1
  Copyright (C) 2007 Free Software Foundation, Inc.
    This program built for x86_64-unknown-linux-gnu
Comment 1 Behdad Esfahbod 2008-01-27 14:58:32 UTC
As the comment suggests, that's expected if one doesn't have the needed font.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.