Opened 4 weeks ago

Closed 4 weeks ago

#20240 closed enhancement (fixed)

librsvg-2.58.3

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (6)

comment:1 by Xi Ruoyao, 4 weeks ago

cargo update --precise=0.3.36 time is still needed for testing.

comment:2 by Xi Ruoyao, 4 weeks ago

bugs_bug749415_svg no longer fails.

comment:3 by Xi Ruoyao, 4 weeks ago

A couple of fixes from fuzz testing:

  • #1117 - Fix assertion failures with large Hue value in hsl() or hwb() colors.
  • #1115 - Limit the baseFrequency for feTurbulence to avoid integer overflow.
  • #1102 - Remove an obsolete test.

comment:4 by Bruce Dubbs, 4 weeks ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:5 by Bruce Dubbs, 4 weeks ago

I get:

FAIL: api 42 /api/ordering_render_before_load -
ERROR:api.c:1291:ordering_render_before_load: stderr of child process 
(/api/ordering_render_before_load [3823]) failed to match: *CRITICAL*
Handle has not been loaded*
ERROR: api - Bail out!
============================================================================
Testsuite summary for RSVG 2.58.3
============================================================================
# TOTAL: 43
# PASS:  41
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 1
Last edited 4 weeks ago by Bruce Dubbs (previous) (diff)

comment:6 by Bruce Dubbs, 4 weeks ago

Resolution: fixed
Status: assignedclosed

The problem above was because GLIB_LOG_LEVEL was set. Unsetting that caused all 68 tests to pass.

Fixed at commit 3e961754b8.

Note: See TracTickets for help on using tickets.