summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2018-05-13Bug 106459 - fc-cache doesn't use -y option for .uuid filesAkira TAGOH1-0/+25
https://bugs.freedesktop.org/show_bug.cgi?id=106459
2018-05-11Add a test case for 90-synthetic.confAkira TAGOH3-3/+112
2018-05-11Add a testrunner for confAkira TAGOH2-0/+335
2018-03-28Fix make check fail when srcdir != builddir.Akira TAGOH2-10/+9
2018-03-15Minor: fix warningsBehdad Esfahbod1-2/+2
2018-03-14Add a testcase for FcNameParseAkira TAGOH2-0/+94
2018-01-05trivial fixAkira TAGOH1-0/+3
2018-01-04Fix compiler warningsAkira TAGOH1-1/+0
2017-12-18Do not update mtime with creating .uuidAkira TAGOH1-0/+13
2017-12-18Add a test case for uuid creationAkira TAGOH1-0/+43
2017-12-18cleanup filesAkira TAGOH1-1/+3
2017-12-14Fix "make check" fail againAkira TAGOH1-4/+4
2017-12-05Fix distcheck errorAkira TAGOH2-3/+3
2017-11-20Fix the testcase for env not enabled PCF_CONFIG_OPTION_LONG_FAMILY_NAMES in ↵Akira TAGOH1-2/+2
freetype
2017-11-20Add a testcase for bind-mounted cachedirAkira TAGOH1-0/+30
2017-11-20Add the check of PCF_CONFIG_OPTION_LONG_FAMILY_NAMES backAkira TAGOH4-2/+20
This isn't enabled by default in freetype so need to check it for testsuites
2017-10-17Fixes cleanupAlban Browaeys1-2/+2
Remove leftover references to run-test271.sh.
2017-09-29cleanupAkira TAGOH4-47/+6
2017-06-12Add a testcase for Bug#131804Akira TAGOH2-0/+140
2017-05-31Fix make check fail with freetype-2.7.1 and 2.8 with ↵Akira TAGOH1-3/+7
PCF_CONFIG_OPTION_LONG_FAMILY_NAMES enabled.
2017-03-21Update a bit for the changes in FreeType 2.7.1Akira TAGOH4-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-08Bug 96676 - Check range of FcWeightFromOpenType argumentAkira TAGOH2-0/+36
Fix a crash issue when FcWeightFromOpenType() gets a number more than it expects.
2016-05-30Fix a couple of minor memory leaksErik de Castro Lopo1-0/+2
These fixes are needed for the test suite to pass when compiled with Address Sanitizer.
2015-11-25Avoid an error message on testing when no fonts.conf installedAkira TAGOH1-1/+1
This test case doesn't require any config files so no need to ensure loading them.
2015-11-24Bug 93075 - Possible fix for make check failure on msys/MinGW...Akira TAGOH1-4/+9
Patch from Christian Fafard
2015-10-15Fix compiler warnings on MinGWAkira TAGOH1-2/+2
2015-03-23Bug 89617 - FcConfigAppFontAddFile() returns false on any font fileAkira TAGOH2-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-08Fix a gcc warningAkira TAGOH1-1/+1
test-migration.c:17:5: warning: pointer targets in passing argument 1 of 'FcStrDirname' differ in signedness
2014-01-17Add missing license headersAkira TAGOH3-2/+69
https://bugs.freedesktop.org/show_bug.cgi?id=73401
2013-10-24Fix a build issue on Solaris 10Akira TAGOH1-1/+14
Use own mkdtemp implementation if not available. Reported by Thomas Klausner and Jörn Clausen
2013-10-22Use stat() if there are no d_type in struct direntAkira TAGOH1-0/+18
Reported by Thomas Klausner
2013-10-11do not build test-migration for Win32Akira TAGOH1-1/+4
This testing code is for XDG base directory spec which may be not interesting for them
2013-09-02Add a test case of the migration for config placeAkira TAGOH2-2/+177
2013-02-06Use LOG_COMPILER and AM_TESTS_ENVIRONMENTQuentin Glidic1-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-05Revert "test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT"Akira TAGOH1-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-04test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENTQuentin Glidic1-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-10Ensure we find the uninstalled fontconfig headerBehdad Esfahbod1-0/+2
Patch from Colin Walters.
2013-01-08Add pthread testBehdad Esfahbod2-0/+88
Not enabled by default since it requires config and fonts.
2013-01-02Switch .gitignore to git.mkBehdad Esfahbod1-0/+2
2012-12-31Make tests run on WindowsBehdad Esfahbod2-3/+3
2006-09-03Remove all .cvsignore filesKeith Packard1-2/+0
2006-08-28During test run, remove cache directory to avoid stale cache usage.Keith Packard2-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-042006-08-04 Keith Packard (keithp@keithp.com) reviewed by: plamPatrick Lam2-2/+5
Make cache directories configurable. Simplify and correct some code which deals with per-directory caches.
2003-10-27Yet more cleanups to finish getting 'make distcheck' working This has beenKeith Packard2-12/+20
tested to ensure that it even works from a _build directory.
2003-06-15Remove CRs from the out file before comparing (needed on Windows).Tor Lillqvist1-0/+1
2003-03-02make dist works now. Update to 2.1.90 in preparation for eventual 2.2Keith Packard1-0/+3
release
2003-03-01Add .cvsignoreKeith Packard1-0/+2
2003-03-01Add simple testsKeith Packard6-0/+101