Ferenc Wagner <[EMAIL PROTECTED]> writes: > What's your policy if it's not possible? Like in my (unapplied) > http://www.winehq.org/hypermail/wine-patches/2003/10/0411.html > patch, where tests are done in a loop, and some of them succeed, > some fail? Or is there something else wrong with that?
It's always possible, you can add a todo flag in the array so that you can do a todo_wine in appropriate cases, several existing tests do that already. I'll never commit a patch that causes make test to fail on my machine, that would make the regression test suite useless. -- Alexandre Julliard [EMAIL PROTECTED]
