Skip to content

Commit 9370eeb

Browse files
committed
testing: bump test comparison threshold on a few tests
Signed-off-by: Larry Gritz <[email protected]>
1 parent ffc5b90 commit 9370eeb

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

testsuite/render-microfacet/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
66

77
failthresh = 0.02
8+
failrelative = 0.01
89
failpercent = 1
910
allowfailures = 5
1011
idiff_program = "idiff"

testsuite/render-mx-generalized-schlick/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
failthresh = 0.01
88
failpercent = 1
9+
allowfailures = 2
10+
911
outputs = [ "out.exr" ]
1012
command = testrender("-v -r 320 240 -aa 16 scene.xml out.exr")

testsuite/render-raytypes/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
failthresh = 0.01
1111
failpercent = 1
1212
hardfail = 0.025
13+
allowfailures = 2
1314

1415
outputs = [ "out.exr" ]
1516
command = testrender("-v -r 100 75 -aa 2 scene.xml out.exr")

0 commit comments

Comments
 (0)