Commit c59b9a33 by Sergey Ulanov Committed by Commit Bot

[Fuchsia] Disable Vulkan validation

Vulkan is being updated on Fuchsia. Disable validation to unblock it. Bug: fuchsia:73208 Change-Id: I8a6eecc16ef021d379cfcca8795896a6e6dae11c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2876070Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent dc92d881
...@@ -166,10 +166,12 @@ declare_args() { ...@@ -166,10 +166,12 @@ declare_args() {
# TODO(anglebug.com/4082) enable validation layers on mac for swiftshader # TODO(anglebug.com/4082) enable validation layers on mac for swiftshader
# Vulkan Validation Layers require Android NDK API level 26, i.e. Oreo, due to # Vulkan Validation Layers require Android NDK API level 26, i.e. Oreo, due to
# Vulkan Validation Layers compatibility issues, see http://crrev/c/1405714. # Vulkan Validation Layers compatibility issues, see http://crrev/c/1405714.
# TODO(http://fxbug.dev/73208) Validation is temporarily disabled on Fuchsia.
# Re-enable once the issue is resolved.
angle_enable_vulkan_validation_layers = angle_enable_vulkan_validation_layers =
angle_enable_vulkan && !is_ubsan && !is_tsan && !is_asan && angle_enable_vulkan && !is_ubsan && !is_tsan && !is_asan &&
(is_debug || dcheck_always_on) && !is_mac && (is_debug || dcheck_always_on) && !is_mac &&
(!is_android || ndk_api_level_at_least_26) (!is_android || ndk_api_level_at_least_26) && !is_fuchsia
# ISpriteVisual windows cannot be validated and can lead to crashes if an invalid window is # ISpriteVisual windows cannot be validated and can lead to crashes if an invalid window is
# provided to ANGLE. Disable them for non-standalone ANGLE builds. crbug.com/1176118 # provided to ANGLE. Disable them for non-standalone ANGLE builds. crbug.com/1176118
......
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