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

Issue 845575 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 844597



Sign in to add a comment

Coverage: missing coverage for constexpr methods executed strictly at compile-time

Project Member Reported by gab@chromium.org, May 22 2018

Issue description

e.g. https://chromium-coverage.appspot.com/reports/560344/linux/chromium/src/base/task_scheduler/lazy_task_runner.h.html

says that the constexpr LazyTaskRunner() constructor isn't being executed while it's clearly covered by lazy_task_runner_unittest.cc, the problem is that it's executed at compile-time...
 

Comment 1 by mmoroz@chromium.org, May 22 2018

Labels: -Pri-3 Pri-2
Status: Available (was: Untriaged)
Interesting, thanks for reporting. This might've been caused by https://chromium-review.googlesource.com/c/chromium/src/+/891799 landed in order to address  issue 759795 , but I'm not totally sure. It's worth to investigate.

Comment 2 by mmoroz@chromium.org, May 22 2018

Something similar seems to be reported upstream as well: https://bugs.llvm.org/show_bug.cgi?id=36086


Sign in to add a comment