Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Install-all-headers-in-include-cmark-gfm.patch | Install all headers in include/cmark-gfm These are needed to actually use the library it seems. |
Keith Packard <keithp@keithp.com> | no | 2022-10-25 | ||
0002-Provide-a-way-to-extend-test-timeouts.patch | Provide a way to extend test timeouts Some hardware is really slow; let users set CMARK_TIMING_SCALE to multiply the timeouts by an arbitrary amount |
Keith Packard <keithp@keithp.com> | no | 2025-01-05 | ||
0003-man-Add-missing-command-line-options.patch | man: Add missing command line options These options were documented in --help but missing from the man page. |
Keith Packard <keithp@keithp.com> | no | 2025-01-05 | ||
0004-test-Increase-pathological_tests-timeout-to-50-secon.patch | test: Increase pathological_tests timeout to 50 seconds hppa takes just over 5 seconds to run one of these tests. |
Keith Packard <keithp@keithp.com> | no | 2025-01-05 | ||
0005-test-Fix-regex-syntax-errors.patch | test: Fix regex syntax errors The regular expressions in normalize.py and pathological_tests.py are missing a lot of backslashes -- you need two in the source file to get one in the string. |
Keith Packard <keithp@keithp.com> | no | 2025-01-05 | ||
0006-test-Fix-use-of-allowed_failures-in-pathological_tes.patch | test: Fix use of allowed_failures in pathological_tests.py The test needs to check if the test description is a valid key in the allowed_failures dictionary instead of attempting to fetch from the dictionary as most of the descriptions are not present in the dictionary leading to a missing key error at runtime. |
Keith Packard <keithp@keithp.com> | no | 2025-01-05 |