Re: tests/msi.c fails when run twice on Wine?

2007-07-30 Thread Paul Vriens
James Hawkins wrote: On 7/27/07, Paul Vriens [EMAIL PROTECTED] wrote: Hi, The msi test currently fails for me on Wine when run the second time after getting a clean environment: rm -rf ~/.wine make msi.ok msi: 101 tests executed (0 marked as todo, 0 failures), 0 skipped. rm msi.ok make

Re: tests/msi.c fails when run twice on Wine?

2007-07-30 Thread James Hawkins
On 7/30/07, Paul Vriens [EMAIL PROTECTED] wrote: James Hawkins wrote: On 7/27/07, Paul Vriens [EMAIL PROTECTED] wrote: Hi, The msi test currently fails for me on Wine when run the second time after getting a clean environment: rm -rf ~/.wine make msi.ok msi: 101 tests

Re: tests/msi.c fails when run twice on Wine?

2007-07-30 Thread Paul Vriens
James Hawkins wrote: On 7/30/07, Paul Vriens [EMAIL PROTECTED] wrote: James Hawkins wrote: On 7/27/07, Paul Vriens [EMAIL PROTECTED] wrote: Hi, The msi test currently fails for me on Wine when run the second time after getting a clean environment: rm -rf ~/.wine make msi.ok msi: 101

Re: tests/msi.c fails when run twice on Wine?

2007-07-30 Thread Juan Lang
It's still strange though that it doesn't happen on your box (you are the only one that came back, and of course Alexandre cause I guess he runs the tests every time before he commits something). It also succeeds when running twice here. (make install.ok hangs here, though.) --Juan

Re: tests/msi.c fails when run twice on Wine?

2007-07-30 Thread Paul Vriens
Juan Lang wrote: It's still strange though that it doesn't happen on your box (you are the only one that came back, and of course Alexandre cause I guess he runs the tests every time before he commits something). It also succeeds when running twice here. (make install.ok hangs here, though.)

Re: tests/msi.c fails when run twice on Wine?

2007-07-30 Thread James Hawkins
On 7/30/07, Paul Vriens [EMAIL PROTECTED] wrote: Juan Lang wrote: It's still strange though that it doesn't happen on your box (you are the only one that came back, and of course Alexandre cause I guess he runs the tests every time before he commits something). It also succeeds when

Re: tests/msi.c fails when run twice on Wine?

2007-07-30 Thread Paul Vriens
James Hawkins wrote: On 7/30/07, Paul Vriens [EMAIL PROTECTED] wrote: Juan Lang wrote: It's still strange though that it doesn't happen on your box (you are the only one that came back, and of course Alexandre cause I guess he runs the tests every time before he commits something). It also

Re: tests/msi.c fails when run twice on Wine?

2007-07-30 Thread Juan Lang
It also succeeds when running twice here. (make install.ok hangs here, though.) After a 'rm ~/.wine' ? Yes. Could this be a compiler/platform issue (difference). Perhaps. If you run 'WINEDEBUG=+msi make msi.ok' do you see garbage in the 'squished ...' output? No. --Juan

Re: tests/msi.c fails when run twice on Wine?

2007-07-28 Thread Paul Vriens
James Hawkins wrote: On 7/27/07, Paul Vriens [EMAIL PROTECTED] wrote: Hi, The msi test currently fails for me on Wine when run the second time after getting a clean environment: rm -rf ~/.wine make msi.ok msi: 101 tests executed (0 marked as todo, 0 failures), 0 skipped. rm msi.ok make

tests/msi.c fails when run twice on Wine?

2007-07-27 Thread Paul Vriens
Hi, The msi test currently fails for me on Wine when run the second time after getting a clean environment: rm -rf ~/.wine make msi.ok msi: 101 tests executed (0 marked as todo, 0 failures), 0 skipped. rm msi.ok make msi.ok msi.c:366: Test failed: Expected INSTALLSTATE_UNKNOWN, got 1

Re: tests/msi.c fails when run twice on Wine?

2007-07-27 Thread James Hawkins
On 7/27/07, Paul Vriens [EMAIL PROTECTED] wrote: Hi, The msi test currently fails for me on Wine when run the second time after getting a clean environment: rm -rf ~/.wine make msi.ok msi: 101 tests executed (0 marked as todo, 0 failures), 0 skipped. rm msi.ok make msi.ok