summaryrefslogtreecommitdiff
path: root/test/api-special-cases.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-07-06 00:48:36 +0200
committerBenjamin Otte <otte@redhat.com>2010-07-06 00:48:36 +0200
commit82de6336d88be43de759b94634e87b9e4a8391b1 (patch)
tree6cd018bd3ef764b0c2a59560c540e603ca3bd339 /test/api-special-cases.c
parent75f269b14e1e4cdadd8c08566a07b2460ae3364b (diff)
downloadcairo-82de6336d88be43de759b94634e87b9e4a8391b1.tar.gz
test: Add note about how to fix failures to api-special-cases
Diffstat (limited to 'test/api-special-cases.c')
-rw-r--r--test/api-special-cases.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/api-special-cases.c b/test/api-special-cases.c
index b4b4c0a9c..3a1d7e9aa 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