New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 630452 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
OOO until 2019-01-24
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 1
Type: Bug



Sign in to add a comment

GLES2ConformTest.GL2FixedTests_color_ramp_input_run and GL2FixedTests_buffer_color_input_run fail on Mac NVIDIA

Project Member Reported by kbr@chromium.org, Jul 21 2016

Issue description

These two GLES2 conformance tests started timing out recently on the Mac NVIDIA bots. It looks like they fail on multiple machines, so it doesn't look like a hardware problem. It's possible a command buffer change caused these to start timing out but it isn't clear.

The oldest such failure is from July 13, over a week ago:

https://build.chromium.org/p/chromium.gpu.fyi/builders/Mac%20Retina%20Release/builds/5550

and there are several since:

https://build.chromium.org/p/chromium.gpu.fyi/builders/Mac%20Retina%20Release/builds/5744
https://build.chromium.org/p/chromium.gpu.fyi/builders/Mac%20Retina%20Release/builds/5734
https://build.chromium.org/p/chromium.gpu.fyi/builders/Mac%20Retina%20Release/builds/5697
https://build.chromium.org/p/chromium.gpu.fyi/builders/Mac%20Retina%20Release/builds/5603
https://build.chromium.org/p/chromium.gpu.fyi/builders/Mac%20Retina%20Release/builds/5593
https://build.chromium.org/p/chromium.gpu.fyi/builders/Mac%20Retina%20Release/builds/5576
https://build.chromium.org/p/chromium.gpu.fyi/builders/Mac%20Retina%20Release/builds/5559

They're also affecting the CQ:

https://build.chromium.org/p/tryserver.chromium.mac/builders/mac_optional_gpu_tests_rel/builds/2166
https://build.chromium.org/p/tryserver.chromium.mac/builders/mac_optional_gpu_tests_rel/builds/2168

The logs are a little weird:

[ RUN      ] GLES2ConformTest.GL2FixedTests_buffer_color_input_run
[       OK ] GLES2ConformTest.GL2FixedTests_buffer_color_input_run (133503 ms)
[ RUN      ] GLES2ConformTest.GL2FixedTests_buffer_corners_input_run
[       OK ] GLES2ConformTest.GL2FixedTests_buffer_corners_input_run (1631 ms)
[ RUN      ] GLES2ConformTest.GL2FixedTests_buffer_objects_input_run
[       OK ] GLES2ConformTest.GL2FixedTests_buffer_objects_input_run (2811 ms)
[ RUN      ] GLES2ConformTest.GL2FixedTests_color_ramp_input_run
[       OK ] GLES2ConformTest.GL2FixedTests_color_ramp_input_run (72894 ms)
[ RUN      ] GLES2ConformTest.GL2FixedTests_copy_texture_input_run
[       OK ] GLES2ConformTest.GL2FixedTests_copy_texture_input_run (2521 ms)
[ RUN      ] GLES2ConformTest.GL2FixedTests_depth_buffer_clear_input_run
[       OK ] GLES2ConformTest.GL2FixedTests_depth_buffer_clear_input_run (1962 ms)
[----------] 10 tests from GLES2ConformTest (225020 ms total)

[----------] Global test environment tear-down
[==========] 10 tests from 1 test case ran. (225020 ms total)
[  PASSED  ] 10 tests.
[85/143] GLES2ConformTest.GL2FixedTests_buffer_color_input_run (TIMED OUT)
[86/143] GLES2ConformTest.GL2FixedTests_buffer_corners_input_run (1631 ms)
[87/143] GLES2ConformTest.GL2FixedTests_buffer_objects_input_run (2811 ms)
[ RUN      ] GLES2ConformTest.GL2FixedTests_color_ramp_input_run
[       OK ] GLES2ConformTest.GL2FixedTests_color_ramp_input_run (72894 ms)
[ RUN      ] GLES2ConformTest.GL2FixedTests_copy_texture_input_run
[       OK ] GLES2ConformTest.GL2FixedTests_copy_texture_input_run (2521 ms)
[ RUN      ] GLES2ConformTest.GL2FixedTests_depth_buffer_clear_input_run
[       OK ] GLES2ConformTest.GL2FixedTests_depth_buffer_clear_input_run (1962 ms)
[----------] 10 tests from GLES2ConformTest (225020 ms total)

[----------] Global test environment tear-down
[==========] 10 tests from 1 test case ran. (225020 ms total)
[  PASSED  ] 10 tests.
[88/143] GLES2ConformTest.GL2FixedTests_color_ramp_input_run (TIMED OUT)


so it looks like the tests passed, but they were marked as having timed out. Not sure if there have been changes to base/test/launcher that might have affected this.

Marking these as expected failures for now. P1 until the failures are suppressed.


 
stdout.txt
50.4 KB View Download
Project Member

Comment 1 by bugdroid1@chromium.org, Jul 21 2016

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

commit 73bf375290c8ac2a8ebb834319c515756a667ae9
Author: kbr <kbr@chromium.org>
Date: Thu Jul 21 23:49:34 2016

Suppress two GLES2 conformance failures on Mac NVIDIA.

BUG= 630452 
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
R=zmo@chromium.org
TBR=piman@chromium.org
NOTRY=true

Review-Url: https://codereview.chromium.org/2170153002
Cr-Commit-Position: refs/heads/master@{#406997}

[modify] https://crrev.com/73bf375290c8ac2a8ebb834319c515756a667ae9/gpu/gles2_conform_support/gles2_conform_test_expectations.txt

Comment 2 by kbr@chromium.org, Jul 22 2016

Status: WontFix (was: Assigned)
Suppressed the failures. I don't think we have any intent to investigate these further, so closing this as WontFix.

Sign in to add a comment