- 16 Feb, 2009 11 commits
-
-
Aurimas Fischer authored
-
Aurimas Fischer authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
The tests were overly restrictive. The functions are supposed to return values less than 0, 0, or greater than 0, whereas the tests restricted the return values to -1, 0, or 1. Using less than 0/greater than 0 comparisons rather than == -1 or == 1 should fix a few failing tests, and match the API descriptions better.
-
Juan Lang authored
-
Aric Stewart authored
gdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and overruns the buffer.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 13 Feb, 2009 29 commits
-
-
Alexandre Julliard authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Hans Leidekker authored
-
Juan Lang authored
This is as much an experiment as anything. The tests currently time out, so I'm curious whether fixing some other failures will result in the timeout going away, or at least moving elsewhere.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
kernel32: Log more information in case of a test failure, and don't run tests that are guaranteed to fail.
-
Juan Lang authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Detlef Riekenberg authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
setupapi: Add stub entries for CM_Query_And_Remove_SubTreeA/W and CM_Query_And_Remove_SubTree_ExA/W.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-