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

Issue 663066 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
OOO until 2019-01-24
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 1
Type: Bug-Regression



Sign in to add a comment

WebglConformance_conformance_misc_bad_arguments_test flaky

Project Member Reported by ynovikov@chromium.org, Nov 7 2016

Issue description

https://build.chromium.org/p/chromium.gpu.fyi/builders/Android%20Release%20%28Nexus%205X%29/builds/3745
https://build.chromium.org/p/chromium.gpu.fyi/builders/Android%20Release%20%28Nexus%205X%29/builds/3749
https://build.chromium.org/p/chromium.gpu.fyi/builders/Android%20Release%20%28Nexus%205X%29/builds/3759
https://build.chromium.org/p/chromium.gpu.fyi/builders/Android%20Release%20%28Nexus%205X%29/builds/3779

WebglConformance_conformance_misc_bad_arguments_test (gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest) ... 
Traceback (most recent call last):
  _RunGpuTest at content/test/gpu/gpu_tests/gpu_integration_test.py:78
    self.RunActualGpuTest(url, *args)
  RunActualGpuTest at content/test/gpu/gpu_tests/webgl_conformance_integration_test.py:196
    getattr(self, test_name)(test_path, *args[1:])
  _RunConformanceTest at content/test/gpu/gpu_tests/webgl_conformance_integration_test.py:210
    self._CheckTestCompletion()
  _CheckTestCompletion at content/test/gpu/gpu_tests/webgl_conformance_integration_test.py:206
    self.fail(self._WebGLTestMessages(self.tab))
  fail at /usr/lib/python2.7/unittest/case.py:412
    raise self.failureException(msg)
AssertionError: context.compileShader(argument) should be undefined. Threw exception TypeError: Failed to execute 'compileShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
loading: http://127.0.0.1:41504/third_party/webgl/src/sdk/tests/resources/vertexShader.vert
completed load request: http://127.0.0.1:41504/third_party/webgl/src/sdk/tests/resources/vertexShader.vert
loading: http://127.0.0.1:41504/third_party/webgl/src/sdk/tests/resources/fragmentShader.frag
completed load request: http://127.0.0.1:41504/third_party/webgl/src/sdk/tests/resources/fragmentShader.frag
loading: http://127.0.0.1:41504/third_party/webgl/src/sdk/tests/resources/vertexShader.vert
completed load request: http://127.0.0.1:41504/third_party/webgl/src/sdk/tests/resources/vertexShader.vert
FAIL context.compileShader(argument) should be undefined. Threw exception TypeError: Failed to execute 'compileShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
context.linkProgram(argument) should be undefined. Threw exception TypeError: Failed to execute 'linkProgram' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.linkProgram(argument) should be undefined. Threw exception TypeError: Failed to execute 'linkProgram' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.attachShader(program, argument) should be undefined. Threw exception TypeError: Failed to execute 'attachShader' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLShader'.
FAIL context.attachShader(program, argument) should be undefined. Threw exception TypeError: Failed to execute 'attachShader' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLShader'.
context.attachShader(argument, shader) should be undefined. Threw exception TypeError: Failed to execute 'attachShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.attachShader(argument, shader) should be undefined. Threw exception TypeError: Failed to execute 'attachShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.detachShader(program, argument) should be undefined. Threw exception TypeError: Failed to execute 'detachShader' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLShader'.
FAIL context.detachShader(program, argument) should be undefined. Threw exception TypeError: Failed to execute 'detachShader' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLShader'.
context.detachShader(argument, shader) should be undefined. Threw exception TypeError: Failed to execute 'detachShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.detachShader(argument, shader) should be undefined. Threw exception TypeError: Failed to execute 'detachShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.shaderSource(argument, 'foo') should be undefined. Threw exception TypeError: Failed to execute 'shaderSource' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
FAIL context.shaderSource(argument, 'foo') should be undefined. Threw exception TypeError: Failed to execute 'shaderSource' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
context.bindAttribLocation(argument, 0, 'foo') should be undefined. Threw exception TypeError: Failed to execute 'bindAttribLocation' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.bindAttribLocation(argument, 0, 'foo') should be undefined. Threw exception TypeError: Failed to execute 'bindAttribLocation' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.getProgramInfoLog(argument) should be null. Threw exception TypeError: Failed to execute 'getProgramInfoLog' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.getProgramInfoLog(argument) should be null. Threw exception TypeError: Failed to execute 'getProgramInfoLog' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.getProgramParameter(argument, 0) should be null. Threw exception TypeError: Failed to execute 'getProgramParameter' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.getProgramParameter(argument, 0) should be null. Threw exception TypeError: Failed to execute 'getProgramParameter' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.getShaderInfoLog(argument) should be null. Threw exception TypeError: Failed to execute 'getShaderInfoLog' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
FAIL context.getShaderInfoLog(argument) should be null. Threw exception TypeError: Failed to execute 'getShaderInfoLog' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
context.getShaderParameter(argument, 0) should be null. Threw exception TypeError: Failed to execute 'getShaderParameter' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
FAIL context.getShaderParameter(argument, 0) should be null. Threw exception TypeError: Failed to execute 'getShaderParameter' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
context.getShaderSource(argument) should be null. Threw exception TypeError: Failed to execute 'getShaderSource' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
FAIL context.getShaderSource(argument) should be null. Threw exception TypeError: Failed to execute 'getShaderSource' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
context.getUniform(argument, loc) should be null. Threw exception TypeError: Failed to execute 'getUniform' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.getUniform(argument, loc) should be null. Threw exception TypeError: Failed to execute 'getUniform' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.getUniform(program, argument) should be null. Threw exception TypeError: Failed to execute 'getUniform' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLUniformLocation'.
FAIL context.getUniform(program, argument) should be null. Threw exception TypeError: Failed to execute 'getUniform' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLUniformLocation'.
context.getUniformLocation(argument, 'u_modelViewProjMatrix') should be null. Threw exception TypeError: Failed to execute 'getUniformLocation' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.getUniformLocation(argument, 'u_modelViewProjMatrix') should be null. Threw exception TypeError: Failed to execute 'getUniformLocation' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.compileShader(argument) should be undefined. Threw exception TypeError: Failed to execute 'compileShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
FAIL context.compileShader(argument) should be undefined. Threw exception TypeError: Failed to execute 'compileShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
context.linkProgram(argument) should be undefined. Threw exception TypeError: Failed to execute 'linkProgram' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.linkProgram(argument) should be undefined. Threw exception TypeError: Failed to execute 'linkProgram' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.attachShader(program, argument) should be undefined. Threw exception TypeError: Failed to execute 'attachShader' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLShader'.
FAIL context.attachShader(program, argument) should be undefined. Threw exception TypeError: Failed to execute 'attachShader' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLShader'.
context.attachShader(argument, shader) should be undefined. Threw exception TypeError: Failed to execute 'attachShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.attachShader(argument, shader) should be undefined. Threw exception TypeError: Failed to execute 'attachShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.detachShader(program, argument) should be undefined. Threw exception TypeError: Failed to execute 'detachShader' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLShader'.
FAIL context.detachShader(program, argument) should be undefined. Threw exception TypeError: Failed to execute 'detachShader' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLShader'.
context.detachShader(argument, shader) should be undefined. Threw exception TypeError: Failed to execute 'detachShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.detachShader(argument, shader) should be undefined. Threw exception TypeError: Failed to execute 'detachShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.shaderSource(argument, 'foo') should be undefined. Threw exception TypeError: Failed to execute 'shaderSource' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
FAIL context.shaderSource(argument, 'foo') should be undefined. Threw exception TypeError: Failed to execute 'shaderSource' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
context.bindAttribLocation(argument, 0, 'foo') should be undefined. Threw exception TypeError: Failed to execute 'bindAttribLocation' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.bindAttribLocation(argument, 0, 'foo') should be undefined. Threw exception TypeError: Failed to execute 'bindAttribLocation' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.getProgramInfoLog(argument) should be null. Threw exception TypeError: Failed to execute 'getProgramInfoLog' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.getProgramInfoLog(argument) should be null. Threw exception TypeError: Failed to execute 'getProgramInfoLog' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.getProgramParameter(argument, 0) should be null. Threw exception TypeError: Failed to execute 'getProgramParameter' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.getProgramParameter(argument, 0) should be null. Threw exception TypeError: Failed to execute 'getProgramParameter' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.getShaderInfoLog(argument) should be null. Threw exception TypeError: Failed to execute 'getShaderInfoLog' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
FAIL context.getShaderInfoLog(argument) should be null. Threw exception TypeError: Failed to execute 'getShaderInfoLog' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
context.getShaderParameter(argument, 0) should be null. Threw exception TypeError: Failed to execute 'getShaderParameter' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
FAIL context.getShaderParameter(argument, 0) should be null. Threw exception TypeError: Failed to execute 'getShaderParameter' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
context.getShaderSource(argument) should be null. Threw exception TypeError: Failed to execute 'getShaderSource' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
FAIL context.getShaderSource(argument) should be null. Threw exception TypeError: Failed to execute 'getShaderSource' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.
context.getUniform(argument, loc) should be null. Threw exception TypeError: Failed to execute 'getUniform' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.getUniform(argument, loc) should be null. Threw exception TypeError: Failed to execute 'getUniform' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
context.getUniform(program, argument) should be null. Threw exception TypeError: Failed to execute 'getUniform' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLUniformLocation'.
FAIL context.getUniform(program, argument) should be null. Threw exception TypeError: Failed to execute 'getUniform' on 'WebGLRenderingContext': parameter 2 is not of type 'WebGLUniformLocation'.
context.getUniformLocation(argument, 'u_modelViewProjMatrix') should be null. Threw exception TypeError: Failed to execute 'getUniformLocation' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.
FAIL context.getUniformLocation(argument, 'u_modelViewProjMatrix') should be null. Threw exception TypeError: Failed to execute 'getUniformLocation' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.

Locals:
  msg : u"context.compileShader(argument) should be undefined. Threw exception TypeError: Failed to execute 'compileShader' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLShader'.\nloading: http://127.0.0.1:41504/third_party/webgl/src/sdk/tests/resources/vertexShader.vert\ncompleted load request: http://127.0.0.1:41504/third_party/webgl/src/sdk/tests/resources/vertexShader.vert\nloading: http://127.0.0.1:41504/third_party/webgl/src/sdk/tests/resources/fragmentShader.frag\ncompleted load request: ht ... LRenderingContext': parameter 2 is not of type 'WebGLUniformLocation'.\ncontext.getUniformLocation(argument, 'u_modelViewProjMatrix') should be null. Threw exception TypeError: Failed to execute 'getUniformLocation' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.\nFAIL context.getUniformLocation(argument, 'u_modelViewProjMatrix') should be null. Threw exception TypeError: Failed to execute 'getUniformLocation' on 'WebGLRenderingContext': parameter 1 is not of type 'WebGLProgram'.\n" (truncated)

(ERROR) 2016-11-07 09:12:23,610 gpu_integration_test._SymbolizeUnsymbolizedMinidumps:148  No minidump paths to symbolize
(WARNING) 2016-11-07 09:12:23,611 gpu_integration_test._RestartBrowser:56  Restarting browser due to unexpected test failure
(INFO) 2016-11-07 09:12:23,612 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( ps | grep -F org.chromium.chrome; echo "PIPESTATUS: ${PIPESTATUS[@]}" );echo %$?'
(INFO) 2016-11-07 09:12:23,721 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( ls /root );echo %$?'
(INFO) 2016-11-07 09:12:23,824 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( cd /sys/devices/system/cpu && for CPU in cpu0 cpu1 cpu2 cpu3 cpu4 cpu5; do test -e "$CPU/cpufreq/scaling_governor" && echo ondemand > "$CPU/cpufreq/scaling_governor"; echo -n "%~%$?%~%"; done );echo %$?'
(INFO) 2016-11-07 09:12:23,890 perf_control._WriteEachCpuFile:116  Successfully set cpufreq/scaling_governor to 'ondemand' on: cpu0 cpu1 cpu2 cpu3 cpu4 cpu5
(INFO) 2016-11-07 09:12:23,890 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( cd /sys/devices/system/cpu && for CPU in cpu0 cpu1 cpu2 cpu3 cpu4 cpu5; do cat "$CPU/online"; echo -n "%~%$?%~%"; done );echo %$?'
(INFO) 2016-11-07 09:12:23,997 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( p=org.chromium.chrome;if [[ "$(ps)" = *$p* ]]; then am force-stop $p; fi );echo %$?'
(INFO) 2016-11-07 09:12:24,965 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 forward --remove tcp:43610
(WARNING) 2016-11-07 09:12:24,984 gpu_integration_test.StartBrowser:38  Starting browser, attempt 1 of 3
(INFO) 2016-11-07 09:12:24,985 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( p=org.chromium.chrome;if [[ "$(ps)" = *$p* ]]; then am force-stop $p; fi );echo %$?'
(INFO) 2016-11-07 09:12:25,119 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( ls /root );echo %$?'
(INFO) 2016-11-07 09:12:25,221 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( test -e /data/data/org.chromium.chrome/ );echo %$?'
(INFO) 2016-11-07 09:12:25,288 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( TZ=utc ls -a -l /data/data/org.chromium.chrome/ );echo %$?'
(INFO) 2016-11-07 09:12:25,391 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( rm -r /data/data/org.chromium.chrome/app_chrome /data/data/org.chromium.chrome/app_tabs /data/data/org.chromium.chrome/app_textures /data/data/org.chromium.chrome/cache /data/data/org.chromium.chrome/code_cache /data/data/org.chromium.chrome/files /data/data/org.chromium.chrome/shared_prefs );echo %$?'
(INFO) 2016-11-07 09:12:25,514 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 root
(INFO) 2016-11-07 09:12:25,565 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 wait-for-device
(INFO) 2016-11-07 09:12:25,571 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( test -d /sdcard );echo %$?'
(INFO) 2016-11-07 09:12:25,641 timeout_retry.WaitFor:107  condition 'sd_card_ready' met (0.1s)
(INFO) 2016-11-07 09:12:25,642 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( pm path android );echo %$?'
(INFO) 2016-11-07 09:12:26,244 timeout_retry.WaitFor:107  condition 'pm_ready' met (0.7s)
(INFO) 2016-11-07 09:12:26,245 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( getprop sys.boot_completed );echo %$?'
(INFO) 2016-11-07 09:12:26,329 timeout_retry.WaitFor:107  condition 'boot_completed' met (0.8s)
(INFO) 2016-11-07 09:12:26,334 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( su 0 ls /root && ! ls /root );echo %$?'
(INFO) 2016-11-07 09:12:26,440 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( cd /sys/devices/system/cpu && for CPU in cpu0 cpu1 cpu2 cpu3 cpu4 cpu5; do test -e "$CPU/cpufreq/scaling_governor" && echo performance > "$CPU/cpufreq/scaling_governor"; echo -n "%~%$?%~%"; done );echo %$?'
(INFO) 2016-11-07 09:12:26,535 perf_control._WriteEachCpuFile:116  Successfully set cpufreq/scaling_governor to 'performance' on: cpu0 cpu1 cpu2 cpu3 cpu4 cpu5
(INFO) 2016-11-07 09:12:26,536 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( ndc resolver flushdefaultif );echo %$?'
(INFO) 2016-11-07 09:12:26,638 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( logcat -c );echo %$?'
(INFO) 2016-11-07 09:12:26,740 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( ( dumpsys window windows )>/data/local/tmp/temp_file-56fa231a30c63 );echo %$?'
(INFO) 2016-11-07 09:12:26,824 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 pull /data/local/tmp/temp_file-56fa231a30c63 /b/swarm_slave/w/itPMytBh/tmpz1aWbG/tmp_ReadFileWithPull
(INFO) 2016-11-07 09:12:26,991 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell 'rm -f /data/local/tmp/temp_file-56fa231a30c63'
(INFO) 2016-11-07 09:12:27,007 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( test -e /data/local/chrome-command-line );echo %$?'
(INFO) 2016-11-07 09:12:27,072 android_command_line_backend._WriteFile:107  Android app/browser startup args: chrome --disable-gpu-watchdog --test-type=gpu --disable-domain-blocking-for-3d-apis --disable-gesture-requirement-for-media-playback --disable-gpu-process-crash-limit --enable-experimental-canvas-features --js-flags=--expose-gc --enable-logging=stderr --enable-net-benchmarking --metrics-recording-only --no-default-browser-check --no-first-run --enable-gpu-benchmarking --disable-background-networking --proxy-server=socks://localhost:49006 --ignore-certificate-errors --disable-component-extensions-with-background-pages --disable-default-apps --enable-remote-debugging --disable-fre --disable-external-intent-requests
(INFO) 2016-11-07 09:12:27,075 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( test -d /data/local/chrome-command-line );echo %$?'
(INFO) 2016-11-07 09:12:27,135 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 push /b/swarm_slave/w/itPMytBh/tmpizti29 /data/local/chrome-command-line
(INFO) 2016-11-07 09:12:27,276 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( am start -W -d about:blank -n org.chromium.chrome/com.google.android.apps.chrome.Main );echo %$?'
(INFO) 2016-11-07 09:12:28,445 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 forward --no-rebind tcp:50098 localabstract:chrome_devtools_remote
(INFO) 2016-11-07 09:12:28,878 cmd_helper._ValidateAndLogCommand:155  [host]> /b/swarm_slave/w/irlgIR2G/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/adb -s 00ec0ae9429cbb54 shell '( rm -f /data/local/chrome-command-line );echo %$?'
(INFO) 2016-11-07 09:12:28,979 browser._LogBrowserInfo:113  OS: android M
(INFO) 2016-11-07 09:12:29,000 browser._LogBrowserInfo:117  Model: Nexus 5X
(INFO) 2016-11-07 09:12:29,000 browser._LogBrowserInfo:120  GPU device 0: VENDOR = 0x0 (Qualcomm), DEVICE = 0x0 (Adreno (TM) 418)
(INFO) 2016-11-07 09:12:29,000 browser._LogBrowserInfo:122  GPU Attributes:
(INFO) 2016-11-07 09:12:29,000 browser._LogBrowserInfo:124    adapter_luid        : 0.0
(INFO) 2016-11-07 09:12:29,000 browser._LogBrowserInfo:124    amd_switchable      : False
(INFO) 2016-11-07 09:12:29,000 browser._LogBrowserInfo:124    basic_info_state    : 1
(INFO) 2016-11-07 09:12:29,000 browser._LogBrowserInfo:124    context_info_state  : 1
(INFO) 2016-11-07 09:12:29,000 browser._LogBrowserInfo:124    direct_rendering    : True
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    driver_date         : 
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    driver_vendor       : 
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    driver_version      : 127.0
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    encrypted_only      : False
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    gl_extensions       : GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_half_float GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_compressed_ETC1_RGB8_texture GL_AMD_compressed_ATC_texture GL_KHR_texture_compression_astc_ldr GL_OES_texture_npot GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_OES_texture_3D GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_QCOM_alpha_test GL_OES_depth24 GL_OES_packed_depth_stencil GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_EXT_sRGB GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_sRGB_decode GL_OES_element_index_uint GL_EXT_copy_image GL_EXT_geometry_shader GL_EXT_tessellation_shader GL_OES_texture_stencil8 GL_EXT_shader_io_blocks GL_OES_shader_image_atomic GL_OES_sample_variables GL_EXT_texture_border_clamp GL_EXT_multisampled_render_to_texture GL_OES_shader_multisample_interpolation GL_EXT_texture_cube_map_array GL_EXT_draw_buffers_indexed GL_EXT_gpu_shader5 GL_EXT_robustness GL_EXT_texture_buffer GL_OES_texture_storage_multisample_2d_array GL_OES_sample_shading GL_OES_get_program_binary GL_EXT_debug_label GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_QCOM_tiled_rendering GL_ANDROID_extension_pack_es31a GL_EXT_primitive_bounding_box GL_OES_standard_derivatives GL_OES_vertex_array_object GL_EXT_disjoint_timer_query GL_KHR_debug GL_EXT_YUV_target GL_EXT_sRGB_write_control GL_EXT_texture_norm16 GL_EXT_discard_framebuffer GL_OES_surfaceless_context GL_OVR_multiview GL_OVR_multiview2 GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_EXT_debug_marker OES_EGL_image_external_essl3 GL_OVR_multiview_multisampled_render_to_texture GL_EXT_buffer_storage 
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    gl_renderer         : Adreno (TM) 418
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    gl_reset_notification_strategy: 33362
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    gl_vendor           : Qualcomm
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    gl_version          : OpenGL ES 3.1 V@127.0 (GIT@I8366cd0437)
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    gl_ws_extensions    : 
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    gl_ws_vendor        : 
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    gl_ws_version       : 
(INFO) 2016-11-07 09:12:29,001 browser._LogBrowserInfo:124    in_process_gpu      : False
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    initialization_time : 0.102299
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    jpeg_decode_accelerator_supported: False
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    lenovo_dcute        : False
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    max_msaa_samples    : 4
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    max_resolution_height: 2160
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    max_resolution_width: 3840
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    min_resolution_height: 0
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    min_resolution_width: 0
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    optimus             : False
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    pixel_shader_version: 3.10
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    process_crash_count : 0
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    profile             : 10
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    sandboxed           : False
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    software_rendering  : False
(INFO) 2016-11-07 09:12:29,002 browser._LogBrowserInfo:124    vertex_shader_version: 3.10
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:124    video_decode_accelerator_flags: 7
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:126  Feature Status:
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    2d_canvas           : enabled
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    flash_3d            : enabled
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    flash_stage3d       : enabled
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    flash_stage3d_baseline: enabled
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    gpu_compositing     : enabled
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    multiple_raster_threads: disabled_off
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    native_gpu_memory_buffers: disabled_software
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    rasterization       : enabled
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    video_decode        : enabled
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    video_encode        : unavailable_software
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    vpx_decode          : enabled
(INFO) 2016-11-07 09:12:29,003 browser._LogBrowserInfo:128    webgl               : enabled
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:128    webgl2              : disabled_off
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:130  Driver Bug Workarounds:
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    broken_egl_image_ref_counting
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    clear_uniforms_before_first_program_use
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    disable_blend_equation_advanced
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    disable_chromium_framebuffer_multisample
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    disable_depth_texture
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    disable_discard_framebuffer
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    disable_framebuffer_cmaa
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    disable_program_disk_cache
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    force_cube_map_positive_x_allocation
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    max_copy_texture_chromium_size_1048576
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    max_texture_size_limit_4096
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    scalarize_vec_and_mat_constructor_args
(INFO) 2016-11-07 09:12:29,004 browser._LogBrowserInfo:132    unbind_attachments_on_bound_render_fbo_delete
(INFO) 2016-11-07 09:12:29,005 browser._LogBrowserInfo:132    unbind_egl_context_to_flush_driver_caches
(INFO) 2016-11-07 09:12:29,005 browser._LogBrowserInfo:132    use_virtualized_gl_contexts
(INFO) 2016-11-07 09:12:29,005 browser._LogBrowserInfo:132    wake_up_gpu_before_drawing
FAIL
 
Project Member

Comment 1 by bugdroid1@chromium.org, Nov 8 2016

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

commit 0d539e0e6e7b79a6b85494cd6c13056a6ab029bd
Author: ynovikov <ynovikov@chromium.org>
Date: Mon Nov 07 23:55:14 2016

WebGL: suppress a couple of flaky tests on Android

conformance/misc/bad-arguments-test.html on Nexus 5X
conformance/uniforms/uniform-samplers-test.html on Nexus 6P

BUG= 663066 , 663071
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;master.tryserver.chromium.android:android_optional_gpu_tests_rel

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

[modify] https://crrev.com/0d539e0e6e7b79a6b85494cd6c13056a6ab029bd/content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Comment 2 by enne@chromium.org, Nov 10 2016

Components: Internals>GPU>Testing
Owner: zmo@chromium.org
Status: Assigned (was: Untriaged)

Comment 3 by kbr@chromium.org, Nov 10 2016

Owner: kbr@chromium.org
Cc: cwallez@chromium.org
Labels: -OS-Android OS-All
Summary: WebglConformance_conformance_misc_bad_arguments_test flaky (was: WebglConformance_conformance_misc_bad_arguments_test flaky on Nexus 5X GPU.FYI)
I see this test was disabled on all platforms in https://codereview.chromium.org/2526003003, referencing https://github.com/KhronosGroup/WebGL/issues/2173, saying that this test "fails when run directly due to the recent changes to the optional objects in the WebGL IDL".

Comment 5 by kbr@chromium.org, Nov 29 2016

Labels: -Type-Bug -Pri-3 Pri-1 Type-Bug-Regression
Fixing this is urgent. Taking this.

Project Member

Comment 6 by bugdroid1@chromium.org, Nov 30 2016

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

commit 42e8c0606612edce2859a3b682714baf943c89f5
Author: kbr <kbr@chromium.org>
Date: Wed Nov 30 08:36:32 2016

Roll WebGL d12037a..4b93f82

https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/d12037a..4b93f82

BUG= 663066 ,  angleproject:1619 

TEST=bots

CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel

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

[modify] https://crrev.com/42e8c0606612edce2859a3b682714baf943c89f5/DEPS
[modify] https://crrev.com/42e8c0606612edce2859a3b682714baf943c89f5/content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Comment 7 by kbr@chromium.org, Dec 1 2016

Status: Fixed (was: Assigned)

Sign in to add a comment