Edit

kc3-lang/angle/src/tests/deqp_support/deqp_egl_test_expectations.txt

Branch :

  • Show log

    Commit

  • Author : Courtney Goeltzenleuchter
    Date : 2019-10-17 11:18:47
    Hash : f228038d
    Message : Treat Pixel 2 XL and Pixel 2 the same When running on a Pixel 2 XL PIXEL2 expecations were not being applied. Both devices use the same chipset and have same capabilities so treat them the same for expectations. Bug: angleproject:4025 Change-Id: I5287e80c21b681765af540ed6dfbd053aa838c1c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1866076 Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com> Reviewed-by: Jamie Madill <jmadill@chromium.org>

  • src/tests/deqp_support/deqp_egl_test_expectations.txt
  • // Copyright 2015 The ANGLE Project Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style license that can be
    // found in the LICENSE file.
    
    // This file contains a list of defective dEQP conformance tests. The expected
    // format is:
    //  {BUG#} {MODIFIERS} : {TEST_NAME} = {PASS,FAIL,FLAKY,TIMEOUT,SKIP}
    //
    // MODIFIERS can be a combination of the below list, combined with a logical AND:
    //  WIN XP VISTA WIN7 WIN8 WIN10
    //  MAC LEOPARD SNOWLEOPARD LION MOUNTAINLION MAVERICKS YOSEMITE ELCAPITAN SIERRA HIGHSIERRA MOJAVE
    //  LINUX CHROMEOS ANDROID
    //  NVIDIA AMD INTEL
    //  DEBUG RELEASE
    //  D3D9 D3D11 OPENGL GLES VULKAN
    //  NEXUS5X PIXEL2ORXL
    //  QUADROP400
    //
    //
    // TEST_NAME can be a specific test name, or have a '*' in the end, which
    // indicates a prefix matching.
    //
    // Examples:
    // fails on both windows and mac (crash)
    //  91530 WIN : context_lost_restored = SKIP
    //  91530 MAC : context_lost_restored = SKIP
    // fails on windows using NVIDIA GPUs
    //  91533 WIN NVIDIA : gl_min_uniforms = FAIL
    // fails on Nexus5X with GLES backend (hangs)
    //  91531 NEXUS5X GLES : conformance_more_* = SKIP
    
    // ANGLE does not yet support multithreading
    1340 : dEQP-EGL.functional.sharing.gles2.multithread.* = SKIP
    1340 : dEQP-EGL.functional.multithread.* = SKIP
    1340 : dEQP-EGL.functional.render.multi_thread.* = SKIP
    
    // dEQP doesn't handle configs created for extensions
    1662 WIN : dEQP-EGL.functional.color_clears.single_context.gles2.other = FAIL
    1662 WIN : dEQP-EGL.functional.color_clears.single_context.gles3.other = FAIL
    1662 WIN : dEQP-EGL.functional.color_clears.multi_context.gles2.other = FAIL
    1662 WIN : dEQP-EGL.functional.color_clears.multi_context.gles3.other = FAIL
    1662 WIN : dEQP-EGL.functional.color_clears.multi_thread.gles2.other = FAIL
    1662 WIN : dEQP-EGL.functional.color_clears.multi_thread.gles3.other = FAIL
    1662 WIN : dEQP-EGL.functional.render.single_context.gles2.other = FAIL
    1662 WIN : dEQP-EGL.functional.render.single_context.gles3.other = FAIL
    1662 WIN : dEQP-EGL.functional.render.multi_context.gles2.other = FAIL
    1662 WIN : dEQP-EGL.functional.render.multi_context.gles3.other = FAIL
    1662 WIN : dEQP-EGL.functional.render.multi_context.gles2_gles3.other = FAIL
    1662 WIN : dEQP-EGL.functional.render.multi_thread.gles2.other = FAIL
    1662 WIN : dEQP-EGL.functional.render.multi_thread.gles3.other = FAIL
    1662 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.other_clear = FAIL
    1662 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.other_render = FAIL
    1662 WIN : dEQP-EGL.functional.query_context.get_current_context.other = FAIL
    1662 WIN : dEQP-EGL.functional.query_context.get_current_surface.other = FAIL
    1662 WIN : dEQP-EGL.functional.query_context.get_current_display.other = FAIL
    1662 WIN : dEQP-EGL.functional.query_context.query_context.other = FAIL
    1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_clear = SKIP
    1662 WIN : dEQP-EGL.functional.native_color_mapping.native_window.other_render = SKIP
    
    // Intentionally causes TDRs that eventually blacklist the application
    2319 : dEQP-EGL.functional.robustness.reset_context.shaders.infinite_loop.* = SKIP
    
    ////////////////////////////////////////////////////////////////////////////////
    //
    //  Temprory entries: they should be removed once the bugs are fixed.
    //
    ////////////////////////////////////////////////////////////////////////////////
    
    // Flaky since we enabled depth/stencil backbuffer in all tests.
    2429 WIN NVIDIA : dEQP-EGL.functional.query_context.query_context.rgba8888_window = FAIL
    
    // TODO(jmadill): Triage these into permananent and temporary failures.
    1340 WIN : dEQP-EGL.functional.query_config.get_configs.get_configs_bounds = FAIL
    3270 WIN : dEQP-EGL.functional.choose_config.simple.selection_only.config_id = FAIL
    3270 WIN : dEQP-EGL.functional.choose_config.simple.selection_and_sort.config_id = FAIL
    1340 WIN : dEQP-EGL.functional.render.single_context.gles2.rgba5551_window = FAIL
    1340 WIN : dEQP-EGL.functional.render.single_context.gles2.rgba5551_pbuffer = FAIL
    1340 WIN : dEQP-EGL.functional.render.single_context.gles3.rgba5551_window = FAIL
    1340 WIN : dEQP-EGL.functional.render.single_context.gles3.rgba5551_pbuffer = FAIL
    1340 WIN : dEQP-EGL.functional.render.multi_context.gles2.rgba5551_window = FAIL
    1340 WIN : dEQP-EGL.functional.render.multi_context.gles2.rgba5551_pbuffer = FAIL
    1340 WIN : dEQP-EGL.functional.render.multi_context.gles3.rgba5551_window = FAIL
    1340 WIN : dEQP-EGL.functional.render.multi_context.gles3.rgba5551_pbuffer = FAIL
    1340 WIN : dEQP-EGL.functional.render.multi_context.gles2_gles3.rgba5551_window = FAIL
    1340 WIN : dEQP-EGL.functional.render.multi_context.gles2_gles3.rgba5551_pbuffer = FAIL
    1340 WIN : dEQP-EGL.functional.negative_api.choose_config = SKIP
    1340 WIN : dEQP-EGL.functional.negative_api.surface_attrib = SKIP
    1340 WIN : dEQP-EGL.functional.negative_api.swap_interval = FAIL
    2382 WIN : dEQP-EGL.functional.native_color_mapping.native_window.* = SKIP
    1340 WIN : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL
    2716 WIN : dEQP-EGL.functional.preserve_swap.preserve.no_read_before_swap.* = SKIP
    2716 WIN : dEQP-EGL.functional.preserve_swap.preserve.read_before_swap.* = SKIP
    1340 WIN : dEQP-EGL.functional.resize.back_buffer.* = SKIP
    1340 WIN : dEQP-EGL.functional.resize.pixel_density.* = SKIP
    
    // Windows OpenGL failures
    2546 WIN : dEQP-EGL.functional.resize.surface_size.shrink = SKIP
    2546 WIN : dEQP-EGL.functional.color_clears.multi_thread.* = FAIL
    2546 WIN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_depth_stencil = FAIL
    2546 WIN : dEQP-EGL.functional.thread_cleanup.* = SKIP
    
    // Windows Vulkan failures
    2635 WIN VULKAN : dEQP-EGL.functional.multicontext.non_shared_clear = FAIL
    2635 WIN VULKAN : dEQP-EGL.functional.multicontext.non_shared_make_current = FAIL
    2635 WIN VULKAN : dEQP-EGL.functional.multicontext.shared_clear = FAIL
    2635 WIN VULKAN : dEQP-EGL.functional.multicontext.shared_make_current = FAIL
    2635 WIN VULKAN : dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgba8888_depth_stencil = FAIL
    2635 WIN VULKAN : dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgba8888_no_depth_no_stencil = FAIL
    2715 WIN VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgb888_depth_no_stencil = FAIL
    2715 WIN VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgb888_depth_stencil = FAIL
    2715 WIN VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgb888_no_depth_no_stencil = FAIL
    2715 WIN VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_depth_no_stencil = FAIL
    2715 WIN VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_no_depth_no_stencil = FAIL
    2635 WIN VULKAN : dEQP-EGL.functional.resize.surface_size.grow = FAIL
    2635 WIN VULKAN : dEQP-EGL.functional.resize.surface_size.stretch_height = FAIL
    2635 WIN VULKAN : dEQP-EGL.functional.resize.surface_size.stretch_width = FAIL
    2635 WIN VULKAN : dEQP-EGL.functional.wide_color.pbuffer_8888_colorspace_default = FAIL
    2716 WIN VULKAN : dEQP-EGL.functional.preserve_swap.no_preserve.* = FAIL
    
    // Linux failures
    2546 LINUX : dEQP-EGL.functional.color_clears.multi_context.gles1.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.color_clears.multi_context.gles1_gles2.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.color_clears.multi_context.gles1_gles2_gles3.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.color_clears.multi_context.gles2.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.color_clears.multi_context.gles3.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.color_clears.multi_thread.* = SKIP
    2546 LINUX : dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.color_clears.multi_thread.gles1_gles2_gles3.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.color_clears.single_context.gles1.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.color_clears.single_context.gles2.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.color_clears.single_context.gles3.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.create_surface.pixmap.rgba8888_depth_stencil = SKIP
    2546 LINUX : dEQP-EGL.functional.create_surface.pixmap.rgba8888_no_depth_no_stencil = SKIP
    2546 LINUX : dEQP-EGL.functional.negative_api.copy_buffers = SKIP
    2546 LINUX : dEQP-EGL.functional.query_context.get_current_context.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.query_context.get_current_display.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.query_context.get_current_surface.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.query_context.query_context.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.query_surface.set_attribute.pixmap.rgba8888_depth_stencil = SKIP
    2546 LINUX : dEQP-EGL.functional.query_surface.set_attribute.pixmap.rgba8888_no_depth_no_stencil = SKIP
    2546 LINUX : dEQP-EGL.functional.query_surface.simple.pixmap.rgba8888_depth_stencil = SKIP
    2546 LINUX : dEQP-EGL.functional.query_surface.simple.pixmap.rgba8888_no_depth_no_stencil = SKIP
    2546 LINUX : dEQP-EGL.functional.render.multi_context.* = SKIP
    2546 LINUX : dEQP-EGL.functional.render.single_context.gles2.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.render.single_context.gles3.rgba8888_pixmap = SKIP
    2546 LINUX : dEQP-EGL.functional.thread_cleanup.* = SKIP
    2546 LINUX : dEQP-EGL.functional.native_color_mapping.native_window.* = FAIL
    2546 LINUX : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL
    2546 LINUX : dEQP-EGL.functional.negative_api.choose_config = FAIL
    2546 LINUX : dEQP-EGL.functional.negative_api.swap_interval = FAIL
    2546 LINUX : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_depth_stencil = FAIL
    2546 LINUX : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_no_depth_no_stencil = FAIL
    
    // Linux Vulkan failures
    2635 LINUX VULKAN : dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgba8888_depth_stencil = FAIL
    2635 LINUX VULKAN : dEQP-EGL.functional.query_surface.set_attribute.pbuffer.rgba8888_no_depth_no_stencil = FAIL
    2715 LINUX VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgb888_depth_stencil = FAIL
    2715 LINUX VULKAN : dEQP-EGL.functional.query_surface.simple.pbuffer.rgb888_no_depth_no_stencil = FAIL
    2716 LINUX VULKAN : dEQP-EGL.functional.preserve_swap.no_preserve.* = FAIL
    
    // Mac failures
    2546 MAC : dEQP-EGL.functional.native_color_mapping.native_window.* = FAIL
    2546 MAC : dEQP-EGL.functional.native_coord_mapping.native_window.* = FAIL
    2546 MAC : dEQP-EGL.functional.negative_api.choose_config = FAIL
    2546 MAC : dEQP-EGL.functional.negative_api.copy_buffers = FAIL
    2546 MAC : dEQP-EGL.functional.negative_api.swap_interval = FAIL
    2546 MAC : dEQP-EGL.functional.query_surface.simple.pbuffer.rgba8888_depth_stencil = FAIL
    2546 MAC : dEQP-EGL.functional.color_clears.multi_thread.* = SKIP
    2546 MAC : dEQP-EGL.functional.thread_cleanup.* = SKIP
    
    // Android GLES-only failues
    2567 ANDROID GLES : dEQP-EGL.functional.image.api.create_image_gles2_tex2d_red = FAIL
    2567 ANDROID GLES : dEQP-EGL.functional.image.api.create_image_gles2_tex2d_rg = FAIL
    2716 ANDROID GLES : dEQP-EGL.functional.preserve_swap.preserve.* = FAIL
    
    // Android failures
    2546 ANDROID : dEQP-EGL.functional.buffer_age.* = FAIL
    3270 ANDROID : dEQP-EGL.functional.choose_config.simple.selection_only.transparent_red_value = FAIL
    3270 ANDROID : dEQP-EGL.functional.choose_config.simple.selection_only.transparent_green_value = FAIL
    3270 ANDROID : dEQP-EGL.functional.choose_config.simple.selection_only.transparent_blue_value = FAIL
    3270 ANDROID : dEQP-EGL.functional.choose_config.simple.selection_and_sort.transparent_red_value = FAIL
    3270 ANDROID : dEQP-EGL.functional.choose_config.simple.selection_and_sort.transparent_green_value = FAIL
    3270 ANDROID : dEQP-EGL.functional.choose_config.simple.selection_and_sort.transparent_blue_value = FAIL
    2546 ANDROID : dEQP-EGL.functional.color_clears.multi_context.* = SKIP
    2546 ANDROID : dEQP-EGL.functional.color_clears.multi_thread.* = SKIP
    2546 ANDROID : dEQP-EGL.functional.color_clears.single_context.* = SKIP
    2546 ANDROID : dEQP-EGL.functional.native_color_mapping.native_window.* = SKIP
    2546 ANDROID : dEQP-EGL.functional.native_coord_mapping.native_window.* = SKIP
    2546 ANDROID : dEQP-EGL.functional.negative_api.copy_buffers = FAIL
    2546 ANDROID : dEQP-EGL.functional.partial_update.odd_clear_* = FAIL
    2546 ANDROID : dEQP-EGL.functional.partial_update.odd_render_* = FAIL
    2546 ANDROID : dEQP-EGL.functional.partial_update.render_* = FAIL
    2546 ANDROID : dEQP-EGL.functional.render.multi_context.* = SKIP
    2546 ANDROID : dEQP-EGL.functional.render.single_context.* = SKIP
    2546 ANDROID : dEQP-EGL.functional.thread_cleanup.multi_context_* = SKIP
    2546 ANDROID : dEQP-EGL.functional.thread_cleanup.single_context_* = FAIL
    
    // Vulkan
    3081 VULKAN : dEQP-EGL.functional.image.create.gles2_renderbuffer_depth16_depth_buffer = SKIP
    3081 VULKAN : dEQP-EGL.functional.image.create.gles2_renderbuffer_stencil_stencil_buffer = SKIP
    3081 VULKAN : dEQP-EGL.functional.image.modify.renderbuffer_depth16_renderbuffer_clear_depth = SKIP
    3081 VULKAN : dEQP-EGL.functional.image.modify.renderbuffer_stencil_renderbuffer_clear_stencil = SKIP
    3081 VULKAN : dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_depth16_depth_buffer = SKIP
    3081 VULKAN : dEQP-EGL.functional.image.render_multiple_contexts.gles2_renderbuffer_stencil_stencil_buffer = SKIP
    
    // Android Vulkan
    2546 ANDROID VULKAN : dEQP-EGL.functional.create_surface.window.other = SKIP
    2546 ANDROID VULKAN : dEQP-EGL.functional.query_context.get_current_surface.other = SKIP
    2546 ANDROID VULKAN : dEQP-EGL.functional.query_surface.set_attribute.window.other = SKIP
    2546 ANDROID VULKAN : dEQP-EGL.functional.query_surface.simple.window.other = SKIP
    2546 ANDROID VULKAN : dEQP-EGL.functional.resize.pixel_density.* = SKIP
    2546 ANDROID VULKAN : dEQP-EGL.functional.wide_color.window* = SKIP
    
    // Robustness failures on multiple platforms
    3711 : dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.reads.* = FAIL
    3711 : dEQP-EGL.functional.robustness.reset_context.shaders.out_of_bounds.reset_status.writes.* = FAIL
    
    // ES 1 tests
    2306 WIN : dEQP-EGL.functional.color_clears.single_context.gles1* = FAIL
    2306 WIN : dEQP-EGL.functional.color_clears.multi_context.gles1* = FAIL
    2306 MAC : dEQP-EGL.functional.color_clears.single_context.gles1* = FAIL
    2306 MAC : dEQP-EGL.functional.color_clears.multi_context.gles1* = FAIL
    2306 LINUX : dEQP-EGL.functional.color_clears.single_context.gles1* = FAIL
    2306 LINUX : dEQP-EGL.functional.color_clears.multi_context.gles1* = FAIL
    
    // Tests failing since the Jan 2018 roll of dEQP
    2341 : dEQP-EGL.functional.swap_buffers.* = SKIP
    2330 : dEQP-EGL.functional.robustness.create_context.no_reset_notification = SKIP
    2330 : dEQP-EGL.functional.robustness.create_context.lose_context_on_reset = SKIP
    2330 : dEQP-EGL.functional.robustness.reset_context.fixed_function_pipeline.reset_status.index_buffer_out_of_bounds = SKIP
    2330 : dEQP-EGL.functional.robustness.reset_context.fixed_function_pipeline.reset_status.vertex_buffer_out_of_bounds = SKIP
    
    // Tests were being hidden by flakiness (anglebug.com/3271)
    3325 : dEQP-EGL.functional.fence_sync.* = SKIP
    3325 : dEQP-EGL.functional.reusable_sync.* = SKIP
    
    // Nexus 5x
    2546 NEXUS5X : dEQP-EGL.functional.query_context.get_current_context.* = SKIP
    2546 NEXUS5X : dEQP-EGL.functional.query_context.get_current_display.* = SKIP
    2546 NEXUS5X : dEQP-EGL.functional.query_context.get_current_surface.r* = FAIL
    2546 NEXUS5X : dEQP-EGL.functional.query_context.query_context.* = SKIP