| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Prior to the change of 32ac7c75e8db0135ef37cf86f92d8b9be000c8bb
FcConfigAppFontAddFile() always returned FcTrue no matter what
fonts was added. after that, it always returned FcFalse because
adding a font doesn't add any subdirs with FcFileScanConfig().
so changing that to simply ignore it.
Also fixing it to return FcFalse if non-fonts was added, i.e.
FcFreeTypeQuery() fails.
https://bugs.freedesktop.org/show_bug.cgi?id=89617
|
|
|
|
| |
test-migration.c:17:5: warning: pointer targets in passing argument 1 of 'FcStrDirname' differ in signedness
|
|
|
|
| |
https://bugs.freedesktop.org/show_bug.cgi?id=73401
|
|
|
|
|
|
| |
Use own mkdtemp implementation if not available.
Reported by Thomas Klausner and Jörn Clausen
|
|
|
|
| |
Reported by Thomas Klausner
|
|
|
|
| |
This testing code is for XDG base directory spec which may be not interesting for them
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
override the test environment
<ext>_LOG_COMPILER is meant to contain the program that runs the test
with <ext> extension
LOG_COMPILER is for extensionless tests
AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
https://bugs.freedesktop.org/show_bug.cgi?id=60192
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
|
|
|
|
|
|
| |
This reverts commit 2146b0307a3476892723104481f27f8484451c52.
That change introduces incompatibility and seems not working with
older releases of automake, including automake 1.12.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
override the test environment
<ext>_LOG_COMPILER is meant to contain the program that runs the test
with <ext> extension
AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
https://bugs.freedesktop.org/show_bug.cgi?id=60192
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
|
|
|
|
| |
Patch from Colin Walters.
|
|
|
|
| |
Not enabled by default since it requires config and fonts.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
As file timestamps have only one second granularity, an old cache
file could easily be used when a test took less than 1 second to run.
Just remove the cache directory and its contents before each test is run.
Also, remove mention of the old cache file from the test config file.
|
|
|
|
|
| |
Make cache directories configurable. Simplify and correct some code which
deals with per-directory caches.
|
|
|
|
| |
tested to ensure that it even works from a _build directory.
|
| |
|
|
|
|
| |
release
|
| |
|
|
|