Skip to content

Commit 71b7791

Browse files
lgritztgrant-nv
authored andcommitted
Address platform-to-platform test result variation
1 parent 86f1c67 commit 71b7791

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

testsuite/render-background/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
failthresh = 0.01
88
failpercent = 1
99
hardfail = 0.11
10+
allowfailures = 5
11+
idiff_program = "idiff"
1012

1113
outputs = [ "out.exr" ]
1214
command = testrender("-r 320 240 -aa 4 scene.xml out.exr")

testsuite/render-microfacet/run.py

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

77
failthresh = 0.02
88
failpercent = 1
9+
allowfailures = 5
10+
idiff_program = "idiff"
911

1012
outputs = [ "out.exr" ]
1113
command = testrender("-r 320 240 -aa 8 scene.xml out.exr")

testsuite/render-mx-conductor/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
failthresh = 0.01
88
failpercent = 1
99
hardfail = 0.025
10+
allowfailures = 5
11+
idiff_program = "idiff"
1012

1113
outputs = [ "out.exr" ]
1214
command = testrender("-v -r 320 240 -aa 16 scene.xml out.exr")

testsuite/render-mx-layer/run.py

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

77
failthresh = 0.01
88
failpercent = 1
9+
allowfailures = 5
10+
idiff_program = "idiff"
11+
912
outputs = [ "out.exr" ]
1013
command = testrender("-r 320 240 -aa 6 scene.xml out.exr")

testsuite/render-mx-sheen/run.py

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

77
failthresh = 0.01
88
failpercent = 1
9+
allowfailures = 5
10+
idiff_program = "idiff"
11+
912
outputs = [ "out.exr" ]
1013
command = testrender("-r 320 240 -aa 6 scene.xml out.exr")

0 commit comments

Comments
 (0)