GMT has ~900 tests. Some tests are known to fail and are ignored with the magic comment line "# GMT_KNOWN_FAILURE". Some tests fail due to slightly differences among different OSs and are allowed to pass with high GRAPHICSMAGICK_RMS values.
Here we list all the known failing tests to better track them.
find . -name "*.sh" -exec grep GMT_KNOWN_FAILURE {} + | awk -F@ '{print "- [ ]", $1 }'
find . -name "*.sh" -exec grep GRAPHICSMAGICK_RMS {} + | awk -F@ '{print "- [ ]", $1}'
GMT has ~900 tests. Some tests are known to fail and are ignored with the magic comment line "# GMT_KNOWN_FAILURE". Some tests fail due to slightly differences among different OSs and are allowed to pass with high GRAPHICSMAGICK_RMS values.
Here we list all the known failing tests to better track them.
This PR is used for general discussions only. For a specific failing test, please open a new issue for in-depth discussions.
Failing tests on all platforms:
Output from command:
Failing tests on Windows:
Failing tests on Linux:
Tests with high GRAPHICSMAGICK_RMS value:
Output from command