Commit 6ae34889 by Corentin Wallez Committed by Commit Bot

Suppress test crashing on Mac ASAN AMD too.

The initial suppression didn't apply to AMD but the test crashes there too. BUG=angleproject:3087 BUG=chromium:923399 Change-Id: I8ccffbb7746dd6fc6aa3eb6edaaef30aaae8c097 Reviewed-on: https://chromium-review.googlesource.com/c/1423057Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
parent 85ca71c2
...@@ -1912,7 +1912,7 @@ TEST_P(GLSLTest_ES3, AmbiguousFunctionCall2x2) ...@@ -1912,7 +1912,7 @@ TEST_P(GLSLTest_ES3, AmbiguousFunctionCall2x2)
TEST_P(GLSLTest_ES3, LargeNumberOfFloat4Parameters) TEST_P(GLSLTest_ES3, LargeNumberOfFloat4Parameters)
{ {
// TODO(cwallez@chromium.org): crashing on Mac ASAN, see http://anglebug.com/3087 // TODO(cwallez@chromium.org): crashing on Mac ASAN, see http://anglebug.com/3087
ANGLE_SKIP_TEST_IF(IsOSX() && (IsNVIDIA() || IsIntel())); ANGLE_SKIP_TEST_IF(IsOSX());
std::stringstream vertexShaderStream; std::stringstream vertexShaderStream;
// This fails on Macos if the number of parameters is larger than 978 when linking in parallel. // This fails on Macos if the number of parameters is larger than 978 when linking in parallel.
......
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