From 0c5367c2f8e8043a44bb3892797322f726373352 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 31 Jan 2025 11:48:00 -0800 Subject: [PATCH] reenable stdin Signed-off-by: Rosen Penev --- test/data/test_reference_files/stdin-test.out | 90 +++++++++---------- tests/bash_tests/testcases.py | 1 - 2 files changed, 45 insertions(+), 46 deletions(-) diff --git a/test/data/test_reference_files/stdin-test.out b/test/data/test_reference_files/stdin-test.out index 8dc4476f35..fcfdc55e22 100644 --- a/test/data/test_reference_files/stdin-test.out +++ b/test/data/test_reference_files/stdin-test.out @@ -1,7 +1,7 @@ STRUCTURE OF JPEG FILE: girl.jpg address | marker | length | data 0 | 0xffd8 SOI - 2 | 0xffe0 APP0 | 16 | JFIF............ + 2 | 0xffe0 APP0 | 16 | JFIF......... 20 | 0xffdb DQT | 67 89 | 0xffdb DQT | 67 158 | 0xffc0 SOF0 | 17 @@ -15,7 +15,7 @@ STRUCTURE OF JPEG FILE: girl.jpg STRUCTURE OF JPEG FILE: girl.jpg address | marker | length | data 0 | 0xffd8 SOI - 2 | 0xffe0 APP0 | 16 | JFIF............ + 2 | 0xffe0 APP0 | 16 | JFIF......... 20 | 0xffdb DQT | 67 89 | 0xffdb DQT | 67 158 | 0xffc0 SOF0 | 17 @@ -28,7 +28,7 @@ STRUCTURE OF JPEG FILE: girl.jpg STRUCTURE OF JPEG FILE: girl.jpg address | marker | length | data 0 | 0xffd8 SOI - 2 | 0xffe0 APP0 | 16 | JFIF............ + 2 | 0xffe0 APP0 | 16 | JFIF......... 20 | 0xffe1 APP1 | 4613 | http://ns.adobe.com/xap/1.0/...?.Nw..iN......xE....z..[..} | 0x054b9d1e - 52256 | IDAT | 7066 | ...q.B...2*@..#....T....h..v.. | 0x327f1e3e - 59334 | IEND | 0 | | 0xae426082 + 33 | eXIf | 8520 | II*.......................... | 0x479a6662 + 8565 | zTXt | 632 | Raw profile type iptc..x..T[.. | 0xa2860459 + 9209 | iCCP | 2599 | ..x..SgTS.......,ZB.....J. RB. | 0x2c4ba4e6 + 11820 | iTXt | 7117 | XML:com.adobe.xmp.......?.Nw..iN......xE....z..[..} | 0x054b9d1e + 52129 | IDAT | 7066 | ...q.B...2*@..#....T....h..v.. | 0x327f1e3e + 59207 | IEND | 0 | | 0xae426082 STRUCTURE OF WEBP FILE: exiv2-bug1199.webp Chunk | Length | Offset | Payload RIFF | 190110 | 0 | WEBP diff --git a/tests/bash_tests/testcases.py b/tests/bash_tests/testcases.py index cfd2c8e1f0..57815758b8 100644 --- a/tests/bash_tests/testcases.py +++ b/tests/bash_tests/testcases.py @@ -1009,7 +1009,6 @@ def preview_test(self): def stdin_test(self): - return # temporarily disable # Test driver for stdin if find_spec('lxml') is None: print('Skipped. Because it misses module lxml. Please install: `pip install lxml`')