[Issue 20910] Default unittest runner reports wrong unittest count

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 9 00:22:39 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=20910

moonlightsentinel at disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel at disroot.o
                   |                            |rg

--- Comment #1 from moonlightsentinel at disroot.org ---
The message is wrong, it shows how many modules were tested, not the number of
unittests.

That number is probably not available in the current implementation which
relies on ModuleInfo, see
https://github.com/dlang/druntime/blob/435ae8a21034ef50fa4769e3aaba5778dbc76557/src/core/runtime.d#L602-L617

--


More information about the Digitalmars-d-bugs mailing list