summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [test] Include headerBehdad Esfahbod2015-05-041-0/+1
|
* [test] Fix line number reportingBehdad Esfahbod2015-04-061-1/+1
|
* Speed up test-pangocairo-threadsBehdad Esfahbod2015-04-051-2/+2
|
* Kill unused pangorc fileKhaled Hosny2015-04-042-10/+1
|
* Add tests for PangoAttributesMatthias Clasen2015-03-132-0/+637
| | | | | These tests exercise PangoAttribute, PangoAttrList and PangoAttrIterator apis.
* Split out some test functionsMatthias Clasen2015-03-134-169/+240
| | | | These will be reused later.
* Update expected test resultsMatthias Clasen2014-09-192-8/+8
| | | | | Update the expected output of the layout tests to the previous change.
* Don't compare fonts in the layout testMatthias Clasen2014-09-191-1/+1
| | | | | For some reason (that I haven't been able to track down), this fails in the installed tests on build.gnome.org.
* Add some tests for PangoFontDescriptionMatthias Clasen2014-09-082-0/+94
| | | | This just a small beginning, much more is needed here.
* Try to fix the test on build.gnome.orgMatthias Clasen2014-09-061-4/+6
| | | | | | For some reason, the test-layout test does not show the font size when run on build.gnome.org. Try harder to make it use the Cantarell 11 font that I want it to use.
* layout tests: Adapt expected outputMatthias Clasen2014-09-031-1/+1
| | | | | We see the 'ellipsized' analysis flag in the output now, as we should.
* test-layout: Better error reportingMatthias Clasen2014-09-031-8/+62
| | | | | Run diff over the output to give a meaningful error if the comparison fails.
* Add tests for PangoLayoutMatthias Clasen2014-08-306-3/+580
| | | | | | This tests works similar to the markup parser tests - we populate a layout with known data, and then compare a dump of its properties with expected output.
* Add tests for pango markupMatthias Clasen2014-08-2812-3/+360
| | | | | | | | | | This test is modeled after the GMarkup parser tests in GLib. Test file with a name ending in .markup can be dumped in tests/markups/, and tests/markup-parse can be used to generate the expected output files which should be in the same location and with the extension .markup replaced by .expected. The test is also used as an installed test.
* testsuite: put installed tests in the right placeMatthias Clasen2014-05-311-2/+2
| | | | | | Follow the prevailing practice and put the installed tests into $libdir/installed-tests/$PACKAGE instead of $pkglibdir/installed-tests.
* Fix tests for builddir != srcdir by setting G_TEST_{SRC,BUILD}DIRIain Lane2014-02-071-0/+2
|
* Avoid hard-dep on bleeding-edge GLibMatthias Clasen2013-06-073-0/+22
| | | | | | If new test api is not available, do without it. In this case, the tests won't work installed, but they should still work uninstalled and in distcheck.
* Make tests installableMatthias Clasen2013-05-317-58/+121
| | | | This ensures that tests are run continuously on ostree.gnome.org.
* [test] Fix scaleBehdad Esfahbod2013-03-151-1/+1
|
* Use g_snprintf()Behdad Esfahbod2013-03-151-1/+1
|
* Put g_type_init() back inBehdad Esfahbod2013-01-081-0/+4
|
* Remove unused macrosBehdad Esfahbod2013-01-081-24/+0
|
* MinorBehdad Esfahbod2013-01-081-1/+1
|
* Avoid compiler warnings in testiter.cMatthias Clasen2013-01-071-4/+1
| | | | | Drop an unused variable, and don't call the deprecated pango_cairo_font_map_create_context().
* Avoid a compiler warningMatthias Clasen2013-01-071-0/+2
| | | | ifdef out a function whose only use is already ifdef'ed out.
* Ignore deprecations in test-ot-tagsMatthias Clasen2013-01-071-0/+6
| | | | | This entire test is about the deprecated OpenType API. Not much we can do except ignoring deprecations.
* Fix last leak in test-pangocairo-threadsBehdad Esfahbod2013-01-071-1/+3
|
* Fix test leaksBehdad Esfahbod2013-01-071-0/+16
| | | | | Valgrinding.... Apparently somewhere some memory corruption happens. Argh...
* Make test-pangocairo-threads stress fontconfig moreBehdad Esfahbod2013-01-071-5/+6
|
* Enable test-pangocairo-threads by defaultBehdad Esfahbod2013-01-042-2/+3
| | | | | | | Using 100 threads and 100 iterations per thread. Only passes with fontconfig master. We will get a release made and required soon...
* Improve test-pangocairo-threadsBehdad Esfahbod2013-01-041-13/+49
| | | | | Can be run standalone now, compares the output of all threads and fails if they mismatch.
* Refactor test-pangocairo-threads.cBehdad Esfahbod2013-01-041-18/+26
|
* Improve test-pangocairo-threadsBehdad Esfahbod2013-01-041-9/+19
|
* Update test-pangocairo-threads to new threads APIBehdad Esfahbod2013-01-031-19/+13
|
* Add test-pangocairo-threads.cBehdad Esfahbod2013-01-032-1/+76
| | | | | Currently is not run automatically. But run it with args "10 100" and see it crash...
* Add GraphemeBreakTest.txt to the treeBehdad Esfahbod2012-12-022-1/+363
| | | | | | All tests in that file pass, lets keep it that way. This is as of Unicode 6.1.0. 6.2 needs more work.
* MinorBehdad Esfahbod2012-12-021-0/+1
|
* Fix warningBehdad Esfahbod2012-12-021-1/+1
|
* Fix test-ot-tags expectations after harfbuzz transitionBehdad Esfahbod2012-12-021-7/+5
|
* Remove runtests.shBehdad Esfahbod2012-12-022-60/+3
|
* Build test programs in "make all"Behdad Esfahbod2012-12-021-2/+2
|
* Fix build for testsBehdad Esfahbod2012-12-021-9/+9
|
* More pangox resigual removalBehdad Esfahbod2012-08-181-4/+0
|
* Bug 627902 - explicitely link dump-boundaries to GLibBehdad Esfahbod2010-08-251-8/+11
|
* Use git.mkBehdad Esfahbod2009-04-171-0/+2
|
* Fix warningsBehdad Esfahbod2009-02-061-1/+2
|
* Fix warningBehdad Esfahbod2009-01-281-6/+3
| | | | svn path=/trunk/; revision=2812
* Remove Unicode test files from distBehdad Esfahbod2008-05-131-4/+1
| | | | svn path=/trunk/; revision=2625
* Minor.Behdad Esfahbod2008-04-251-1/+1
| | | | svn path=/trunk/; revision=2619
* Part of Bug 97545 – Make pango_default_break follow Unicode TR #29Behdad Esfahbod2008-04-251-2/+1
| | | | | | | | | | | | | | | | 2008-04-24 Behdad Esfahbod <behdad@gnome.org> Part of Bug 97545 – Make pango_default_break follow Unicode TR #29 * docs/tmpl/main.sgml: * pango/break.c (pango_default_break): * pango/pango-break.h: * tests/testboundaries_ucd.c (main): Add new PangoLogAttr member is_word_boundary, that implements UAX#29's Word Boundaries semantics. Test fully passes for it. svn path=/trunk/; revision=2618