Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-13 | Bug 106459 - fc-cache doesn't use -y option for .uuid files | Akira TAGOH | 1 | -0/+25 | |
https://bugs.freedesktop.org/show_bug.cgi?id=106459 | |||||
2018-05-11 | Add a test case for 90-synthetic.conf | Akira TAGOH | 3 | -3/+112 | |
2018-05-11 | Add a testrunner for conf | Akira TAGOH | 2 | -0/+335 | |
2018-03-28 | Fix make check fail when srcdir != builddir. | Akira TAGOH | 2 | -10/+9 | |
2018-03-15 | Minor: fix warnings | Behdad Esfahbod | 1 | -2/+2 | |
2018-03-14 | Add a testcase for FcNameParse | Akira TAGOH | 2 | -0/+94 | |
2018-01-05 | trivial fix | Akira TAGOH | 1 | -0/+3 | |
2018-01-04 | Fix compiler warnings | Akira TAGOH | 1 | -1/+0 | |
2017-12-18 | Do not update mtime with creating .uuid | Akira TAGOH | 1 | -0/+13 | |
2017-12-18 | Add a test case for uuid creation | Akira TAGOH | 1 | -0/+43 | |
2017-12-18 | cleanup files | Akira TAGOH | 1 | -1/+3 | |
2017-12-14 | Fix "make check" fail again | Akira TAGOH | 1 | -4/+4 | |
2017-12-05 | Fix distcheck error | Akira TAGOH | 2 | -3/+3 | |
2017-11-20 | Fix the testcase for env not enabled PCF_CONFIG_OPTION_LONG_FAMILY_NAMES in ↵ | Akira TAGOH | 1 | -2/+2 | |
freetype | |||||
2017-11-20 | Add a testcase for bind-mounted cachedir | Akira TAGOH | 1 | -0/+30 | |
2017-11-20 | Add the check of PCF_CONFIG_OPTION_LONG_FAMILY_NAMES back | Akira TAGOH | 4 | -2/+20 | |
This isn't enabled by default in freetype so need to check it for testsuites | |||||
2017-10-17 | Fixes cleanup | Alban Browaeys | 1 | -2/+2 | |
Remove leftover references to run-test271.sh. | |||||
2017-09-29 | cleanup | Akira TAGOH | 4 | -47/+6 | |
2017-06-12 | Add a testcase for Bug#131804 | Akira TAGOH | 2 | -0/+140 | |
2017-05-31 | Fix make check fail with freetype-2.7.1 and 2.8 with ↵ | Akira TAGOH | 1 | -3/+7 | |
PCF_CONFIG_OPTION_LONG_FAMILY_NAMES enabled. | |||||
2017-03-21 | Update a bit for the changes in FreeType 2.7.1 | Akira TAGOH | 4 | -2/+39 | |
Our test case relies on the outcome of the family property from freetype though, it was changed in 2.7.1: - PCF family names are made more `colourful'; they now include the foundry and information whether they contain wide characters. For example, you no longer get `Fixed' but rather `Sony Fixed' or `Misc Fixed Wide'. https://bugs.freedesktop.org/show_bug.cgi?id=47704 | |||||
2016-07-08 | Bug 96676 - Check range of FcWeightFromOpenType argument | Akira TAGOH | 2 | -0/+36 | |
Fix a crash issue when FcWeightFromOpenType() gets a number more than it expects. | |||||
2016-05-30 | Fix a couple of minor memory leaks | Erik de Castro Lopo | 1 | -0/+2 | |
These fixes are needed for the test suite to pass when compiled with Address Sanitizer. | |||||
2015-11-25 | Avoid an error message on testing when no fonts.conf installed | Akira TAGOH | 1 | -1/+1 | |
This test case doesn't require any config files so no need to ensure loading them. | |||||
2015-11-24 | Bug 93075 - Possible fix for make check failure on msys/MinGW... | Akira TAGOH | 1 | -4/+9 | |
Patch from Christian Fafard | |||||
2015-10-15 | Fix compiler warnings on MinGW | Akira TAGOH | 1 | -2/+2 | |
2015-03-23 | Bug 89617 - FcConfigAppFontAddFile() returns false on any font file | Akira TAGOH | 2 | -0/+45 | |
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 | |||||
2014-07-08 | Fix a gcc warning | Akira TAGOH | 1 | -1/+1 | |
test-migration.c:17:5: warning: pointer targets in passing argument 1 of 'FcStrDirname' differ in signedness | |||||
2014-01-17 | Add missing license headers | Akira TAGOH | 3 | -2/+69 | |
https://bugs.freedesktop.org/show_bug.cgi?id=73401 | |||||
2013-10-24 | Fix a build issue on Solaris 10 | Akira TAGOH | 1 | -1/+14 | |
Use own mkdtemp implementation if not available. Reported by Thomas Klausner and Jörn Clausen | |||||
2013-10-22 | Use stat() if there are no d_type in struct dirent | Akira TAGOH | 1 | -0/+18 | |
Reported by Thomas Klausner | |||||
2013-10-11 | do not build test-migration for Win32 | Akira TAGOH | 1 | -1/+4 | |
This testing code is for XDG base directory spec which may be not interesting for them | |||||
2013-09-02 | Add a test case of the migration for config place | Akira TAGOH | 2 | -2/+177 | |
2013-02-06 | Use LOG_COMPILER and AM_TESTS_ENVIRONMENT | Quentin Glidic | 1 | -1/+11 | |
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> | |||||
2013-02-05 | Revert "test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT" | Akira TAGOH | 1 | -11/+1 | |
This reverts commit 2146b0307a3476892723104481f27f8484451c52. That change introduces incompatibility and seems not working with older releases of automake, including automake 1.12.2. | |||||
2013-02-04 | test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT | Quentin Glidic | 1 | -1/+11 | |
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> | |||||
2013-01-10 | Ensure we find the uninstalled fontconfig header | Behdad Esfahbod | 1 | -0/+2 | |
Patch from Colin Walters. | |||||
2013-01-08 | Add pthread test | Behdad Esfahbod | 2 | -0/+88 | |
Not enabled by default since it requires config and fonts. | |||||
2013-01-02 | Switch .gitignore to git.mk | Behdad Esfahbod | 1 | -0/+2 | |
2012-12-31 | Make tests run on Windows | Behdad Esfahbod | 2 | -3/+3 | |
2006-09-03 | Remove all .cvsignore files | Keith Packard | 1 | -2/+0 | |
2006-08-28 | During test run, remove cache directory to avoid stale cache usage. | Keith Packard | 2 | -4/+1 | |
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. | |||||
2006-08-04 | 2006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plam | Patrick Lam | 2 | -2/+5 | |
Make cache directories configurable. Simplify and correct some code which deals with per-directory caches. | |||||
2003-10-27 | Yet more cleanups to finish getting 'make distcheck' working This has been | Keith Packard | 2 | -12/+20 | |
tested to ensure that it even works from a _build directory. | |||||
2003-06-15 | Remove CRs from the out file before comparing (needed on Windows). | Tor Lillqvist | 1 | -0/+1 | |
2003-03-02 | make dist works now. Update to 2.1.90 in preparation for eventual 2.2 | Keith Packard | 1 | -0/+3 | |
release | |||||
2003-03-01 | Add .cvsignore | Keith Packard | 1 | -0/+2 | |
2003-03-01 | Add simple tests | Keith Packard | 6 | -0/+101 | |