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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
LLVM_VERSION=14.0.0 LLVM_DISTRO_NAME=ubuntu-18.04
PUGIXML_VERSION=v1.9
CTEST_TEST_TIMEOUT=1800
OSL_CMAKE_FLAGS="-DOSL_TEST_BIG_TIMEOUT=1800"
OSL_CMAKE_FLAGS="-DOSL_TEST_BIG_TIMEOUT=1200"
- desc: gcc10/C++17 llvm14 oiio-2.5 avx2
nametag: linux-2021ish-gcc10-llvm14
runner: ubuntu-22.04
Expand Down
Binary file modified testsuite/render-mx-anisotropic-vdf/ref/out-linux-alt.exr
100755 → 100644
Binary file not shown.
Binary file not shown.
Binary file modified testsuite/render-mx-anisotropic-vdf/ref/out-optix-alt.exr
100755 → 100644
Binary file not shown.
Binary file modified testsuite/render-mx-anisotropic-vdf/ref/out.exr
100755 → 100644
Binary file not shown.
4 changes: 3 additions & 1 deletion testsuite/render-mx-anisotropic-vdf/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@

failthresh = 0.01
failpercent = 1
allowfailures = 5

outputs = [ "out.exr" ]
command = testrender("-v -r 196 196 -aa 64 scene.xml out.exr")
command = testrender("-v -r 196 196 -aa 32 scene.xml out.exr")
Binary file modified testsuite/render-mx-medium-vdf-glass/ref/out-linux-alt.exr
100755 → 100644
Binary file not shown.
Binary file not shown.
Binary file modified testsuite/render-mx-medium-vdf-glass/ref/out.exr
100755 → 100644
Binary file not shown.
4 changes: 3 additions & 1 deletion testsuite/render-mx-medium-vdf-glass/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@

failthresh = 0.01
failpercent = 1
allowfailures = 5

outputs = [ "out.exr" ]
command = testrender("-r 196 196 -aa 32 scene.xml out.exr")
command = testrender("-r 196 196 -aa 16 scene.xml out.exr")
Binary file modified testsuite/render-mx-medium-vdf/ref/out-linux-alt.exr
100755 → 100644
Binary file not shown.
Binary file not shown.
Binary file modified testsuite/render-mx-medium-vdf/ref/out.exr
100755 → 100644
Binary file not shown.
3 changes: 2 additions & 1 deletion testsuite/render-mx-medium-vdf/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@

failthresh = 0.01
failpercent = 1

outputs = [ "out.exr" ]
command = testrender("-v -r 196 196 -aa 64 scene.xml out.exr")
command = testrender("-v -r 196 196 -aa 32 scene.xml out.exr")
Loading