http://bugs.winehq.org/show_bug.cgi?id=11785
--- Comment #2 from dpblnt dpblnt@gmail.com 2008-03-02 08:28:26 --- i started the regression testing. but i can't be sure if 0.9.51 is bad, i started bitsect with that assumption.
git-bisect start # good: [dec68336781cd2692d5a04afa8d548f57ea5d4a6] Release 0.9.50. git-bisect good dec68336781cd2692d5a04afa8d548f57ea5d4a6 # bad: [0e7ca5863c4b4fd4df1275bde3809fae31cd39f6] Release 0.9.51. git-bisect bad 0e7ca5863c4b4fd4df1275bde3809fae31cd39f6 # good: [b8e10c75fd6b5aad580854f33e38dd225bf398fd] devenum: Remove unneeded cast. git-bisect good b8e10c75fd6b5aad580854f33e38dd225bf398fd # good: [b462c20876feae7b1384a50a8acfa5b376562bda] winebuild: Don't set the IMAGE_FILE_DLL flag on native modules. git-bisect good b462c20876feae7b1384a50a8acfa5b376562bda # good: [1bed47a3b3fbfdb89a5ea560227661b21cbcd03a] msi: Fix missing alloc check. git-bisect good 1bed47a3b3fbfdb89a5ea560227661b21cbcd03a # good: [a9b05bea3f9929c279d09bfa09b332e76fdb426f] kernel32: Remove unneeded casts. git-bisect good a9b05bea3f9929c279d09bfa09b332e76fdb426f # good: [ba280fb1b040fc2b4c43f8b7ee353ee6933ab59a] rpcrt4: Fix a typo in rpcrt4_conn_tcp_read. git-bisect good ba280fb1b040fc2b4c43f8b7ee353ee6933ab59a # good: [b3d1ea85960c5e5f61884fecef5cd6ef711fdde1] gdi32: Test the "alpha" channel on compatible bitmaps. git-bisect good b3d1ea85960c5e5f61884fecef5cd6ef711fdde1 # good: [1590b1f73198f34a5f49a177e66c315aa0aa00a5] advapi32: Fix undocumented behaviour in ReqQueryValueEx when 'count' and 'type' point to the same address. git-bisect good 1590b1f73198f34a5f49a177e66c315aa0aa00a5 # good: [f0c4fdbad92c4e553a442078464c8abfe5a23522] riched20/tests: Avoid using size_t in traces. git-bisect good f0c4fdbad92c4e553a442078464c8abfe5a23522 # good: [10bcc6200b720baf57e10a085283a9b1ce26f65a] riched32/tests: Avoid using size_t in traces. git-bisect good 10bcc6200b720baf57e10a085283a9b1ce26f65a
git bisect good 0e7ca5863c4b4fd4df1275bde3809fae31cd39f6 is first bad commit commit 0e7ca5863c4b4fd4df1275bde3809fae31cd39f6 Author: Alexandre Julliard julliard@winehq.org Date: Fri Dec 14 17:35:21 2007 +0100
Release 0.9.51.
:100644 100644 c781ad3e9f246bb5ca5f19b017e2026f98c378b9 998fe0fbb7b423579b366de7a7fac78374e51e5b MANNOUNCE :100644 100644 4f4347196587d1b10a6c9633afe7689ae5a958d6 a7dc84d4d53c292df5c52d81bd6aa4503bebeb0a MChangeLog :100644 100644 45ba353fc75104eab0cdf78cac5dfc97738a447b 6d8e2ac3532946b3bf641d5b6c93076725650e14 MVERSION :100755 100755 37104b9e15673f76cff9fe535eaad836a9f6f8f7 2747d1b83140dd8f4409c6596b19d7ba614c04dc Mconfigure
now i run regression testing against wine-0.9.50 and wine-0.9.56-286-g1032ba6. found the first bad in the middle: ec4a46f93a9c94d43f596e3450ceb4e1a01904b5 ill come back with the final results.