http://bugs.winehq.org/show_bug.cgi?id=29010
--- Comment #3 from Austin English austinenglish@gmail.com 2011-11-07 12:58:04 CST --- (In reply to comment #2)
Any hints on what I did wrong, or could/should do otherwise wrt. regression testing would be very much appreciated at this point.
Try: $ git reset --hard 3e6eab3fd97e7c0ed2c8d233875aa4cfa8965985 $ ./configure && make
then retest. It should be broken. Do; $ git show | patch -p1 -R $ ./configure && make
and see if it works. If it doesn't, the test was wrong, you should rerun it.