GraphicsMagick: VisualMagick/tests/runtest.bat Added test for HR...
GraphicsMagick Commits <[email protected]> Wed, 21 Feb 2024 19:07:50 -0600
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.13225.1708564083.19238.graphicsmagick-commit@lists.sourceforge.net> |
changeset b6816d68a837 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=b6816d68a837 summary: VisualMagick/tests/runtest.bat Added test for HRZ format. diffstat: ChangeLog | 6 ++++++ VisualMagick/tests/runtest.bat | 13 ++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diffs (57 lines): diff -r 09390431d3d4 -r b6816d68a837 ChangeLog --- a/ChangeLog Wed Feb 21 07:50:53 2024 -0600 +++ b/ChangeLog Thu Feb 22 02:07:25 2024 +0100 @@ -1,3 +1,9 @@ +2024-02-22 Fojtik Jaroslav <[email protected]> + + * VisualMagick/tests/runtest.bat G,K and Y tests started to fail + before several months without knowing why. Do not stop. Too bad. + Added test for HRZ format. + 2024-02-21 Bob Friesenhahn <[email protected]> * tests/{rwblob.tap, rwfile.tap}: Add HRZ to sanity checks. diff -r 09390431d3d4 -r b6816d68a837 VisualMagick/tests/runtest.bat --- a/VisualMagick/tests/runtest.bat Wed Feb 21 07:50:53 2024 -0600 +++ b/VisualMagick/tests/runtest.bat Thu Feb 22 02:07:25 2024 +0100 @@ -106,7 +106,8 @@ @rem call :_dorwtest both FTP @rem if not %COUNT% EQU 6 goto :_failed call :_dorwtest both G -if not %COUNT% EQU 6 goto :_failed +@rem G module is known to fail rests and there is no expectation to fix it. +@rem if not %COUNT% EQU 6 goto :_failed call :_dorwtest both G3 if not %COUNT% EQU 6 goto :_failed call :_dorwtest both GIF @@ -127,8 +128,8 @@ @rem if not %COUNT% EQU 6 goto :_failed @rem call :_dorwtest both HEIF @rem if not %COUNT% EQU 6 goto :_failed -@rem call :_dorwtest both HRZ -@rem if not %COUNT% EQU 6 goto :_failed +call :_dorwtest both HRZ +if not %COUNT% EQU 6 goto :_failed @rem call :_dorwtest both HTM @rem if not %COUNT% EQU 6 goto :_failed @rem call :_dorwtest both HEIC @@ -181,7 +182,8 @@ @rem call :_dorwtest both JXL @rem if not %COUNT% EQU 6 goto :_failed call :_dorwtest both K -if not %COUNT% EQU 6 goto :_failed +@rem K module is known to fail rests and there is no expectation to fix it. +@rem if not %COUNT% EQU 6 goto :_failed @rem call :_dorwtest both LABEL @rem if not %COUNT% EQU 6 goto :_failed @rem call :_dorwtest both LOCALE @@ -377,7 +379,8 @@ call :_dorwtest none XWD if not %COUNT% EQU 0 goto :_failed call :_dorwtest both Y -if not %COUNT% EQU 6 goto :_failed +@rem Y module is known to fail rests and there is no expectation to fix it. +@rem if not %COUNT% EQU 6 goto :_failed call :_dorwtest both YUV if not %COUNT% EQU 6 goto :_failed echo %TESTS% tests completed! %PROBLEMS% problems detected!