mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 04:36:17 +01:00
Actually set any_failed on failure. (#143552, Philippe Blain)
Thu Jun 10 23:38:02 2004 Matthias Clasen <maclas@gmx.de> * tests/printf-test.c (TEST): Actually set any_failed on failure. (#143552, Philippe Blain)
This commit is contained in:
parent
c441dca3db
commit
9bee4171bc
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 10 23:38:02 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* tests/printf-test.c (TEST): Actually set any_failed on
|
||||||
|
failure. (#143552, Philippe Blain)
|
||||||
|
|
||||||
2004-06-09 Federico Mena Quintero <federico@ximian.com>
|
2004-06-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
|
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 10 23:38:02 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* tests/printf-test.c (TEST): Actually set any_failed on
|
||||||
|
failure. (#143552, Philippe Blain)
|
||||||
|
|
||||||
2004-06-09 Federico Mena Quintero <federico@ximian.com>
|
2004-06-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
|
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 10 23:38:02 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* tests/printf-test.c (TEST): Actually set any_failed on
|
||||||
|
failure. (#143552, Philippe Blain)
|
||||||
|
|
||||||
2004-06-09 Federico Mena Quintero <federico@ximian.com>
|
2004-06-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
|
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 10 23:38:02 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* tests/printf-test.c (TEST): Actually set any_failed on
|
||||||
|
failure. (#143552, Philippe Blain)
|
||||||
|
|
||||||
2004-06-09 Federico Mena Quintero <federico@ximian.com>
|
2004-06-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
|
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 10 23:38:02 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* tests/printf-test.c (TEST): Actually set any_failed on
|
||||||
|
failure. (#143552, Philippe Blain)
|
||||||
|
|
||||||
2004-06-09 Federico Mena Quintero <federico@ximian.com>
|
2004-06-09 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
|
* tests/uri-test.c (to_uri_tests): Fix expected results (ha ha)
|
||||||
|
@ -39,7 +39,7 @@ if (failed) \
|
|||||||
else \
|
else \
|
||||||
g_print ("(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), message ? (gchar*)message : ""); \
|
g_print ("(%s:%d) failed for: %s: (%s)\n", __FILE__, __LINE__, ( # cond ), message ? (gchar*)message : ""); \
|
||||||
fflush (stdout); \
|
fflush (stdout); \
|
||||||
any_failed; \
|
any_failed = TRUE; \
|
||||||
} \
|
} \
|
||||||
} G_STMT_END
|
} G_STMT_END
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user