diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-04-10 03:40:48 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-04-10 03:40:48 +0000 |
commit | 503c0227622254c0ae3209a1fa72bcb68bb450bc (patch) | |
tree | 48df20533f300f819504c15af33cdc03fc386a93 /Build/source/libs/gd/libgd-src/docs/README.TESTING | |
parent | a9d86b73ecf95b83666e16c4d90e348c4958a63b (diff) |
libgd 2.3.0
git-svn-id: svn://tug.org/texlive/trunk@54636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd/libgd-src/docs/README.TESTING')
-rw-r--r-- | Build/source/libs/gd/libgd-src/docs/README.TESTING | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Build/source/libs/gd/libgd-src/docs/README.TESTING b/Build/source/libs/gd/libgd-src/docs/README.TESTING index 65ce58b833b..8a8a102586e 100644 --- a/Build/source/libs/gd/libgd-src/docs/README.TESTING +++ b/Build/source/libs/gd/libgd-src/docs/README.TESTING @@ -25,7 +25,7 @@ export CMAKE_LIBRARY_PATH=/path/to/the/gd/lib then call cmake using: -$ cmake -DUSE_EXT_GD=1 -DBUILD_TEST=1 +$ cmake -DUSE_EXT_GD=1 -DBUILD_TEST=1 $ make and finally: @@ -33,18 +33,18 @@ $ ctest . I will certainly add a nice CMake option to give prefix later. -What to do if tests fail on your platform and you use the last GD release? +What to do if tests fail on your platform and you use the last GD release? either from your favorite distributions or from http://www.libgd.org or git? -If you use a packaged version of the GD Library (installed from RPM, deb or +If you use a packaged version of the GD Library (installed from RPM, deb or ports, gentoo packages or any other packages format or distribution), please try to run the tests using the source releases available at: -http://www.libgd.org/Downloads +https://github.com/libgd/libgd/releases If the tests fail using our source release, please report a bug here: -http://bugs.libgd.org +https://github.com/libgd/libgd/issues You can attach the two files available in: @@ -65,6 +65,9 @@ timeout the default timeout is 5 seconds. Some test may Some features rely on floating point arithmetic and results may vary from one architecture to another. Examples: -on i686, gdimagerotate/bug00067 will fail. The result is still visually +On i686, gdimagerotate/bug00067 will fail. The result is still visually acceptable but i686 default arithmetic mode will generate different results. Adding "-msse -mfpmath=sse" to CFLAGS will solve this difference. +On s390, ppc64, and aarch64, gdimagecopyresampled/bug00201 will fail. +The result is still visually acceptable. +Adding "-ffp-contract=off" to CFLAGS will solve this difference. |