all devices regression report - 2018-01-15-14:16:37 - 4d730d2087680cff4e3b153536922406bfcf4493

[email protected] Mon, 15 Jan 2018 14:16:37 -0800 (PST)
Newsgroups gmane.comp.printing.ghostscript.regression
Message-ID <20180115221637.C288620403FC@i7>
Differences in all devices errors using gs/examples files

Previous Revision: afe8e5468db1f875432aa711676eaf4007d13daa
 Current Revision: 4d730d2087680cff4e3b153536922406bfcf4493

commit 4d730d2087680cff4e3b153536922406bfcf4493
Author:     Ray Johnston <[email protected]>
AuthorDate: Mon Jan 15 11:41:01 2018 -0800
CommitDate: Mon Jan 15 11:41:01 2018 -0800

    Fix bug 698823. Segfault with psdrgb and transparency_example.ps
    
    The psdrgb device has max_components == 3, but the pdf14 device was
    using spot_colors to set it more than that (transparency_example.ps
    doed not set PageSpotColors so it was -1, leading to underflow).
    If page_spot_colors is the default -1, then don't use it, and also
    limit the num_components to max_components for the device.

base/gdevp14.c

new errors:

errors that went away:
=== ghostpdl/examples/transparency_example.ps === psdrgb ===

errors that are not whitelisted:
=== ghostpdl/examples/transparency_example.ps === bjc880j ===
=== ghostpdl/examples/transparency_example.ps === cp50 ===
=== ghostpdl/examples/transparency_example.ps === escpage ===
=== ghostpdl/examples/transparency_example.ps === lips2p ===
=== ghostpdl/examples/transparency_example.ps === lips3 ===
=== ghostpdl/examples/transparency_example.ps === lips4 ===
=== ghostpdl/examples/transparency_example.ps === npdl ===