New issue
Advanced search Search tips

Issue 690772 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Feb 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug



Sign in to add a comment

angle_end2end_tests crash Pixel C

Project Member Reported by ynovikov@chromium.org, Feb 10 2017

Issue description

Happened several times that angle_end2end_tests failed with exception on Android Release (Pixel C) bot:
https://build.chromium.org/p/chromium.gpu.fyi/builders/Android%20Release%20%28Pixel%20C%29/builds/4160
https://build.chromium.org/p/chromium.gpu.fyi/builders/Android%20Release%20%28Pixel%20C%29/builds/4143
https://build.chromium.org/p/chromium.gpu.fyi/builders/Android%20Release%20%28Pixel%20C%29/builds/4118
https://build.chromium.org/p/chromium.gpu.fyi/builders/Android%20Release%20%28Pixel%20C%29/builds/4046

Looks like each of these runs a different number of tests ran before Pixel C crashed.
Unfortunately, logs and logcats don't have enough information to debug this. Probably need to look at this locally.
 
PS. This maybe the rootcause of failures in issue 673496
Status: WontFix (was: Assigned)
I've ran run_angle_end2end_tests --num_retries=0 --repeat=2000 on Pixel C locally.
The result was:
C 226986.893s Main  ImageTest.ValidationGLEGLImage/ES3_OPENGLES: 1998 PASS, 0 SKIP, 0 FAIL, 0 CRASH, 0 TIMEOUT, 1 UNKNOWN, 2 NOTRUN
C 226986.894s Main  938 of 939 tests passed in all 2001 runs

I.e., it ran constantly for 2.6 days with just one small issue:
C 151563.095s Main  ********************************************************************************
C 151563.095s Main  Detailed Logs
C 151563.095s Main  ********************************************************************************
C 151563.098s Main  [UNKNOWN] ImageTest.ValidationGLEGLImage/ES3_OPENGLES:
C 151563.098s Main  [ RUN      ] ImageTest.ValidationGLEGLImage/ES3_OPENGLES
C 151563.098s Main  Test skipped because OES_EGL_image, EGL_KHR_image_base or EGL_KHR_gl_texture_2D_image is not available.
C 151563.099s Main  [       OK ] ImageTest.ValidationGLEGLImage/ES3_OPENGLES (-6771 ms)
C 151563.099s Main  ********************************************************************************
C 151563.099s Main  Summary
C 151563.099s Main  ********************************************************************************
C 151563.102s Main  [==========] 939 tests ran.
C 151563.102s Main  [  PASSED  ] 938 tests.
C 151563.102s Main  [  FAILED  ] 1 test, listed below:
C 151563.102s Main  [  FAILED  ] ImageTest.ValidationGLEGLImage/ES3_OPENGLES (UNKNOWN)
C 151563.102s Main  
C 151563.102s Main  1 FAILED TEST
C 151563.102s Main  ********************************************************************************
The test passed, but for some reason was erroneously reported as failed.

That means that angle_end2end_tests don't actually crash Pixel C.
I suspect that there might be some other hardware problem in the lab setup.

Sign in to add a comment