font: disable sprite test in valgrind

pull/8319/head
Mitchell Hashimoto 2025-08-21 06:57:23 -07:00
parent fe5eafac0a
commit 96a0b9021c
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
2 changed files with 15 additions and 0 deletions

View File

@ -511,6 +511,9 @@ fn testDrawRanges(
}
test "sprite face render all sprites" {
// This test is way too slow to run under Valgrind, unfortunately.
if (std.valgrind.runningOnValgrind() > 0) return error.SkipZigTest;
// Renders all sprites to an atlas and compares
// it to a ground truth for regression testing.

View File

@ -574,6 +574,18 @@
...
}
{
pango language
Memcheck:Leak
match-leak-kinds: possible
fun:calloc
fun:g_malloc0
fun:pango_language_from_string
fun:pango_language_get_default
fun:gtk_get_locale_direction
fun:gtk_init_check
...
}
{
Adwaita Stylesheet Load
Memcheck:Leak