New issue
Advanced search Search tips

Issue 748762 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DCHECK_CURRENTLY_ON misleading in audio_input_renderer_host_unittest.cc

Project Member Reported by btolsch@chromium.org, Jul 25 2017

Issue description

Version: 62.0.3167.0

DCHECK_CURRENTLY_ON will succeed for any thread label when run with TestBrowserThreadBundle with no additional threads because TestBrowserThreadBundle runs everything in one thread and MessageLoop.
 
Cc: grunell@chromium.org
Owner: maxmorin@chromium.org
Status: Assigned (was: Untriaged)
maxmorin@: Can you take a look or triage further?
Project Member

Comment 2 by bugdroid1@chromium.org, Aug 9 2017

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

commit 937fd0b3c4e68a632ce78202e62e945634583019
Author: Max Morin <maxmorin@chromium.org>
Date: Wed Aug 09 08:11:51 2017

Remove thread check in AudioInputRendererHost test

The AudioInputRendererHost test is single threaded, so the check doesn't
actually do anything.

BUG= 748762 

Change-Id: I752b8d927bc067e7f6c57a4bb02951c64032b1f4
Reviewed-on: https://chromium-review.googlesource.com/605608
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Commit-Queue: Max Morin <maxmorin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#492898}
[modify] https://crrev.com/937fd0b3c4e68a632ce78202e62e945634583019/content/browser/renderer_host/media/audio_input_renderer_host_unittest.cc

Status: Fixed (was: Assigned)

Sign in to add a comment