Edit

kc3-lang/angle/tools/ubsan

Branch :

  • Show log

    Commit

  • Author : Cody Northrop
    Date : 2022-12-01 16:42:54
    Hash : 4eed6b9b
    Message : ubsan: Ignore errors from SwiftShader More errors exposed by the bots when trying to land this roll: https://chromium-review.googlesource.com/c/angle/angle/+/4070947 Test: angle_deqp_gles31_tests --use-angle=swiftshader Bug: angleproject:7852 Change-Id: I38e669817382ee17c403fbfd54ab2282a3f78cf0 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4072219 Reviewed-by: Amirali Abdolrashidi <abdolrashidi@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>

  • ignorelist.txt
  • #############################################################################
    # UBSan ignorelist.
    
    #############################################################################
    # Ignore system libraries.
    src:*/usr/*
    # http://anglebug.com/7852 Ignore alignment errors
    [alignment]
    src:*src/libANGLE/renderer/vulkan/SecondaryCommandBuffer*
    src:*third_party/zlib*
    src:*third_party/SwiftShader*