Commit bf5dbd8d by Jamie Madill Committed by Commit Bot

Skip WhitelistMatchesSupport test on Android.

Seems to have issues with stranger configs like the Sheild TV. Bug: angleproject:2286 Change-Id: I12d0dedeee9fbaaecb7341d376200a1afc758f12 Reviewed-on: https://chromium-review.googlesource.com/c/1454331 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 5f662c00
......@@ -43,6 +43,9 @@ TEST_F(EGLSanityCheckTest, GetProcAddressNegativeTest)
// We can add specific exceptions here if needed.
TEST_F(EGLSanityCheckTest, WhitelistMatchesSupport)
{
// Has issues with Vulkan support detection on Android.
ANGLE_SKIP_TEST_IF(IsAndroid());
// Cannot make any useful checks if SystemInfo is not supported.
SystemInfo systemInfo;
ANGLE_SKIP_TEST_IF(!GetSystemInfo(&systemInfo));
......@@ -69,8 +72,7 @@ TEST_F(EGLSanityCheckTest, WhitelistMatchesSupport)
check(ES3_D3D11());
check(ES31_D3D11());
// Has an issue on the Android Shield TV.
// check(ES1_VULKAN());
check(ES1_VULKAN());
check(ES2_VULKAN());
check(ES3_VULKAN());
......
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