Commit b69078e2 by Ben Clayton Committed by Nicolas Capens

Split regres test lists into full and CI lists.

tests/regres/full-tests.json contains a full test list that will be run once every day. The results of this full test pass will update the test lists binned by status (*-PASS.txt, *-FAIL.txt, etc). tests/regres/ci-tests.json references just the *.PASS.txt lists, and will be run for every change up for review. The goal of this refactor is to significantly speed up the regres test cycles. The side effect of this is that regres will no longer automatically tell you when a single change passes new tests. It will however tell you when you break tests. The daily test will show you new tests that are passing, and gives a simple way to see all tests by status. Bug: b/127664487 Change-Id: I590378e0bf819211dbc4de85f63ce77a681f6e46 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/26328Reviewed-by: 's avatarChris Forbes <chrisforbes@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent bf943f67
[
{ "name": "gles2-master-risky", "api": "gles2", "tests": "testlists/gles2-master-risky-PASS.txt" },
{ "name": "gles2-master", "api": "gles2", "tests": "testlists/gles2-master-PASS.txt" },
{ "name": "gles3-565-no-depth-no-stencil", "api": "gles3", "tests": "testlists/gles3-565-no-depth-no-stencil-PASS.txt" },
{ "name": "gles3-master-risky", "api": "gles3", "tests": "testlists/gles3-master-risky-PASS.txt" },
{ "name": "gles3-master", "api": "gles3", "tests": "testlists/gles3-master-PASS.txt" },
{ "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi-PASS.txt" },
{ "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-PASS.txt" },
{ "name": "vulkan-master-risky", "api": "vulkan", "tests": "testlists/vk-master-risky-PASS.txt" }
]
[
{
"name": "vulkan",
"api": "vulkan",
"tests": "vk-master.txt"
}, {
"name": "gles3",
"api": "gles3",
"tests": "gles3-master.txt"
}, {
"name": "vulkan-wsi",
"api": "vulkan",
"tests": "vk-wsi.txt"
}
]
\ No newline at end of file
[
{ "name": "gles2-master-risky", "api": "gles2", "tests": "testlists/gles2-master-risky.txt" },
{ "name": "gles2-master", "api": "gles2", "tests": "testlists/gles2-master.txt" },
{ "name": "gles3-565-no-depth-no-stencil", "api": "gles3", "tests": "testlists/gles3-565-no-depth-no-stencil.txt" },
{ "name": "gles3-master-risky", "api": "gles3", "tests": "testlists/gles3-master-risky.txt" },
{ "name": "gles3-master", "api": "gles3", "tests": "testlists/gles3-master.txt" },
{ "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi.txt" },
{ "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master.txt" },
{ "name": "vulkan-master-risky", "api": "vulkan", "tests": "testlists/vk-master-risky.txt" }
]
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_none_rbo_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_none_rbo_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_none_tex_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_none_tex_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_none_rbo_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_none_rbo_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_none_tex_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_none_tex_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_none_rbo_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_none_rbo_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_none_tex_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_none_tex_tex
dEQP-GLES2.functional.read_pixels.choose_align_1
dEQP-GLES2.functional.read_pixels.choose_align_2
dEQP-GLES2.functional.read_pixels.choose_align_4
dEQP-GLES2.functional.read_pixels.choose_align_8
dEQP-GLES2.functional.clipping.line.long_wide_line_clip
dEQP-GLES2.functional.clipping.line.wide_line_attrib_clip
dEQP-GLES2.functional.clipping.line.wide_line_clip
dEQP-GLES2.functional.clipping.line.wide_line_z_clip
dEQP-GLES2.functional.clipping.line.wide_line_z_clip_viewport_center
dEQP-GLES2.functional.clipping.line.wide_line_z_clip_viewport_corner
dEQP-GLES2.functional.debug_marker.random
dEQP-GLES2.functional.debug_marker.supported
dEQP-GLES2.functional.depth_range.compare.0_8_to_third
dEQP-GLES2.functional.depth_range.compare.clamp_both
dEQP-GLES2.functional.depth_range.compare.clamp_far
dEQP-GLES2.functional.depth_range.compare.clamp_near
dEQP-GLES2.functional.depth_range.compare.default
dEQP-GLES2.functional.depth_range.compare.half_to_half
dEQP-GLES2.functional.depth_range.compare.half_to_one
dEQP-GLES2.functional.depth_range.compare.half_to_zero
dEQP-GLES2.functional.depth_range.compare.one_to_half
dEQP-GLES2.functional.depth_range.compare.one_to_one
dEQP-GLES2.functional.depth_range.compare.reverse
dEQP-GLES2.functional.depth_range.compare.third_to_0_8
dEQP-GLES2.functional.depth_range.compare.zero_to_half
dEQP-GLES2.functional.depth_range.compare.zero_to_zero
dEQP-GLES2.functional.depth_range.write.0_8_to_third
dEQP-GLES2.functional.depth_range.write.clamp_both
dEQP-GLES2.functional.depth_range.write.clamp_far
dEQP-GLES2.functional.depth_range.write.clamp_near
dEQP-GLES2.functional.depth_range.write.default
dEQP-GLES2.functional.depth_range.write.half_to_half
dEQP-GLES2.functional.depth_range.write.half_to_one
dEQP-GLES2.functional.depth_range.write.half_to_zero
dEQP-GLES2.functional.depth_range.write.one_to_half
dEQP-GLES2.functional.depth_range.write.one_to_one
dEQP-GLES2.functional.depth_range.write.reverse
dEQP-GLES2.functional.depth_range.write.third_to_0_8
dEQP-GLES2.functional.depth_range.write.zero_to_half
dEQP-GLES2.functional.depth_range.write.zero_to_zero
dEQP-GLES2.functional.depth_stencil_clear.depth
dEQP-GLES2.functional.depth_stencil_clear.depth_scissored
dEQP-GLES2.functional.depth_stencil_clear.depth_stencil
dEQP-GLES2.functional.depth_stencil_clear.depth_stencil_scissored
dEQP-GLES2.functional.depth_stencil_clear.stencil
dEQP-GLES2.functional.depth_stencil_clear.stencil_scissored
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_rbo_none_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_rbo_none_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_rbo_none_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_rbo_rbo_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_rbo_rbo_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_rbo_rbo_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_rbo_tex_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_rbo_tex_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_rbo_tex_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_tex_none_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_tex_none_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_tex_none_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_tex_rbo_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_tex_rbo_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_tex_rbo_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_tex_tex_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_tex_tex_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.none_tex_tex_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_rbo_none_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_rbo_none_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_rbo_none_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_rbo_rbo_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_rbo_rbo_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_rbo_rbo_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_rbo_tex_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_rbo_tex_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_rbo_tex_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_tex_none_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_tex_none_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_tex_none_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_tex_rbo_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_tex_rbo_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_tex_rbo_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_tex_tex_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_tex_tex_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.rbo_tex_tex_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_rbo_none_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_rbo_none_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_rbo_none_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_rbo_rbo_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_rbo_rbo_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_rbo_rbo_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_rbo_tex_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_rbo_tex_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_rbo_tex_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_tex_none_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_tex_none_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_tex_none_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_tex_rbo_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_tex_rbo_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_tex_rbo_tex
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_tex_tex_none
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_tex_tex_rbo
dEQP-GLES2.functional.fbo.completeness.attachment_combinations.tex_tex_tex_tex
dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgb565_depth_component16_stencil_index8
dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgb5_a1_depth_component16_stencil_index8
dEQP-GLES2.functional.fbo.render.color_clear.tex2d_rgb_depth_component16_stencil_index8
dEQP-GLES2.functional.fbo.render.color_clear.tex2d_rgba_depth_component16_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_stencilbuffer.no_rebind_rbo_rgb565_depth_component16_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_stencilbuffer.no_rebind_rbo_rgb5_a1_depth_component16_stencil_index8
dEQP-GLES2.functional.fbo.render.recreate_stencilbuffer.no_rebind_rbo_rgba4_depth_component16_stencil_index8
dEQP-GLES2.functional.fragment_ops.scissor.clear_depth
dEQP-GLES2.functional.fragment_ops.scissor.clear_stencil
dEQP-GLES2.functional.multisample.common_edge_big_quad
dEQP-GLES2.functional.multisample.common_edge_small_quads
dEQP-GLES2.functional.multisample.common_edge_viewport_quad
dEQP-GLES2.functional.multisample.constancy_alpha_to_coverage
dEQP-GLES2.functional.multisample.constancy_both
dEQP-GLES2.functional.multisample.constancy_both_inverted
dEQP-GLES2.functional.multisample.constancy_sample_coverage
dEQP-GLES2.functional.multisample.constancy_sample_coverage_inverted
dEQP-GLES2.functional.multisample.depth
dEQP-GLES2.functional.multisample.num_samples_line
dEQP-GLES2.functional.multisample.num_samples_polygon
dEQP-GLES2.functional.multisample.proportionality_alpha_to_coverage
dEQP-GLES2.functional.multisample.proportionality_sample_coverage
dEQP-GLES2.functional.multisample.proportionality_sample_coverage_inverted
dEQP-GLES2.functional.multisample.sample_coverage_invert
dEQP-GLES2.functional.multisample.stencil
dEQP-GLES2.functional.multisampled_render_to_texture.readpixels
dEQP-GLES2.functional.polygon_offset.default_enable
dEQP-GLES2.functional.polygon_offset.default_factor_0_slope
dEQP-GLES2.functional.polygon_offset.default_render_with_factor
dEQP-GLES2.functional.texture.specification.basic_copyteximage2d.2d_alpha
dEQP-GLES2.functional.texture.specification.basic_copyteximage2d.2d_luminance_alpha
dEQP-GLES2.functional.texture.specification.basic_copyteximage2d.2d_rgba
dEQP-GLES2.functional.texture.specification.basic_copyteximage2d.cube_alpha
dEQP-GLES2.functional.texture.specification.basic_copyteximage2d.cube_luminance_alpha
dEQP-GLES2.functional.texture.specification.basic_copyteximage2d.cube_rgba
dEQP-GLES2.functional.texture.specification.basic_copytexsubimage2d.2d_alpha
dEQP-GLES2.functional.texture.specification.basic_copytexsubimage2d.2d_luminance_alpha
dEQP-GLES2.functional.texture.specification.basic_copytexsubimage2d.2d_rgba
dEQP-GLES2.functional.texture.specification.basic_copytexsubimage2d.cube_alpha
dEQP-GLES2.functional.texture.specification.basic_copytexsubimage2d.cube_luminance_alpha
dEQP-GLES2.functional.texture.specification.basic_copytexsubimage2d.cube_rgba
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
dEQP-GLES3.functional.read_pixels.alignment.choose_1
dEQP-GLES3.functional.read_pixels.alignment.choose_2
dEQP-GLES3.functional.read_pixels.alignment.choose_4
dEQP-GLES3.functional.read_pixels.alignment.choose_8
dEQP-GLES3.functional.read_pixels.rowlength.choose_17
dEQP-GLES3.functional.read_pixels.rowlength.choose_19
dEQP-GLES3.functional.read_pixels.rowlength.choose_23
dEQP-GLES3.functional.read_pixels.rowlength.choose_29
dEQP-GLES3.functional.read_pixels.skip.choose_0_3
dEQP-GLES3.functional.read_pixels.skip.choose_3_0
dEQP-GLES3.functional.read_pixels.skip.choose_3_3
dEQP-GLES3.functional.read_pixels.skip.choose_3_5
dEQP-GLES3.functional.fragment_ops.interaction.basic_shader.80
dEQP-GLES3.functional.fragment_ops.scissor.clear_depth
dEQP-GLES3.functional.fragment_ops.scissor.clear_stencil
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
dEQP-GLES3.functional.fbo.completeness.samples.rbo1_rbo2_rbo4
dEQP-GLES3.functional.fbo.completeness.samples.rbo2_rbo1_none
dEQP-GLES3.functional.flush_finish.finish
dEQP-GLES3.functional.flush_finish.finish_wait
dEQP-GLES3.functional.flush_finish.flush
dEQP-GLES3.functional.flush_finish.wait
dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_fragment.scalar
dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_fragment.vec2
dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_fragment.vec3
dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_fragment.vec4
dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_vertex.scalar
dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_vertex.vec2
dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_vertex.vec3
dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.lowp_vertex.vec4
dEQP-GLES3.functional.read_pixels.alignment.choose_1
dEQP-GLES3.functional.read_pixels.alignment.choose_2
dEQP-GLES3.functional.read_pixels.alignment.choose_4
dEQP-GLES3.functional.read_pixels.alignment.choose_8
dEQP-GLES3.functional.read_pixels.rowlength.choose_17
dEQP-GLES3.functional.read_pixels.rowlength.choose_19
dEQP-GLES3.functional.read_pixels.rowlength.choose_23
dEQP-GLES3.functional.read_pixels.rowlength.choose_29
dEQP-GLES3.functional.read_pixels.skip.choose_0_3
dEQP-GLES3.functional.read_pixels.skip.choose_3_0
dEQP-GLES3.functional.read_pixels.skip.choose_3_3
dEQP-GLES3.functional.read_pixels.skip.choose_3_5
dEQP-GLES3.functional.fbo.blit.default_framebuffer.srgb8_alpha8
dEQP-GLES3.functional.fbo.blit.default_framebuffer.srgb8_alpha8_linear_out_of_bounds_blit_to_default
dEQP-GLES3.functional.fbo.blit.default_framebuffer.srgb8_alpha8_linear_scale_blit_to_default
dEQP-GLES3.functional.fragment_ops.interaction.basic_shader.80
dEQP-GLES3.functional.negative_api.buffer.read_pixels_format_mismatch
dEQP-GLES3.functional.shaders.arrays.complex_expression.and_short_circuits_fragment
dEQP-GLES3.functional.shaders.arrays.complex_expression.and_short_circuits_vertex
dEQP-GLES3.functional.shaders.arrays.complex_expression.or_short_circuits_fragment
dEQP-GLES3.functional.shaders.arrays.complex_expression.or_short_circuits_vertex
dEQP-GLES3.functional.shaders.arrays.complex_expression.sequence_side_effects_affecting_compared_array_content_fragment
dEQP-GLES3.functional.shaders.arrays.complex_expression.sequence_side_effects_affecting_compared_array_content_vertex
dEQP-GLES3.functional.shaders.arrays.complex_expression.ternary_only_evaluates_one_operand_fragment
dEQP-GLES3.functional.shaders.arrays.complex_expression.ternary_only_evaluates_one_operand_vertex
dEQP-GLES3.functional.shaders.indexing.moredynamic.inout_with_side_effects_fragment
dEQP-GLES3.functional.shaders.indexing.moredynamic.inout_with_side_effects_vertex
dEQP-GLES3.functional.shaders.indexing.moredynamic.user_defined_fncall_inout_parameter_with_index_with_side_effects_fragment
dEQP-GLES3.functional.shaders.indexing.moredynamic.user_defined_fncall_inout_parameter_with_index_with_side_effects_vertex
dEQP-GLES3.functional.shaders.loops.short_circuit.do_while_fragment
dEQP-GLES3.functional.shaders.loops.short_circuit.do_while_vertex
dEQP-GLES3.functional.shaders.loops.short_circuit.for_fragment
dEQP-GLES3.functional.shaders.loops.short_circuit.for_vertex
dEQP-GLES3.functional.shaders.loops.short_circuit.while_fragment
dEQP-GLES3.functional.shaders.loops.short_circuit.while_sequence_fragment
dEQP-GLES3.functional.shaders.loops.short_circuit.while_sequence_vertex
dEQP-GLES3.functional.shaders.loops.short_circuit.while_vertex
dEQP-GLES3.functional.shaders.metamorphic.bubblesort_flag.variant_1
dEQP-GLES3.functional.shaders.metamorphic.bubblesort_flag.variant_2
dEQP-GLES3.functional.state_query.indexed.transform_feedback_switching_buffer
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -1122,10 +1122,6 @@ dEQP-GLES3.functional.shaders.preprocessor.builtin.line_vertex
dEQP-GLES3.functional.shaders.preprocessor.builtin.line_fragment
dEQP-GLES3.functional.shaders.preprocessor.builtin.line_and_file_vertex
dEQP-GLES3.functional.shaders.preprocessor.builtin.line_and_file_fragment
dEQP-GLES3.functional.shaders.preprocessor.builtin.line_expression_vertex
dEQP-GLES3.functional.shaders.preprocessor.builtin.line_expression_fragment
dEQP-GLES3.functional.shaders.preprocessor.builtin.line_and_file_expression_vertex
dEQP-GLES3.functional.shaders.preprocessor.builtin.line_and_file_expression_fragment
dEQP-GLES3.functional.shaders.preprocessor.builtin.line_defined_1_vertex
dEQP-GLES3.functional.shaders.preprocessor.builtin.line_defined_1_fragment
dEQP-GLES3.functional.shaders.preprocessor.builtin.line_defined_2_vertex
......@@ -19025,6 +19021,7 @@ dEQP-GLES3.functional.shaders.invariance.lowp.loop_4
dEQP-GLES3.functional.shaders.fragdata.valid_static_index
dEQP-GLES3.functional.shaders.fragdata.valid_uniform_index
dEQP-GLES3.functional.shaders.fragdata.valid_dynamic_index
dEQP-GLES3.functional.shaders.fragdata.invalid_assign_to_1
dEQP-GLES3.functional.shaders.fragdata.write_fragcolor_and_fragdata_simple
dEQP-GLES3.functional.shaders.fragdata.write_fragcolor_and_fragdata_static_if
dEQP-GLES3.functional.shaders.fragdata.write_fragcolor_and_fragdata_unused_func
......@@ -41295,6 +41292,7 @@ dEQP-GLES3.functional.state_query.floats.aliased_line_width_range_getinteger64
dEQP-GLES3.functional.state_query.floats.aliased_line_width_range_getfloat
dEQP-GLES3.functional.state_query.indexed.transform_feedback_buffer_binding
dEQP-GLES3.functional.state_query.indexed.transform_feedback_buffer_start_size
dEQP-GLES3.functional.state_query.indexed.transform_feedback_switching_buffer
dEQP-GLES3.functional.state_query.indexed.uniform_buffer_binding
dEQP-GLES3.functional.state_query.indexed.uniform_buffer_start_size
dEQP-GLES3.functional.state_query.texture.texture_2d_is_texture
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
dEQP-VK.draw.basic_draw.draw.line_strip.1
dEQP-VK.draw.basic_draw.draw.triangle_fan.1
dEQP-VK.draw.basic_draw.draw.triangle_strip.1
dEQP-VK.draw.basic_draw.draw_indexed.line_strip.1
dEQP-VK.draw.basic_draw.draw_indexed.triangle_fan.1
dEQP-VK.draw.basic_draw.draw_indexed.triangle_strip.1
dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.eac_r11g11_snorm_block.count_1.size.13x13
dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.eac_r11g11_unorm_block.count_1.size.13x13
dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.etc2_r8g8b8a1_srgb_block.count_1.size.32x16
dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.etc2_r8g8b8a1_unorm_block.count_1.size.32x16
dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.etc2_r8g8b8a8_srgb_block.count_1.size.13x13
dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.etc2_r8g8b8a8_unorm_block.count_1.size.13x13
dEQP-VK.pipeline.image_view.view_type.2d.format.eac_r11_unorm_block.component_swizzle.g_b_a_r
dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrite.device.payload_local.buffer.guard_local.buffer.comp
dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrite.device.payload_local.buffer.guard_local.buffer.vert
dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrite.device.payload_local.buffer.guard_local.image.comp
dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrite.device.payload_local.buffer.guard_local.image.vert
dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrite.device.payload_local.image.guard_local.buffer.comp
dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrite.device.payload_local.image.guard_local.buffer.vert
dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrite.device.payload_local.image.guard_local.image.comp
dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrite.device.payload_local.image.guard_local.image.vert
dEQP-VK.spirv_assembly.instruction.compute.opspecconstantop.inotequal
dEQP-VK.spirv_assembly.instruction.graphics.opspecconstantop.inotequal_frag
dEQP-VK.spirv_assembly.instruction.graphics.opspecconstantop.inotequal_vert
dEQP-VK.spirv_assembly.type.scalar.i32.switch_frag
dEQP-VK.spirv_assembly.type.scalar.i32.switch_vert
dEQP-VK.spirv_assembly.type.scalar.u32.switch_frag
dEQP-VK.spirv_assembly.type.scalar.u32.switch_vert
This source diff could not be displayed because it is too large. You can view the blob instead.
dEQP-VK.api.info.android.no_unknown_extensions
dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8g8_422_unorm
dEQP-VK.api.info.image_format_properties.2d.optimal.g8_b8_r8_3plane_420_unorm
dEQP-VK.api.info.image_format_properties.2d.optimal.g8_b8r8_2plane_420_unorm
dEQP-VK.api.info.image_format_properties.2d.optimal.g8b8g8r8_422_unorm
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
dEQP-VK.wsi.xlib.surface.create_simulate_oom
dEQP-VK.wsi.xlib.surface.create_custom_allocator
dEQP-VK.wsi.xlib.surface.create
dEQP-VK.wsi.xlib.surface.query_support
......@@ -538,4 +538,4 @@ dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.create.pre_transform
dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.create.composite_alpha
dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.create.present_mode
dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.create.clipped
dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.render.basic
dEQP-VK.protected_memory.interaction.wsi.macos.swapchain.render.basic
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment