Skip to content

Commit 2a4499b

Browse files
committed
tests: Increase tolerance for ARM runners
1 parent e8c3824 commit 2a4499b

File tree

20 files changed

+34
-20
lines changed

20 files changed

+34
-20
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
num_frames = 11
22

33
[image_comparisons.output]
4-
tolerance = 0
4+
tolerance = 3
55

66
[player_options]
77
with_renderer = { optional = true, sample_count = 1 }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
num_frames = 1
22

33
[image_comparisons.output]
4-
tolerance = 3
4+
tolerance = 6
55

66
[player_options]
77
with_renderer = { optional = false, sample_count = 1 }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
num_frames = 1
22

33
[image_comparisons.output]
4-
tolerance = 3
4+
tolerance = 6
55

66
[player_options]
77
with_renderer = { optional = false, sample_count = 1 }
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
num_ticks = 1
22

3-
[image_comparisons.output]
3+
[[image_comparisons.output.checks]]
4+
filter = 'not(arch = "aarch64")'
45
tolerance = 2
56

7+
[[image_comparisons.output.checks]]
8+
filter = 'arch = "aarch64"'
9+
tolerance = 2
10+
11+
# TODO There's an off-by-1-pixel line on AArch64
12+
max_outliers = 340
13+
614
[player_options]
715
with_renderer = { optional = false, sample_count = 1 }

tests/tests/swfs/avm2/pixelbender_dithering/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ num_ticks = 1
44

55
[image_comparisons.output]
66
tolerance = 1
7-
max_outliers = 19813
7+
max_outliers = 19929
88

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

tests/tests/swfs/avm2/stage3d_bitmap/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
num_frames = 50
44

55
[image_comparisons.output]
6-
tolerance = 2
6+
tolerance = 4
77

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

tests/tests/swfs/avm2/stage3d_ignore_sampler_override/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
num_frames = 1
22

33
[image_comparisons.output]
4-
tolerance = 1
4+
tolerance = 8
55
# FIXME - investigate why this is so high
66
max_outliers = 1935
77

tests/tests/swfs/avm2/stage3d_raytrace/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
num_frames = 80
66

77
[image_comparisons.output]
8-
tolerance = 1
8+
tolerance = 8
99
max_outliers = 10
1010

1111
[player_options]

tests/tests/swfs/avm2/stage3d_texture/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
num_frames = 5
55

66
[image_comparisons.output]
7-
tolerance = 2
7+
tolerance = 8
88
# FIXME - figure out why this needs to be so high
99
max_outliers = 117
1010

tests/tests/swfs/avm2/stage3d_texture_bytearray/test.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
num_frames = 1
22

33
[image_comparisons.output]
4-
tolerance = 2
4+
tolerance = 4
55

66
[player_options]
77
with_renderer = { optional = true, sample_count = 1 }

0 commit comments

Comments
 (0)