Opened 8 months ago
Closed 8 months 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 , 8 months ago
comment:3 by , 8 months 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 , 8 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 8 months 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
comment:6 by , 8 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
cargo update --precise=0.3.36 time
is still needed for testing.