http://bugs.winehq.org/show_bug.cgi?id=17997
--- Comment #25 from Austin English austinenglish@gmail.com 2009-04-13 02:44:29 --- (In reply to comment #13)
THe ERR mesages which are in the logs I uloaded. As pointed out in the wine development logs an ERR is only supposed to happen if something goes wrong or is not working correctly. So either these are warning messages and need to be changed as such or they are actual failures in the underlying code and will need to get fixed.
If the action is normal for the failure in the test case then it should be output on the screen somewhere in the log stating this is normal.
The problem is that this isn't a 'normal' application doing weird things. It's our testsuite, which does some _really_ strange stuff, e.g., lots of corner case testing. Our implementation code, however, knows this is weird, and prints an error.
The problem is that there's no way to tell, e.g, dlls/mshtml/htmldoc.c that what's being tested is dlls/mshtml/tests/doc.c, rather than foobar.exe.
It's a bit misleading, which makes it a bit harder for users, but most users don't use the testsuite.
Now for err's in regular applications, that's another debate, but bugzilla isn't the place for it...