[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:
Behdad Esfahbod 2025-02-26 14:41:04 -07:00
parent 6fe1441782
commit 753093d60e
39 changed files with 22 additions and 2 deletions

View 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

View file

@ -0,0 +1 @@
󰰀​󰰁​󰰂​󰰃​󰰄

View file

@ -0,0 +1 @@
󰸀​󰸁

View file

@ -0,0 +1 @@
󰨀​󰨁​󰨂​󰨃​󰨄​󰨅​󰨆​󰨇​󰨈​󰨉​󰨊​󰨋​󰨌​󰨍​󰨎​󰨏​󰨐​󰨑​󰨒​󰨓​󰨔​󰨕​󰨖​󰨗​󰨘​󰨙​󰨚​󰨛

View file

@ -0,0 +1 @@
󰔀​󰔁​󰔂​󰔃​󰔄​󰔅​󰔆​󰔇​󰔈

View file

@ -0,0 +1 @@
󰬀​󰬁​󰬂​󰬃​󰬄​󰬅​󰬆​󰬇

View file

@ -0,0 +1 @@
󰴀

View file

@ -0,0 +1 @@
󰘀​󰘁​󰘂​󰘃

View file

@ -0,0 +1 @@
󰌀​󰌁​󰌂​󰌃​󰌄​󰌅

View file

@ -0,0 +1 @@
󰜀​󰜁​󰜂​󰜃​󰜄​󰜅

View file

@ -0,0 +1 @@
󰠀​󰠁​󰠂​󰠃

View file

@ -0,0 +1 @@
󰤀​󰤁​󰤂​󰤃​󰤄​󰤅​󰤆

View file

@ -0,0 +1 @@
󰈀​󰈁​󰈂​󰈃​󰈄​󰈅​󰈆​󰈇​󰈈​󰈉​󰈊​󰈋​󰈌​󰈍​󰈎​󰈏​󰈐​󰈑​󰈒​󰈓​󰈔​󰈕​󰈖​󰈗​󰈘​󰈙​󰈚​󰈛​󰈜​󰈝​󰈞​󰈟​󰈠​󰈡​󰈢​󰈣​󰈤​󰈥​󰈦​󰈧​󰈨​󰈩​󰈪​󰈫​󰈬​󰈭​󰈮​󰈯​󰈰​󰈱​󰈲​󰈳​󰈴​󰈵​󰈶​󰈷​󰈸​󰈹​󰈺​󰈻​󰈼​󰈽​󰈾​󰈿​󰉀​󰉁​󰉂​󰉃​󰉄​󰉅​󰉆​󰉇

View file

@ -0,0 +1 @@
󱀀

View file

@ -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);