Skip to content

Commit f1b399b

Browse files
authored
test: Add new ref output for tiff-misc (#5075)
I don't know why, maybe some slightly different version of libtiff rolled out to the GHA runners, but despite no changes to our TIFF handling in the recent past, just today we started intermittently getting different output for this test on some of the Linux runners. Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 0156e6e commit f1b399b

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Reading src/separate.tif
2+
src/separate.tif : 128 x 128, 3 channel, uint8 tiff
3+
SHA-1: 486088DECAE711C444FDCAB009C378F7783AD9C5
4+
channel list: R, G, B
5+
compression: "zip"
6+
DateTime: "2020:10:25 15:32:04"
7+
Orientation: 1 (normal)
8+
planarconfig: "separate"
9+
Software: "OpenImageIO 2.3.0dev : oiiotool --pattern fill:topleft=0,0,0:topright=1,0,0:bottomleft=0,1,0:bottomright=1,1,1 128x128 3 --planarconfig separate -scanline -attrib tiff:rowsperstrip 17 -d uint8 -o separate.tif"
10+
oiio:BitsPerSample: 8
11+
tiff:Compression: 8
12+
tiff:PhotometricInterpretation: 2
13+
tiff:PlanarConfiguration: 2
14+
tiff:RowsPerStrip: 7
15+
Comparing "src/separate.tif" and "separate.tif"
16+
PASS
17+
oiiotool ERROR: read : No support for data format of "src/corrupt1.tif"
18+
Full command line was:
19+
> oiiotool --oiioattrib try_all_readers 0 --info -v src/corrupt1.tif
20+
oiiotool ERROR: read : File does not exist: "src/crash-1633.tif"
21+
Full command line was:
22+
> oiiotool --oiioattrib try_all_readers 0 --info -v src/crash-1633.tif
23+
oiiotool ERROR: read : File does not exist: "src/crash-1643.tif"
24+
Full command line was:
25+
> oiiotool --oiioattrib try_all_readers 0 --info src/crash-1643.tif -o out.exr
26+
iconvert ERROR copying "src/crash-1709.tif" to "crash-1709.exr" :
27+
TIFFReadRawTile failed reading tile x=1088,y=72,z=0: Read error at row 4294967295, col 4294967295; got 114 bytes, expected 127
28+
Reading gps.tif
29+
gps.tif : 64 x 64, 3 channel, uint8 tiff
30+
channel list: R, G, B
31+
compression: "zip"
32+
Orientation: 1 (normal)
33+
planarconfig: "contig"
34+
Exif:ColorSpace: 1
35+
Exif:SubjectDistance: 0 (0 m)
36+
oiio:BitsPerSample: 8
37+
oiio:ColorSpace: "srgb_rec709_scene"
38+
tiff:Compression: 8
39+
tiff:PhotometricInterpretation: 2
40+
tiff:PlanarConfiguration: 1
41+
tiff:RowsPerStrip: 32
42+
Comparing "check1.tif" and "ref/check1.tif"
43+
PASS

0 commit comments

Comments
 (0)