VK-GL-CTS icon indicating copy to clipboard operation
VK-GL-CTS copied to clipboard

What does the NotSupported state mean?

Open Arsene9421 opened this issue 2 years ago • 2 comments

When I run the opengl-CTS-4.6.1.0 tag, After I run this command ./glcts --deqp-case-list=gl_cts/data/mustpass/gl/khronos_mustpass/4.6.0.x/gl33-master.txt

I got some of the following results:

NotSupported KHR-GL33.CommonBugs.CommonBug_PerVertexValidation NotSupported KHR-GL33.cull_distance.coverage NotSupported KHR-GL33.cull_distance.functional NotSupported KHR-GL33.cull_distance.negative NotSupported KHR-GL33.gpu_shader5_gl.float_encoding NotSupported KHR-GL33.gpu_shader5_gl.function_overloading NotSupported KHR-GL33.gpu_shader5_gl.implicit_conversions NotSupported KHR-GL33.packed_depth_stencil.stencil_texturing.depth24_stencil8 NotSupported KHR-GL33.packed_depth_stencil.stencil_texturing.depth32f_stencil8 NotSupported KHR-GL33.pipeline_statistics_query_tests_ARB.api_coverage_invalid_glbeginquery_calls NotSupported KHR-GL33.pipeline_statistics_query_tests_ARB.api_coverage_unsupported_calls NotSupported KHR-GL33.pipeline_statistics_query_tests_ARB.functional_compute_shader_invocations NotSupported KHR-GL33.pipeline_statistics_query_tests_ARB.functional_default_qo_values NotSupported KHR-GL33.pipeline_statistics_query_tests_ARB.functional_fragment_shader_invocations NotSupported KHR-GL33.pipeline_statistics_query_tests_ARB.functional_geometry_shader_queries NotSupported KHR-GL33.pipeline_statistics_query_tests_ARB.functional_non_rendering_commands_do_not_affect_queries NotSupported KHR-GL33.pipeline_statistics_query_tests_ARB.functional_primitives_vertices_submitted_and_clipping_input_output_primitives NotSupported KHR-GL33.pipeline_statistics_query_tests_ARB.functional_tess_queries NotSupported KHR-GL33.pipeline_statistics_query_tests_ARB.functional_vertex_shader_invocations NotSupported KHR-GL33.shaders.shader_integer_mix.prototypes NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.advanced-single-stream-interleaved-attribs NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.advanced-single-stream-separate-attribs NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.basic-single-stream-interleaved-attribs NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.basic-single-stream-separate-attribs NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.context-state-update NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.default-context-state NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.error-already-active NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.error-incompatible-target NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.error-invalid-index NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.error-no-active-query NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.implementation-dependent-state NotSupported KHR-GL33.transform_feedback_overflow_query_ARB.multiple-streams-multiple-buffers-per-stream InternalError KHR-GL33.texture_size_promotion.functional NoStatusCode KHR-GL33.transform_feedback.api_errors_test

I want to know what the [NotSupported] status means? What are the criteria for these states?

Arsene9421 avatar Jun 16 '22 05:06 Arsene9421

NotSupported typically means that the test requires a feature which is not available, so it can't run.

rg3igalia avatar Jul 07 '22 12:07 rg3igalia

The QPA should have more information on what feature is not supported.

mnetsch avatar Jul 07 '22 18:07 mnetsch