[pango: 20/20] Merge branch 'test-coverage' into 'master'




commit 249615a89cc1594e7c16b5cc5004f63ca9eb36b6
Merge: c463e096 034273de
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jun 28 04:15:40 2021 +0000

    Merge branch 'test-coverage' into 'master'
    
    Add better attribute test infrastructure
    
    See merge request GNOME/pango!346

 pango/pango-bidi-type.c         |   7 +-
 pango/pango-bidi-type.h         |  12 +-
 pango/pango-markup.c            |  32 ++--
 pango/pango-matrix.c            |  13 +-
 pango/pango-tabs.c              |   2 +-
 pango/pango-utils.c             |   2 +
 tests/markup-parse.c            | 125 +++++++++++++++-
 tests/markups/fail-10.expected  |   1 +
 tests/markups/fail-10.markup    |  11 ++
 tests/markups/fail-11.expected  |   1 +
 tests/markups/fail-11.markup    |   1 +
 tests/markups/fail-12.expected  |   1 +
 tests/markups/fail-12.markup    |   1 +
 tests/markups/fail-13.expected  |   1 +
 tests/markups/fail-13.markup    |   1 +
 tests/markups/fail-14.expected  |   1 +
 tests/markups/fail-14.markup    |   1 +
 tests/markups/fail-15.expected  |   1 +
 tests/markups/fail-15.markup    |   1 +
 tests/markups/fail-16.expected  |   1 +
 tests/markups/fail-16.markup    |   1 +
 tests/markups/fail-17.expected  |   1 +
 tests/markups/fail-17.markup    |   1 +
 tests/markups/fail-19.expected  |   1 +
 tests/markups/fail-19.markup    |   1 +
 tests/markups/fail-20.expected  |   1 +
 tests/markups/fail-20.markup    |   1 +
 tests/markups/fail-21.expected  |   1 +
 tests/markups/fail-21.markup    |   1 +
 tests/markups/fail-22.expected  |   1 +
 tests/markups/fail-22.markup    |   1 +
 tests/markups/fail-23.expected  |   1 +
 tests/markups/fail-23.markup    |   1 +
 tests/markups/fail-24.expected  |   1 +
 tests/markups/fail-24.markup    |   1 +
 tests/markups/fail-25.expected  |   1 +
 tests/markups/fail-25.markup    |   1 +
 tests/markups/fail-26.expected  |   1 +
 tests/markups/fail-26.markup    |   1 +
 tests/markups/fail-27.expected  |   1 +
 tests/markups/fail-27.markup    |   1 +
 tests/markups/fail-28.expected  |   1 +
 tests/markups/fail-28.markup    |   1 +
 tests/markups/fail-29.expected  |   1 +
 tests/markups/fail-29.markup    |   1 +
 tests/markups/fail-30.expected  |   1 +
 tests/markups/fail-30.markup    |   1 +
 tests/markups/fail-31.expected  |   1 +
 tests/markups/fail-31.markup    |   1 +
 tests/markups/fail-32.expected  |   1 +
 tests/markups/fail-32.markup    |   1 +
 tests/markups/fail-33.expected  |   1 +
 tests/markups/fail-33.markup    |   1 +
 tests/markups/fail-34.expected  |   1 +
 tests/markups/fail-34.markup    |   1 +
 tests/markups/fail-35.expected  |   1 +
 tests/markups/fail-35.markup    |   1 +
 tests/markups/fail-36.expected  |   1 +
 tests/markups/fail-36.markup    |   1 +
 tests/markups/fail-37.expected  |   1 +
 tests/markups/fail-37.markup    |   1 +
 tests/markups/fail-38.expected  |   1 +
 tests/markups/fail-38.markup    |   1 +
 tests/markups/fail-39.expected  |   1 +
 tests/markups/fail-39.markup    |   1 +
 tests/markups/fail-6.expected   |   1 +
 tests/markups/fail-6.markup     |   1 +
 tests/markups/fail-7.expected   |   1 +
 tests/markups/fail-7.markup     |   1 +
 tests/markups/fail-8.expected   |   1 +
 tests/markups/fail-8.markup     |   1 +
 tests/markups/fail-9.expected   |   1 +
 tests/markups/fail-9.markup     |  11 ++
 tests/markups/valid-10.markup   |   4 +-
 tests/markups/valid-11.markup   |   4 +-
 tests/markups/valid-16.expected |  27 ++++
 tests/markups/valid-16.markup   |   1 +
 tests/markups/valid-17.expected |  14 ++
 tests/markups/valid-17.markup   |   1 +
 tests/markups/valid-18.expected |  24 +++
 tests/markups/valid-18.markup   |  11 ++
 tests/markups/valid-19.expected |  18 +++
 tests/markups/valid-19.markup   |   5 +
 tests/markups/valid-2.expected  |   2 +-
 tests/markups/valid-2.markup    |   2 +-
 tests/markups/valid-3.expected  |   1 +
 tests/markups/valid-3.markup    |   1 +
 tests/markups/valid-8.expected  |  67 +++++++--
 tests/markups/valid-8.markup    |  13 +-
 tests/meson.build               |  43 +++++-
 tests/test-common.c             | 217 ++++++++++++++++++++++++++++
 tests/test-common.h             |   7 +
 tests/test-font.c               |  71 +++++++++
 tests/testattributes.c          | 313 ++++++++++++----------------------------
 tests/testcolor.c               |  30 ++++
 tests/testcontext.c             | 145 +++++++++++++++++++
 tests/testlanguage.c            |  67 +++++++++
 tests/testmatrix.c              | 205 ++++++++++++++++++++++++++
 tests/testmisc.c                | 149 +++++++++++++++++++
 tests/testtabs.c                | 110 ++++++++++++++
 100 files changed, 1557 insertions(+), 274 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]