mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-21 23:05:20 +00:00
font: disable sprite test in valgrind
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user