Just for information, a week ago or so, the shlfolder has started failing systematically (on a fresh ~/.wine directory as well as after round of tests):
../../../tools/runtest -q -P wine -M shell32.dll -T ../../.. -p shell32_test.exe.so shlfolder.c && touch shlfolder.ok shlfolder.c:366: Test failed: CreateDirectoryA failed! Last error: 000000b7 err:shell:HCR_GetFolderAttributes HCR_GetFolderAttributes should be called for simple PIDL's only!
Unfortunately I don't have the exact date because I did not keep a history of my nightly test runs (but I do now).
Unfortunately I don't have the exact date because I did not keep a history of my nightly test runs (but I do now).
Have a look here:
http://www.cxtest.org/reports/last_week?from%5B1%5D=9&from%5B2%5D=1&...
Unfortunately, we started to have results from WineHq "make test" just recently and from the beginning of this month there are only few results, anyway they points to the date Oct 6. Does that help?
Martin
On Fri, 27 Oct 2006, martin pilka wrote:
Unfortunately I don't have the exact date because I did not keep a history of my nightly test runs (but I do now).
Have a look here:
http://www.cxtest.org/reports/last_week?from%5B1%5D=9&from%5B2%5D=1&...
Unfortunately, we started to have results from WineHq "make test" just recently and from the beginning of this month there are only few results, anyway they points to the date Oct 6. Does that help?
Actually the shlfolder test seems to succeed on your machine and it is the shlexec and shlfileop tests that are failing (and are working for me). Are you using a freshly generated ~/.wine directory?
Actually the shlfolder test seems to succeed on your machine and it is the shlexec and shlfileop tests that are failing (and are working for me). Are you using a freshly generated ~/.wine directory?
Before each "make test", ~/.wine dir is erased and generated again. Is that enough?
Martin
On Sat, 28 Oct 2006, martin pilka wrote:
Actually the shlfolder test seems to succeed on your machine and it is the shlexec and shlfileop tests that are failing (and are working for me). Are you using a freshly generated ~/.wine directory?
Before each "make test", ~/.wine dir is erased and generated again. Is that enough?
Yes. Maybe this is caused by some uninitialized variable so that the bug is triggered by the memory layout or some such.