Skip to content

Commit

Permalink
tests: Increase tolerance of image tests failing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
kjarosh authored and Aaron1011 committed Jul 26, 2024
1 parent a4c6c35 commit 3f85265
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/tests/swfs/avm2/netstream_seek_flv/test.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
num_ticks=60

[image_comparisons.output]
tolerance = 4
tolerance = 30
max_outliers = 271

[player_options]
with_renderer = { optional = true, sample_count = 1 }
with_video = true
with_video = true
2 changes: 1 addition & 1 deletion tests/tests/swfs/avm2/stage3d_blend/test.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 2
tolerance = 3

[player_options]
with_renderer = { optional = false, sample_count = 1 }
2 changes: 1 addition & 1 deletion tests/tests/swfs/avm2/stage3d_raytrace/test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ num_frames = 80

[image_comparisons.output]
tolerance = 1
max_outliers = 6
max_outliers = 10

[player_options]
# This test runs very slowly on unoptimized `test` builds,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
num_frames = 1

[image_comparisons.output]
tolerance = 0
tolerance = 1

[player_options]
with_renderer = { optional = false, sample_count = 1 }
with_renderer = { optional = false, sample_count = 1 }

0 comments on commit 3f85265

Please sign in to comment.