Coverage: missing coverage for constexpr methods executed strictly at compile-time |
|
Issue descriptione.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...
,
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 |
|
Comment 1 by mmoroz@chromium.org
, May 22 2018Status: Available (was: Untriaged)