https://bugs.winehq.org/show_bug.cgi?id=39892
Anthony Fok anthony@anthonyfok.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |anthony@anthonyfok.org, | |jacek@codeweavers.com Component|-unknown |mshtml Regression SHA1| |1454e302a80c218343420a7402d | |a4d6e2dec4c76
--- Comment #4 from Anthony Fok anthony@anthonyfok.org --- Following the instructions at http://wiki.winehq.org/RegressionTesting, I did a regression test inside a sid-i386 chroot environment, and found the following:
foka@debian:~/wine-dirs/wine-source$ git bisect good 1454e302a80c218343420a7402da4d6e2dec4c76 is the first bad commit commit 1454e302a80c218343420a7402da4d6e2dec4c76 Author: Jacek Caban jacek@codeweavers.com Date: Mon Dec 1 12:55:51 2014 +0100
mshtml: Added support for flag 2 in getAttribute.
:040000 040000 e310a1e23bff845038a76d07a587ff60d212f07f 2e8691d55751082174d77f70ab68b55e7cbf7df9 M dlls
And here is the git bisect log:
foka@debian:~/wine-dirs/wine-source$ git bisect log git bisect start # bad: [aa026e061446d5afee9d55b808402998fae94f1f] Release 1.7.33. git bisect bad aa026e061446d5afee9d55b808402998fae94f1f # good: [fe2466ffdfa505329d009dac14cf933e77a14495] Release 1.7.32. git bisect good fe2466ffdfa505329d009dac14cf933e77a14495 # bad: [14324fec97b8c9740dcbca59d44a5cba13b00323] ws2_32/tests: Add SO_BSP_STATE tests. git bisect bad 14324fec97b8c9740dcbca59d44a5cba13b00323 # bad: [685c68ba61cb01f1ab4d68bd5f75fb9bed74bd3b] cabinet/tests: Add test for calling FDIIsCabinet with hf == 0. git bisect bad 685c68ba61cb01f1ab4d68bd5f75fb9bed74bd3b # bad: [f1cd8d4ac9ece36bebc0f7ab3e15edc3e425248d] localspl: Remove unused strings (Clang). git bisect bad f1cd8d4ac9ece36bebc0f7ab3e15edc3e425248d # good: [08b06b7d8f7396937c3d278219ce3b6cefa0476a] wined3d: Unbind shader resource views in state_unbind_resources(). git bisect good 08b06b7d8f7396937c3d278219ce3b6cefa0476a # good: [d57ccd54f8d751b57490d5a74c3a81ac31297313] ws2_32/tests: Fix several copy and paste errors. git bisect good d57ccd54f8d751b57490d5a74c3a81ac31297313 # bad: [1454e302a80c218343420a7402da4d6e2dec4c76] mshtml: Added support for flag 2 in getAttribute. git bisect bad 1454e302a80c218343420a7402da4d6e2dec4c76 # good: [71cb0cea7442440cc9ea3cf142255e9c261c01a6] mshtml: Added "indent" command support to execCommand. git bisect good 71cb0cea7442440cc9ea3cf142255e9c261c01a6 # first bad commit: [1454e302a80c218343420a7402da4d6e2dec4c76] mshtml: Added support for flag 2 in getAttribute.