diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-06 00:48:36 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-07-06 00:48:36 +0200 |
commit | 82de6336d88be43de759b94634e87b9e4a8391b1 (patch) | |
tree | 6cd018bd3ef764b0c2a59560c540e603ca3bd339 | |
parent | 75f269b14e1e4cdadd8c08566a07b2460ae3364b (diff) |
test: Add note about how to fix failures to api-special-cases
-rw-r--r-- | test/api-special-cases.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/api-special-cases.c b/test/api-special-cases.c index b4b4c0a9..3a1d7e9a 100644 --- a/test/api-special-cases.c +++ b/test/api-special-cases.c @@ -48,6 +48,12 @@ * - TRUE if the function modifies the surface, FALSE otherwise * - the surface type for which the function is valid or -1 if it is valid * for all surface types. + * + * FIXING FAILURES + * + * The test will dump failures notices into the api-special-cases.log file (when + * it doesn't crash). These should be pretty self-explanatory. Usually it is + * enough to just add a new check to the function it complained about. */ #ifdef HAVE_CONFIG_H |