diff --git a/tests/data b/tests/data index 93b4f045b5e..ca2f7489df5 160000 --- a/tests/data +++ b/tests/data @@ -1 +1 @@ -Subproject commit 93b4f045b5eb289060f80929e7c5c45c63b3fcaf +Subproject commit ca2f7489df55773c581abe60ca1c54adf6a4b79d diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py index 7cd69eec86e..e647949436d 100644 --- a/tests/python/cycles_render_tests.py +++ b/tests/python/cycles_render_tests.py @@ -70,10 +70,12 @@ BLOCKLIST_OPTIX = [ ] BLOCKLIST_OPTIX_OSL = [ - # OPTIX OSL doesn't support trace function needed for AO and bevel - 'bake_bevel.blend', + # OptiX OSL does support AO or Bevel 'ambient_occlusion.*.blend', + 'bake_bevel.blend', 'bevel.blend', + 'principled_bsdf_bevel_emission_137420.blend', + # OptiX OSL doesn't support the trace function 'osl_trace_shader.blend', # Bump evaluation is not implemented yet. See 104276 'compare_bump.blend',