Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cmake/testing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ macro (osl_add_all_tests)
render-mx-sheen
render-mx-medium-vdf
render-mx-medium-vdf-glass
render-microfacet render-oren-nayar
render-microfacet render-oren-nayar
render-spi-thinlayer
render-uv render-veachmis render-ward
render-raytypes
Expand Down
Binary file removed testsuite/render-background/ref/out-macos-alt.exr
Binary file not shown.
Binary file modified testsuite/render-background/ref/out-optix-alt.exr
Binary file not shown.
Binary file modified testsuite/render-background/ref/out.exr
Binary file not shown.
2 changes: 1 addition & 1 deletion testsuite/render-background/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
idiff_program = "idiff"

outputs = [ "out.exr" ]
command = testrender("-r 320 240 -aa 4 --options statistics:level=1 scene.xml out.exr")
command = testrender("-r 160 120 -aa 4 --options statistics:level=1 scene.xml out.exr")
Binary file added testsuite/render-bumptest/ref/out-macos.exr
Binary file not shown.
Binary file modified testsuite/render-bumptest/ref/out-optix-alt.exr
Binary file not shown.
Binary file modified testsuite/render-bumptest/ref/out.exr
Binary file not shown.
2 changes: 1 addition & 1 deletion testsuite/render-bumptest/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
hardfail = 0.035

outputs = [ "out.exr" ]
command = testrender("-r 256 256 -aa 4 --llvm_opt 13 bumptest.xml out.exr")
command = testrender("-r 128 128 -aa 4 --llvm_opt 13 bumptest.xml out.exr")

# Note: we pick this test arbitrarily as the one to verify llvm_opt=13 works
Binary file removed testsuite/render-bunny/ref/out-macos-alt.exr
Binary file not shown.
Binary file modified testsuite/render-bunny/ref/out-optix-alt.exr
Binary file not shown.
Binary file modified testsuite/render-bunny/ref/out.exr
Binary file not shown.
2 changes: 1 addition & 1 deletion testsuite/render-bunny/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
failthresh = 0.01
failpercent = 1
outputs = [ "out.exr" ]
command = testrender("-r 256 256 -aa 8 bunny.xml out.exr")
command = testrender("-r 128 128 -aa 8 bunny.xml out.exr")
Binary file modified testsuite/render-cornell/ref/out-optix-alt.exr
Binary file not shown.
Binary file modified testsuite/render-cornell/ref/out.exr
Binary file not shown.
2 changes: 1 addition & 1 deletion testsuite/render-cornell/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
failthresh = 0.01
failpercent = 1
outputs = [ "out.exr" ]
command = testrender("-r 256 256 -aa 4 --llvm_opt 12 cornell.xml out.exr")
command = testrender("-r 128 128 -aa 4 --llvm_opt 12 cornell.xml out.exr")

# Note: we pick this test arbitrarily as the one to verify llvm_opt=12 works
Binary file added testsuite/render-displacement/ref/out-alt-icx.exr
Binary file not shown.
Binary file modified testsuite/render-displacement/ref/out-alt-macos-arm-debug.exr
Binary file not shown.
Binary file removed testsuite/render-displacement/ref/out-alt1.exr
Binary file not shown.
Binary file removed testsuite/render-displacement/ref/out-alticx.exr
Binary file not shown.
Binary file modified testsuite/render-displacement/ref/out.exr
Binary file not shown.
2 changes: 1 addition & 1 deletion testsuite/render-displacement/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
failthresh = 0.01
failpercent = 1
outputs = [ "out.exr" ]
command = testrender("-r 256 256 -aa 8 scene.xml out.exr")
command = testrender("-r 128 128 -aa 8 scene.xml out.exr")
Binary file modified testsuite/render-furnace-diffuse/ref/out-optix-alt.exr
Binary file not shown.
Binary file modified testsuite/render-furnace-diffuse/ref/out.exr
Binary file not shown.
2 changes: 1 addition & 1 deletion testsuite/render-furnace-diffuse/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# https://github.com/AcademySoftwareFoundation/OpenShadingLanguage

outputs = [ "out.exr" ]
command = testrender("-r 320 240 -aa 20 scene.xml out.exr")
command = testrender("-r 160 120 -aa 20 scene.xml out.exr")
Empty file.
39 changes: 0 additions & 39 deletions testsuite/render-material-layer/checkerboard.osl

This file was deleted.

27 changes: 0 additions & 27 deletions testsuite/render-material-layer/emitter.osl

This file was deleted.

60 changes: 0 additions & 60 deletions testsuite/render-material-layer/material-layer.xml

This file was deleted.

19 changes: 0 additions & 19 deletions testsuite/render-material-layer/matte.osl

This file was deleted.

22 changes: 0 additions & 22 deletions testsuite/render-material-layer/phong.osl

This file was deleted.

Binary file removed testsuite/render-material-layer/ref/out.exr
Binary file not shown.
7 changes: 0 additions & 7 deletions testsuite/render-material-layer/run.py

This file was deleted.

Loading
Loading