Commit 4e36db8c by Yuly Novikov Committed by Commit Bot

Skip FindMSBAndFindLSBCornerCases on Android OpenGLES

Due to a bug in Adreno N5X Oreo driver BUG=angleproject:2304 Change-Id: I209d9b227557571f45a93aa68a003378e12402a1 Reviewed-on: https://chromium-review.googlesource.com/876995Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 342b83d4
......@@ -2688,6 +2688,9 @@ TEST_P(GLSLTest_ES31, FindMSBAndFindLSBCornerCases)
return;
}
// Failing on N5X Oreo http://anglebug.com/2304
ANGLE_SKIP_TEST_IF(IsAndroid() && IsAdreno() && IsOpenGLES());
const std::string &fragmentShader =
"#version 310 es\n"
"precision mediump float;\n"
......
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