Commit a3bf9092 by Shrek Shao Committed by Commit Bot

Suppress AtomicCounterBufferRangeRead failure on Nexus6P

TBR=syoussefi@chromium.org Bug: angleproject:3726 Change-Id: I8e4eb420ef43ee50b7e4df563148ed296f260adb Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2401545 Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by: 's avatarShrek Shao <shrekshao@google.com> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
parent cee57483
...@@ -193,6 +193,9 @@ TEST_P(AtomicCounterBufferTest31, AtomicCounterBufferRangeRead) ...@@ -193,6 +193,9 @@ TEST_P(AtomicCounterBufferTest31, AtomicCounterBufferRangeRead)
// http://anglebug.com/3726 // http://anglebug.com/3726
ANGLE_SKIP_TEST_IF(IsNexus5X()); ANGLE_SKIP_TEST_IF(IsNexus5X());
// http://anglebug.com/3726
ANGLE_SKIP_TEST_IF(IsNexus6P());
// Skipping due to a bug on the Qualcomm Vulkan Android driver. // Skipping due to a bug on the Qualcomm Vulkan Android driver.
// http://anglebug.com/3726 // http://anglebug.com/3726
ANGLE_SKIP_TEST_IF(IsAndroid() && IsVulkan()); ANGLE_SKIP_TEST_IF(IsAndroid() && IsVulkan());
......
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