Rename "Version" field to "Earliest Affected Version" in Bugzilla?

Dmitry Timoshkov dmitry at baikal.ru
Mon Feb 10 18:40:16 CST 2014


Vincent Povirk <madewokherd at gmail.com> wrote:

> > The original version is useful to test the original bug, it may be the
> > difference between resolving it as FIXED (was able to reproduce and no
> > longer happens) or WORKSFORME (could not reproduce in the reported
> > version and nowadays).
> 
> Why is the original version better for this purpose than a later
> version that was tested and known to be affected by the bug?

It's always better to test using exact version that the user had in order
to avoid any side effects of patches applied after that point, possible
another regression, something else that may happen after that (like
introducing new compiler optimization in default flags, changed config.h
dependency, added/removed MS_HOOK/WINAPI/CDECL thing, etc.,etc.)

Testing using a later Wine version may reproduce something that looks
like an original bug but be not the same thing in reality.

-- 
Dmitry.



More information about the wine-devel mailing list