Index: gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc |
diff --git a/gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc b/gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc |
index b157e799a11a9949227dda2fc8efa43a435126a0..b0995a8657092d7f5afb59f20d1ee914ac853ced 100644 |
--- a/gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc |
+++ b/gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc |
@@ -221,6 +221,15 @@ TEST_P(EXTBlendFuncExtendedDrawTest, ESSL1FragColor) { |
TEST_P(EXTBlendFuncExtendedDrawTest, ESSL1FragData) { |
if (!IsApplicable()) |
return; |
+ |
+ // Fails on the Intel Mesa driver, see |
+ // https://bugs.freedesktop.org/show_bug.cgi?id=96617 |
+ gpu::GPUTestBotConfig bot_config; |
+ if (bot_config.LoadCurrentConfig(nullptr) && |
+ bot_config.Matches("linux intel")) { |
+ return; |
+ } |
+ |
// clang-format off |
static const char* kFragDataShader = |
BFE_SHADER( |