summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/docs/README.TESTING
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/libgd-src/docs/README.TESTING')
-rw-r--r--Build/source/libs/gd/libgd-src/docs/README.TESTING15
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.