mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[test-colrv1] Add test files from https://roettsch.es/var_colrv1.html
These are not currently used for any testing. To be used later.
This commit is contained in:
parent
6fe1441782
commit
753093d60e
39 changed files with 22 additions and 2 deletions
7
test/api/data-paint/README
Normal file
7
test/api/data-paint/README
Normal file
|
@ -0,0 +1,7 @@
|
|||
Imported from https://roettsch.es/var_colrv1.html
|
||||
|
||||
To be tested with
|
||||
https://github.com/googlefonts/color-fonts/blob/main/fonts/noto-glyf_colr_1.ttf
|
||||
|
||||
See description of each glyph in:
|
||||
https://github.com/googlefonts/color-fonts/blob/main/glyph_descriptions.md
|
1
test/api/data-paint/clipbox.test
Normal file
1
test/api/data-paint/clipbox.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/color_circles_palette.test
Normal file
1
test/api/data-paint/color_circles_palette.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/composite_mode.test
Normal file
1
test/api/data-paint/composite_mode.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/extend_mode.test
Normal file
1
test/api/data-paint/extend_mode.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/foreground_color.test
Normal file
1
test/api/data-paint/foreground_color.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/gradient_p2_skewed.test
Normal file
1
test/api/data-paint/gradient_p2_skewed.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/paint_rotate.test
Normal file
1
test/api/data-paint/paint_rotate.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/paint_scale.test
Normal file
1
test/api/data-paint/paint_scale.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/paint_skew.test
Normal file
1
test/api/data-paint/paint_skew.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/paint_transform.test
Normal file
1
test/api/data-paint/paint_transform.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/paint_translate.test
Normal file
1
test/api/data-paint/paint_translate.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/sweep_varsweep.test
Normal file
1
test/api/data-paint/sweep_varsweep.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
test/api/data-paint/variable_alpha.test
Normal file
1
test/api/data-paint/variable_alpha.test
Normal file
|
@ -0,0 +1 @@
|
|||
|
|
@ -404,7 +404,7 @@ test_hb_paint (gconstpointer d,
|
|||
|
||||
/* Run
|
||||
*
|
||||
* GENERATE_DATA=1 G_TEST_SRCDIR=./test/api ./build/test/api/test-paint -p TESTCASE > test/api/results/OUTPUT
|
||||
* GENERATE_DATA=1 G_TEST_SRCDIR=./test/api ./build/test/api/test-paint -p TESTCASE > test/api/results-paint/OUTPUT
|
||||
*
|
||||
* to produce the expected results file.
|
||||
*/
|
||||
|
@ -414,7 +414,7 @@ test_hb_paint (gconstpointer d,
|
|||
exit (0);
|
||||
}
|
||||
|
||||
file = g_test_build_filename (G_TEST_DIST, "results", test->output, NULL);
|
||||
file = g_test_build_filename (G_TEST_DIST, "results-paint", test->output, NULL);
|
||||
if (!g_file_get_contents (file, &buffer, &len, &error))
|
||||
{
|
||||
g_test_message ("File %s not found.", file);
|
||||
|
|
Loading…
Add table
Reference in a new issue