Robert Reif reif@earthlink.net writes:
This patch adds msacm32 to the tests.
I'm not sure this is correct because I got a subtest parse error on the test following the one I added (msvcrt). I also only tested it with wine. Could someone knowledgeable in this program please check and correct this patch if necessary?
The msvcrt subtest parse error is a known redirection issue: the msvcrt test is linked against msvcrt (wow) and thus ignores the redirected libc filehandles. Tough.
On Tue, 4 May 2004, Ferenc Wagner wrote:
The msvcrt subtest parse error is a known redirection issue: the msvcrt test is linked against msvcrt (wow) and thus ignores the redirected libc filehandles. Tough.
Can e special case this guy somehow? More generally, can we special case test case linked against msvcrt?
"Dimitrie O. Paun" dimi@intelliware.ca writes:
On Tue, 4 May 2004, Ferenc Wagner wrote:
The msvcrt subtest parse error is a known redirection issue: the msvcrt test is linked against msvcrt (wow) and thus ignores the redirected libc filehandles. Tough.
Can e special case this guy somehow? More generally, can we special case test case linked against msvcrt?
Sorry for being so terse. This problem arises in the ELF build only, therefore has very little relevance in our case. Special casing would be possible but not worth in my opinion. Still, I can do it if you beat me to it.
On Tue, 4 May 2004, Ferenc Wagner wrote:
Sorry for being so terse. This problem arises in the ELF build only, therefore has very little relevance in our case. Special casing would be possible but not worth in my opinion. Still, I can do it if you beat me to it.
I'd say you were to the point, not terse :) But I agree, don't worry about it if it arises only in the ELF case.