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

Issue 650365 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Chrome
Pri: 3
Type: Bug



Sign in to add a comment

MSAN bots failing VP9 tests

Project Member Reported by thestig@chromium.org, Sep 26 2016

Issue description

Started with r420818:

https://build.chromium.org/p/chromium.memory.full/builders/Linux%20MSan%20Tests/builds/1675

----
File/MediaTest.VideoBearHighBitDepthVP9/0 (run #1):
[ RUN      ] File/MediaTest.VideoBearHighBitDepthVP9/0
[30739:30739:0926/121439:36288954367:WARNING:audio_manager.cc(317)] Multiple instances of AudioManager detected
[30739:30739:0926/121439:36288954465:WARNING:audio_manager.cc(278)] Multiple instances of AudioManager detected
Xlib:  extension "RANDR" missing on display ":9".
[30739:30739:0926/121440:36289040573:INFO:media_browsertest.cc(53)] Running test URL: file:///b/swarming/w/irYGARZe/media/test/data/player.html?video=bear-320x180-hi10p-vp9.webm
[1:1:0926/121440:36289602422:ERROR:render_media_log.cc(25)] MediaEvent: PIPELINE_ERROR pipeline: decode error
../../content/browser/media/media_browsertest.cc:48: Failure
Value of: final_title
  Actual: "ERROR"
Expected: expected_title
Which is: "ENDED"
[  FAILED  ] File/MediaTest.VideoBearHighBitDepthVP9/0, where GetParam() = false (1003 ms)
----

Similar error for Http/MediaTest.VideoBearHighBitDepthVP9/0

----
PipelineIntegrationTest.BasicPlaybackHi10PVP9 (run #1):
[ RUN      ] PipelineIntegrationTest.BasicPlaybackHi10PVP9
../../media/test/pipeline_integration_test.cc:1447: Failure
Value of: Start("bear-320x180-hi10p-vp9.webm", kClockless)
  Actual: 3
Expected: PIPELINE_OK
Which is: 0
[  FAILED  ] PipelineIntegrationTest.BasicPlaybackHi10PVP9 (6 ms)
----
 
Status: Assigned (was: Untriaged)
Project Member

Comment 2 by bugdroid1@chromium.org, Sep 26 2016

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

commit 0a8a58ba0e372e4a725cc25597daf7ea9589a192
Author: johannkoenig <johannkoenig@google.com>
Date: Mon Sep 26 21:37:43 2016

Enable vp9 high bit depth for nacl and generic

These configs already use --target=generic-gnu which provides no
optimization whatsoever. Enabling high bit depth keeps test conditions
simple and allows running things like the MSAN tests.

BUG= 650365 

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

[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/generate_gni.sh
[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/source/config/linux/generic/vp9_rtcd.h
[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/source/config/linux/generic/vpx_config.asm
[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/source/config/linux/generic/vpx_config.c
[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/source/config/linux/generic/vpx_config.h
[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/source/config/linux/generic/vpx_dsp_rtcd.h
[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/source/config/nacl/vp9_rtcd.h
[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/source/config/nacl/vpx_config.asm
[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/source/config/nacl/vpx_config.c
[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/source/config/nacl/vpx_config.h
[modify] https://crrev.com/0a8a58ba0e372e4a725cc25597daf7ea9589a192/third_party/libvpx/source/config/nacl/vpx_dsp_rtcd.h

Status: Fixed (was: Assigned)
Pretty sure this is fixed now
Status: Verified (was: Fixed)
Thanks for the quick fix. All the failing tests went green on https://build.chromium.org/p/chromium.memory.full/builders/Linux%20MSan%20Tests/builds/1682

Sign in to add a comment