@@ -508,15 +508,15 @@ function(layer_test test_name test_exe)
508508 add_test (NAME layer_test_${ARGV0}_replay COMMAND ${CMAKE_CURRENT_BINARY_DIR} /lava-replay -V vulkan_${ARGV0}.vk )
509509 set_tests_properties (layer_test_${ARGV0}_replay PROPERTIES FIXTURES_REQUIRED ${ARGV0} )
510510 add_test (NAME layer_test_${ARGV0}_replay_cpu COMMAND ${CMAKE_CURRENT_BINARY_DIR} /lava-replay -C -V vulkan_${ARGV0}.vk )
511- set_tests_properties (layer_test_${ARGV0}_replay_cpu PROPERTIES FIXTURES_REQUIRED ${ARGV0} )
511+ set_tests_properties (layer_test_${ARGV0}_replay_cpu PROPERTIES FIXTURES_REQUIRED ${ARGV0} SKIP_RETURN_CODE 77 )
512512 add_test (NAME layer_test_${ARGV0}_replay_blackhole COMMAND ${CMAKE_CURRENT_BINARY_DIR} /lava-replay -V -B vulkan_${ARGV0}.vk )
513513 set_tests_properties (layer_test_${ARGV0}_replay_blackhole PROPERTIES FIXTURES_REQUIRED ${ARGV0} )
514514 add_test (NAME layer_test_${ARGV0}_replay_blackhole_nonewsi COMMAND ${CMAKE_CURRENT_BINARY_DIR} /lava-replay -V -B -w none vulkan_${ARGV0}.vk )
515515 set_tests_properties (layer_test_${ARGV0}_replay_blackhole_nonewsi PROPERTIES FIXTURES_REQUIRED ${ARGV0} )
516516 add_test (NAME layer_test_${ARGV0}_replay_nonewsi COMMAND ${CMAKE_CURRENT_BINARY_DIR} /lava-replay -V -w none vulkan_${ARGV0}.vk )
517517 set_tests_properties (layer_test_${ARGV0}_replay_nonewsi PROPERTIES FIXTURES_REQUIRED ${ARGV0} )
518518 add_test (NAME layer_test_${ARGV0}_replay_from_simulation COMMAND ${CMAKE_CURRENT_BINARY_DIR} /lava-replay -V vulkan_${ARGV0}_simulation.vk )
519- set_tests_properties (layer_test_${ARGV0}_replay_from_simulation PROPERTIES FIXTURES_REQUIRED "${ARGV0} _simulation;${ARGV0} " )
519+ set_tests_properties (layer_test_${ARGV0}_replay_from_simulation PROPERTIES FIXTURES_REQUIRED "${ARGV0} _simulation;${ARGV0} " SKIP_RETURN_CODE 77 )
520520endfunction ()
521521
522522layer_test (general general )
@@ -553,6 +553,7 @@ layer_test(thread_4_2 thread_4 -V 3 -S 100)
553553layer_test (thread_4_3 thread_4 -V 2 -S 0 )
554554layer_test (compute_bda_sc compute_bda_sc )
555555layer_test (compute_bda_pushconstant compute_bda_pushconstant )
556+ layer_test (compute_bda_pushconstant_4 compute_bda_pushconstant -V 4 )
556557layer_test (compute_bda_ubo compute_bda_ubo )
557558layer_test (compute_bda_ubo_ssbo compute_bda_ubo --ssbo )
558559layer_test (compute_bda_ubo_fb compute_bda_ubo --frame-boundary )
@@ -618,6 +619,7 @@ layer_test(pipeline_executable_properties pipeline_executable_properties)
618619layer_test (extended_dynamic_state3 extended_dynamic_state3 )
619620#layer_test(push_descriptor)
620621layer_test (host_image_copy host_image_copy )
622+ layer_test (host_image_copy_ext host_image_copy_ext )
621623#layer_test(compute_aliasing compute_aliasing)
622624layer_test (compute_bda_copying_address compute_bda_copying_address )
623625layer_test (compute_descriptor_buffer compute_descriptor_buffer )
@@ -631,3 +633,7 @@ layer_test(tensors_1 tensors_1)
631633layer_test (timeline_semaphore_1 timeline_semaphore_1 )
632634layer_test (trace_helpers trace_helpers )
633635layer_test (updatedescriptor_1 updatedescriptor_1 )
636+ layer_test (device_generated_commands_1 device_generated_commands_1 )
637+ layer_test (nested_commandbuffers nested_commandbuffers )
638+ #layer_test(compute_shader_module_identifier compute_shader_module_identifier)
639+ layer_test (compute_shader_object compute_shader_object )
0 commit comments