Skip to content

Commit

Permalink
bump fail percentage allowed for examples/ttf_font/example_ttf.v for …
Browse files Browse the repository at this point in the history
…now, instead of commenting it out completely
  • Loading branch information
spytheman committed Feb 13, 2025
1 parent 97c4a6f commit ad3777d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cmd/tools/vgret.defaults.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
[[apps]]
path = 'examples/gg/bezier_anim.v'

##[[apps]]
## path = 'examples/ttf_font/example_ttf.v'
[[apps]]
path = 'examples/ttf_font/example_ttf.v'
compare.flags = ['-p','-fail 0.008','-failpercent 1.5']


# Reasons for ex- or inclusion:
#
Expand All @@ -62,7 +64,7 @@
# 'examples/flappylearning/game.v' // Random movement
# 'examples/hot_reload/bounce.v' // Inaccurate captures
# 'examples/hot_reload/graph.v' // Inaccurate captures
# 'examples/ttf_font/example_ttf.v' // The font rendering seems to be shifted with a few pixels on Ubuntu 24.04, compared to Ubuntu 20.04 . TODO: update it with the newer visuals.
# 'examples/ttf_font/example_ttf.v' // OK-ish ... the font rendering seems to be shifted with a few pixels on Ubuntu 24.04, compared to Ubuntu 20.04 . TODO: update it with the newer visuals.
# 'examples/sokol/01_cubes/cube.v', // Can pass with a warning and diff at around 1.2%
# 'examples/sokol/02_cubes_glsl/cube_glsl.v', // Inaccurate captures
# 'examples/sokol/03_march_tracing_glsl/rt_glsl.v', // Inaccurate captures
Expand Down

0 comments on commit ad3777d

Please sign in to comment.