On Sat, Mar 31, 2012 at 12:42, Christian Costa <[email protected]> wrote: > Hi, > > I wrote a win16 exe test file using open watcom but I cannot submit it to > winebot. I fails saying "Unricognized file type". This is a little annoying. > Is this a known limitation of wine test bot ? > > Thanks > Christian
http://wine.git.sourceforge.net/git/gitweb.cgi?p=wine/winetestbot;a=blob;f=web/Submit.pl#l679 it's not 16-bit aware. You could perhaps make a self extracting zip and have it run the test, maybe. Or patch the testbot.. ;) -- -Austin
