Commit 17dff6d2 by Jamie Madill Committed by Commit Bot

Vulkan: Update LineLoopTest expectations.

One test was working but the suppression was not lifted. The other test had no issue filed. Bug: angleproject:2802 Change-Id: I88cd082b2edeca30ec4a8406809af749bb6ce152 Reviewed-on: https://chromium-review.googlesource.com/1200367Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 16e28fd3
......@@ -98,9 +98,6 @@ class LineLoopTest : public ANGLETest
TEST_P(LineLoopTest, LineLoopUByteIndices)
{
// TODO(fjhenigman): UByte not yet supported in VertexArrayVk
ANGLE_SKIP_TEST_IF(IsVulkan());
// Disable D3D11 SDK Layers warnings checks, see ANGLE issue 667 for details
// On Win7, the D3D SDK Layers emits a false warning for these tests.
// This doesn't occur on Windows 10 (Version 1511) though.
......@@ -135,7 +132,7 @@ TEST_P(LineLoopTest, LineLoopUIntIndices)
TEST_P(LineLoopTest, LineLoopUByteIndexBuffer)
{
// TODO(fjhenigman): UByte not yet supported in VertexArrayVk
// TODO(jmadill): Diagnose and fix. http://anglebug.com/2802
ANGLE_SKIP_TEST_IF(IsVulkan());
// Disable D3D11 SDK Layers warnings checks, see ANGLE issue 667 for details
......
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