mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
Disable EPS dumb read tests
Possibly unsurprisingly, the dark art of using GhostScript to render a subset of PostScript is not entirely stable across versions of that tool. Additionally, we cannot even guarantee that GhostScript will be available machines that run the tests.
This commit is contained in:
parent
63705e373e
commit
14b4932392
@ -43,7 +43,8 @@ endmacro()
|
||||
# Loads each <format> image in read/<format>/, and compares the
|
||||
# result against the data read from the corresponding png file
|
||||
kimageformats_read_tests(
|
||||
eps
|
||||
#eps # EPS read tests depend on the vagaries of GhostScript
|
||||
# which we cannot even guarantee to find
|
||||
jp2
|
||||
pcx
|
||||
pic
|
||||
|
Loading…
Reference in New Issue
Block a user