[cairo-commit] 2 commits - test/meson.build test/reference
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sun Feb 21 16:09:30 UTC 2021
test/meson.build | 1 +
test/reference/bug-448.ref.png |binary
2 files changed, 1 insertion(+)
New commits:
commit 9e84988f411b78786d8da2f8cb013e80fa7a98e0
Merge: 1569dcd4d ee4329927
Author: Heiko Lewin <hlewin at gmx.de>
Date: Sun Feb 21 16:09:28 2021 +0000
Merge branch 'fix-448-test' into 'master'
Make the test case for bug 448 pass
See merge request cairo/cairo!123
diff --cc test/meson.build
index 48703e7db,628e71c5d..0a7bf6d3a
--- a/test/meson.build
+++ b/test/meson.build
@@@ -25,8 -25,8 +25,9 @@@ test_sources =
'big-trap.c',
'bilevel-image.c',
'bug-40410.c',
+ 'bug-448.c',
'bug-51910.c',
+ 'bug-75705.c',
'bug-84115.c',
'bug-bo-rectangular.c',
'bug-bo-collins.c',
commit ee43299276506c0d3a64531565d390dc8264b3ec
Author: Uli Schlachter <psychon at znc.in>
Date: Sat Feb 6 16:40:48 2021 +0100
Make the test case for bug 448 pass
Someone apparently forgot to actually add the reference image. And also
forgot to add the test to meson. Sigh.
Signed-off-by: Uli Schlachter <psychon at znc.in>
diff --git a/test/meson.build b/test/meson.build
index b8149a7bc..628e71c5d 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -25,6 +25,7 @@ test_sources = [
'big-trap.c',
'bilevel-image.c',
'bug-40410.c',
+ 'bug-448.c',
'bug-51910.c',
'bug-84115.c',
'bug-bo-rectangular.c',
diff --git a/test/reference/bug-448.ref.png b/test/reference/bug-448.ref.png
new file mode 100644
index 000000000..7997f8a96
Binary files /dev/null and b/test/reference/bug-448.ref.png differ
More information about the cairo-commit
mailing list