New issue
Advanced search Search tips

Issue 837717 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 1
Type: Bug-Regression



Sign in to add a comment

BlitFramebufferTest.MultisampleDepth/ES3_OPENGL_4_4 and ES3_OPENGL_4_3 failing on mac_optional_gpu_tests_rel

Project Member Reported by kbr@chromium.org, Apr 27 2018

Issue description

Failing on most builds between this range:
https://ci.chromium.org/p/chromium/builders/luci.chromium.try/mac_optional_gpu_tests_rel/2335

and:
https://ci.chromium.org/p/chromium/builders/luci.chromium.try/mac_optional_gpu_tests_rel/2347

Failure mode:
[ RUN      ] BlitFramebufferTest.MultisampleDepth/ES3_OPENGL_4_4
../../third_party/angle/src/tests/gl_tests/BlitFramebufferANGLETest.cpp:1093: Failure
Expected equality of these values:
  GLColor::red
    Which is: (255, 0, 0, 255)
  angle::ReadColor(0, 0)
    Which is: (0, 255, 0, 255)
Stack trace:
0   angle_end2end_tests                 0x0000000100c2b4ab testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop(int) + 91
1   angle_end2end_tests                 0x0000000100c2ae69 testing::internal::AssertHelper::operator=(testing::Message const&) const + 89
2   angle_end2end_tests                 0x0000000100787f53 BlitFramebufferTest_MultisampleDepth_Test::TestBody() + 2243

[  FAILED  ] BlitFramebufferTest.MultisampleDepth/ES3_OPENGL_4_4, where GetParam() = ES3_OPENGL_4_4 (85 ms)
[ RUN      ] BlitFramebufferTest.MultisampleDepth/ES3_OPENGL_4_3
../../third_party/angle/src/tests/gl_tests/BlitFramebufferANGLETest.cpp:1093: Failure
Expected equality of these values:
  GLColor::red
    Which is: (255, 0, 0, 255)
  angle::ReadColor(0, 0)
    Which is: (0, 255, 0, 255)
Stack trace:
0   angle_end2end_tests                 0x0000000100c2b4ab testing::internal::UnitTestImpl::CurrentOsStackTraceExceptTop(int) + 91
1   angle_end2end_tests                 0x0000000100c2ae69 testing::internal::AssertHelper::operator=(testing::Message const&) const + 89
2   angle_end2end_tests                 0x0000000100787f53 BlitFramebufferTest_MultisampleDepth_Test::TestBody() + 2243

[  FAILED  ] BlitFramebufferTest.MultisampleDepth/ES3_OPENGL_4_3, where GetParam() = ES3_OPENGL_4_3 (26 ms)


Possibly due to a driver bug. Geoff, as ANGLE wrangler could you please disable these tests on this configuration ASAP?

 
Project Member

Comment 1 by bugdroid1@chromium.org, Apr 27 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/angle/angle/+/f1bcd017c95c87452216d9e83bd45284217f2e68

commit f1bcd017c95c87452216d9e83bd45284217f2e68
Author: Geoff Lang <geofflang@chromium.org>
Date: Fri Apr 27 18:43:56 2018

Supress failures in BlitFramebufferTest.MultisampleDepth on Mac OpenGL

BUG=837717

Change-Id: I1ac659b18bd9aef2f24f798d23f49d1efbb81938
Reviewed-on: https://chromium-review.googlesource.com/1033478
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Commit-Queue: Geoff Lang <geofflang@chromium.org>

[modify] https://crrev.com/f1bcd017c95c87452216d9e83bd45284217f2e68/src/tests/gl_tests/BlitFramebufferANGLETest.cpp

Cc: -oetu...@nvidia.com geoffl...@chromium.org
Owner: oetu...@nvidia.com
Project Member

Comment 3 by bugdroid1@chromium.org, Apr 27 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/be8e927b9d1eb14998105a61aeba5ae566cf0aa9

commit be8e927b9d1eb14998105a61aeba5ae566cf0aa9
Author: angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Date: Fri Apr 27 21:48:40 2018

Roll src/third_party/angle/ 467c15f97..f1bcd017c (2 commits)

https://chromium.googlesource.com/angle/angle.git/+log/467c15f970b9..f1bcd017c95c

$ git log 467c15f97..f1bcd017c --date=short --no-merges --format='%ad %ae %s'
2018-04-27 geofflang Supress failures in BlitFramebufferTest.MultisampleDepth on Mac OpenGL
2018-04-26 oetuaho Add test coverage for BlitGL

Created with:
  roll-dep src/third_party/angle
BUG=chromium:837717


The AutoRoll server is located here: https://angle-chromium-roll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
TBR=geofflang@chromium.org

Change-Id: Ied90fe177b9021ac1401ffa9b7876aa7d504b220
Reviewed-on: https://chromium-review.googlesource.com/1033573
Reviewed-by: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#554520}
[modify] https://crrev.com/be8e927b9d1eb14998105a61aeba5ae566cf0aa9/DEPS

Owner: ----
Status: Available (was: Assigned)
Not working on this.
Owner: geoffl...@chromium.org
Status: Assigned (was: Available)

Sign in to add a comment